ladybird/Userland/Libraries
Andreas Kling 40a5487bab LibELF: Unmap and close the main executable after dynamic load
We don't need to keep the whole main executable in memory after
completing the dynamic loading process. We can also close the fd.
2021-02-13 13:46:20 +01:00
..
LibAudio
LibC LibC: Remove FIXME spam in setlocale() 2021-02-11 23:31:56 +01:00
LibChess
LibCompress
LibCore LibCore: Added FileWatcher, a binding for the watch_file syscall 2021-02-11 13:13:32 +01:00
LibCoreDump
LibCpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
LibCrypt
LibCrypto Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibDebug Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibDesktop
LibDiff
LibELF LibELF: Unmap and close the main executable after dynamic load 2021-02-13 13:46:20 +01:00
LibGemini
LibGfx WindowServer: Improvements to support alpha channel in window frames 2021-02-13 00:39:33 +01:00
LibGUI WindowServer: Recompute occlusions when changing window's alpha channel 2021-02-12 08:57:42 +01:00
LibHTTP Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibImageDecoderClient
LibIPC
LibJS LibJS: Add some basic freelist validation for the GC heap 2021-02-13 00:40:49 +01:00
LibKeyboard
LibLine
LibM
LibMarkdown Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibPCIDB
LibProtocol
LibPthread
LibRegex Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibSymbolClient
LibSyntax LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
LibSystem
LibTar
LibTextCodec
LibThread
LibTLS Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibTTF
LibVT
LibWeb LibWeb: Relayout document on CharacterData data change 2021-02-10 19:06:20 +01:00
LibX86
CMakeLists.txt