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-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-23
IRCClient: Modernize Core::Object usage
Andreas Kling
2020-02-23
Kernel: Commit the entire region up front in KBuffer::copy()
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-23
LibCore: Add Core::Object::add<T> helper for creating child objects
Andreas Kling
2020-02-23
LibGUI: Add some missing widget classes to Forward.h
Andreas Kling
2020-02-23
LibGfx: Add a way to construct an empty Font with arbitrary metrics
Andreas Kling
2020-02-23
Userland: Delete redundant code in truncate
Shannon Booth
2020-02-22
Shell: Make some functions const
Shannon Booth
2020-02-22
Shell: Add basic tilde expansion
Shannon Booth
2020-02-22
LibC: Implement strchrnul()
Shannon Booth
2020-02-22
AK: Add StringBuilder::is_empty()
Shannon Booth
2020-02-22
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
Shannon Booth
2020-02-22
LibGUI: Remove debug spam when resizing table columns
Andreas Kling
2020-02-22
Kernel: Build without debugging symbols by default
Andreas Kling
2020-02-22
SystemMonitor: Fix display of file system size column.
Brian Gianforcaro
2020-02-22
TTYServer: Use unveil()
Brian Gianforcaro
2020-02-22
head: Use pledge()
Brian Gianforcaro
2020-02-22
SystemMenu: Silence debug spam on startup
Andreas Kling
2020-02-22
LibCore: Log a more helpful message when Socket::connect() fails
Andreas Kling
2020-02-22
LibCore: Fix wrong return value in Core::Socket::destination_address()
Andreas Kling
2020-02-22
Ext2FS: Add Missing HashMap.h include
Andreas Kling
2020-02-22
Kernel: Remove unnecessary allocation metadata from kmalloc() chunks
Andreas Kling
2020-02-22
LibGUI: Take scroll offset into account when manipulating table headers
Andreas Kling
2020-02-22
Kernel: Make FileDescription slab-allocated
Andreas Kling
2020-02-22
Kernel: Tweak SlabAllocator's slab sizes
Andreas Kling
2020-02-22
Kernel: Make Custody slab-allocated
Andreas Kling
2020-02-22
Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytes
Andreas Kling
2020-02-22
Kernel: Disown shared buffers on sys$execve()
Andreas Kling
2020-02-22
ProfileViewer: Fix treeview selection looking unselected on Left key
Andreas Kling
2020-02-22
ProfileViewer: Remove loading code for the old file format
Andreas Kling
2020-02-22
LibELF: Avoid unnecessarily recomputing loop boundaries over and over
Andreas Kling
2020-02-22
ProfileViewer: Symbolicate unknown addresses as "??" for now
Andreas Kling
2020-02-22
Kernel: Disable profiling during the critical section of sys$execve()
Andreas Kling
2020-02-22
profile: Allow launching a command with profiling enabled
Andreas Kling
2020-02-22
Kernel: Reset profiling state on exec() (but keep it going)
Andreas Kling
2020-02-22
ProfileViewer: Symbolicate kernel addresses when possible
Andreas Kling
2020-02-22
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
Andreas Kling
2020-02-22
Kernel: Fully validate pointers when walking stack during profiling
Andreas Kling
2020-02-22
Kernel: Put "Couldn't find user region" spam behind MM_DEBUG
Andreas Kling
2020-02-21
WindowServer: Use system theme for the drag and drop popups
Tibor Nagy
2020-02-21
LibGUI: Improve TreeView keyboard navigation
Tibor Nagy
2020-02-21
Ext2FS: The max current block count of a file is size/block_size
Andreas Kling
2020-02-21
Kernel: Log instead of crashing when getting a page fault during IRQ
Andreas Kling
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-02-21
Ext2FS: Allow holes in block lists
Andreas Kling
2020-02-21
LibELF: Use the ELF_STRTAB string constant instead of hard-coding
Andreas Kling
2020-02-21
Kernel: Fix crash when reading /proc/PID/vmobjects
Andreas Kling
2020-02-21
Kernel: Don't trigger page faults during profiling stack walk
Andreas Kling
2020-02-21
Kernel: Commit the profiling sample buffer memory up front
Andreas Kling
[next]