index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Abort ELF executable load sooner when something fails
Andreas Kling
2020-12-25
Kernel: Remove an unnecessary cast in sys$execve()
Andreas Kling
2020-12-25
Kernel: Don't fetch full inode metadata in sys$execve()
Andreas Kling
2020-12-25
Kernel: Add back missing ELF::Image validity check
Andreas Kling
2020-12-25
Kernel: Convert dbg() => dbgln() in sys$execve()
Andreas Kling
2020-12-25
Kernel: Add formatter for VirtualAddress
Andreas Kling
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-25
LibC: Further stub out tcflow()
Tyler Lanphear
2020-12-25
Kernel: Simplify ELF loading logic in sys$execve() somewhat
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-25
Kernel+LibELF: Move sys$execve()'s loading logic from LibELF to Kernel
Andreas Kling
2020-12-25
Kernel+LibELF: Stop doing ELF symbolication in the kernel
Andreas Kling
2020-12-25
LibGfx: Make all image decoders reject image sizes above 16384 pixels
Andreas Kling
2020-12-24
FileManager: Add a button to open links in their real directory
Alex McGrath
2020-12-24
LibGUI: Add a Link widget
Alex McGrath
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
Ports: Tweak configuration flags of gcc port to support shared binaries
Itamar
2020-12-24
Loader: Support loading non-position independent executables
Itamar
2020-12-24
Kernel+LibELF: Allow Non ET_DYN executables to have an interpreter
Itamar
2020-12-24
Kernel: Fix mmap with specific address for file backed mappings
Itamar
2020-12-24
LibC: Unbreak assert.h when compiled with a C compiler :^)
Andreas Kling
2020-12-24
Meta: Set two minute timeout for CMake tests
Luke
2020-12-24
Meta: Run all lint checks and report failures together
Lenny Maiorani
2020-12-24
LibJS: Implement Object.prototype.propertyIsEnumerable
Luke
2020-12-24
Meta: Verify all AK test files are listed in CMake
Lenny Maiorani
2020-12-24
Base: Remove [Icons] section from .af files
Linus Groh
2020-12-24
Taskbar: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-24
SystemMenu: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-24
Terminal+LibVT: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-24
DynamicLoader: Call libc's exit when exitting, to flush standard streams
Sahan Fernando
2020-12-24
Userland: Make grep exit after hitting EOF on stdin
Sahan Fernando
2020-12-24
Userland: Add strace parameter for output log file
Sahan Fernando
2020-12-24
Userland: Add pmap utility
Brendan Coles
2020-12-24
Meta: Update install guide with link to hardware compatibility list
Dan MacDonald
2020-12-24
CMake: Decouple cmake utility functions from top-level CMakeLists.txt
Lenny Maiorani
2020-12-24
Meta: Add Brendan Coles to the contributors list :^)
Andreas Kling
2020-12-24
ProcFS: pid_vm: Replace duplicated purgeable key with kernel+cacheable
Brendan Coles
2020-12-24
LaunchServer: Ignore empty FileType / Protocol / [Launcher] config values
Linus Groh
2020-12-24
LaunchServer+Base: Stop using Browser as default protocol handler
Linus Groh
2020-12-24
open: Mention full URL in 'Failed to open' error message
Linus Groh
2020-12-24
open: Handle file:// URLs properly
Linus Groh
2020-12-24
open: Remove extraneous newline from error output
Linus Groh
2020-12-23
CMake: Remove file globbing in AK/Tests
Lenny Maiorani
2020-12-23
Kernel: Tweak parameter name in Inode::read_entire()
Andreas Kling
2020-12-23
Kernel: Fix wrong-looking overflow check in sys$execve()
Andreas Kling
2020-12-23
Kernel: Don't assert when reading from a listening-mode local socket
Andreas Kling
2020-12-23
LibGfx: Always compute the DIB mask shifts and sizes if needed
Andreas Kling
2020-12-23
LibGfx: Fail JPEG decode instead of asserting on bogus start-of-scan
Andreas Kling
2020-12-23
LibGfx: Catch integer overflows in PNG decoder and fail the decode
Andreas Kling
[next]