summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-25LibELF: Move AuxiliaryValue into the ELF namespaceAndreas Kling
2020-12-25Kernel+LibELF: Abort ELF executable load sooner when something failsAndreas Kling
2020-12-25Kernel: Remove an unnecessary cast in sys$execve()Andreas Kling
2020-12-25Kernel: Don't fetch full inode metadata in sys$execve()Andreas Kling
2020-12-25Kernel: Add back missing ELF::Image validity checkAndreas Kling
2020-12-25Kernel: Convert dbg() => dbgln() in sys$execve()Andreas Kling
2020-12-25Kernel: Add formatter for VirtualAddressAndreas Kling
2020-12-25Everywhere: Tweak "2020-2020" => "2020" in copyright headersAndreas Kling
2020-12-25LibC: Further stub out tcflow()Tyler Lanphear
2020-12-25Kernel: Simplify ELF loading logic in sys$execve() somewhatAndreas Kling
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-25Kernel+LibELF: Move sys$execve()'s loading logic from LibELF to KernelAndreas Kling
2020-12-25Kernel+LibELF: Stop doing ELF symbolication in the kernelAndreas Kling
2020-12-25LibGfx: Make all image decoders reject image sizes above 16384 pixelsAndreas Kling
2020-12-24FileManager: Add a button to open links in their real directoryAlex McGrath
2020-12-24LibGUI: Add a Link widgetAlex McGrath
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-24Ports: Tweak configuration flags of gcc port to support shared binariesItamar
2020-12-24Loader: Support loading non-position independent executablesItamar
2020-12-24Kernel+LibELF: Allow Non ET_DYN executables to have an interpreterItamar
2020-12-24Kernel: Fix mmap with specific address for file backed mappingsItamar
2020-12-24LibC: Unbreak assert.h when compiled with a C compiler :^)Andreas Kling
2020-12-24Meta: Set two minute timeout for CMake testsLuke
2020-12-24Meta: Run all lint checks and report failures togetherLenny Maiorani
2020-12-24LibJS: Implement Object.prototype.propertyIsEnumerableLuke
2020-12-24Meta: Verify all AK test files are listed in CMakeLenny Maiorani
2020-12-24Base: Remove [Icons] section from .af filesLinus Groh
2020-12-24Taskbar: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-24SystemMenu: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-24Terminal+LibVT: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-24DynamicLoader: Call libc's exit when exitting, to flush standard streamsSahan Fernando
2020-12-24Userland: Make grep exit after hitting EOF on stdinSahan Fernando
2020-12-24Userland: Add strace parameter for output log fileSahan Fernando
2020-12-24Userland: Add pmap utilityBrendan Coles
2020-12-24Meta: Update install guide with link to hardware compatibility listDan MacDonald
2020-12-24CMake: Decouple cmake utility functions from top-level CMakeLists.txtLenny Maiorani
2020-12-24Meta: Add Brendan Coles to the contributors list :^)Andreas Kling
2020-12-24ProcFS: pid_vm: Replace duplicated purgeable key with kernel+cacheableBrendan Coles
2020-12-24LaunchServer: Ignore empty FileType / Protocol / [Launcher] config valuesLinus Groh
2020-12-24LaunchServer+Base: Stop using Browser as default protocol handlerLinus Groh
2020-12-24open: Mention full URL in 'Failed to open' error messageLinus Groh
2020-12-24open: Handle file:// URLs properlyLinus Groh
2020-12-24open: Remove extraneous newline from error outputLinus Groh
2020-12-23CMake: Remove file globbing in AK/TestsLenny Maiorani
2020-12-23Kernel: Tweak parameter name in Inode::read_entire()Andreas Kling
2020-12-23Kernel: Fix wrong-looking overflow check in sys$execve()Andreas Kling
2020-12-23Kernel: Don't assert when reading from a listening-mode local socketAndreas Kling
2020-12-23LibGfx: Always compute the DIB mask shifts and sizes if neededAndreas Kling
2020-12-23LibGfx: Fail JPEG decode instead of asserting on bogus start-of-scanAndreas Kling
2020-12-23LibGfx: Catch integer overflows in PNG decoder and fail the decodeAndreas Kling