summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-23IRCClient: Modernize Core::Object usageAndreas Kling
2020-02-23Kernel: Commit the entire region up front in KBuffer::copy()Andreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-23LibCore: Add Core::Object::add<T> helper for creating child objectsAndreas Kling
2020-02-23LibGUI: Add some missing widget classes to Forward.hAndreas Kling
2020-02-23LibGfx: Add a way to construct an empty Font with arbitrary metricsAndreas Kling
2020-02-23Userland: Delete redundant code in truncateShannon Booth
2020-02-22Shell: Make some functions constShannon Booth
2020-02-22Shell: Add basic tilde expansionShannon Booth
2020-02-22LibC: Implement strchrnul()Shannon Booth
2020-02-22AK: Add StringBuilder::is_empty()Shannon Booth
2020-02-22AK: Add StringView::starts_with(char) & StringView::ends_with(char)Shannon Booth
2020-02-22LibGUI: Remove debug spam when resizing table columnsAndreas Kling
2020-02-22Kernel: Build without debugging symbols by defaultAndreas Kling
2020-02-22SystemMonitor: Fix display of file system size column.Brian Gianforcaro
2020-02-22TTYServer: Use unveil()Brian Gianforcaro
2020-02-22head: Use pledge()Brian Gianforcaro
2020-02-22SystemMenu: Silence debug spam on startupAndreas Kling
2020-02-22LibCore: Log a more helpful message when Socket::connect() failsAndreas Kling
2020-02-22LibCore: Fix wrong return value in Core::Socket::destination_address()Andreas Kling
2020-02-22Ext2FS: Add Missing HashMap.h includeAndreas Kling
2020-02-22Kernel: Remove unnecessary allocation metadata from kmalloc() chunksAndreas Kling
2020-02-22LibGUI: Take scroll offset into account when manipulating table headersAndreas Kling
2020-02-22Kernel: Make FileDescription slab-allocatedAndreas Kling
2020-02-22Kernel: Tweak SlabAllocator's slab sizesAndreas Kling
2020-02-22Kernel: Make Custody slab-allocatedAndreas Kling
2020-02-22Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytesAndreas Kling
2020-02-22Kernel: Disown shared buffers on sys$execve()Andreas Kling
2020-02-22ProfileViewer: Fix treeview selection looking unselected on Left keyAndreas Kling
2020-02-22ProfileViewer: Remove loading code for the old file formatAndreas Kling
2020-02-22LibELF: Avoid unnecessarily recomputing loop boundaries over and overAndreas Kling
2020-02-22ProfileViewer: Symbolicate unknown addresses as "??" for nowAndreas Kling
2020-02-22Kernel: Disable profiling during the critical section of sys$execve()Andreas Kling
2020-02-22profile: Allow launching a command with profiling enabledAndreas Kling
2020-02-22Kernel: Reset profiling state on exec() (but keep it going)Andreas Kling
2020-02-22ProfileViewer: Symbolicate kernel addresses when possibleAndreas Kling
2020-02-22Kernel+ProfileViewer: Move symbolication to userspace for time profilesAndreas Kling
2020-02-22Kernel: Fully validate pointers when walking stack during profilingAndreas Kling
2020-02-22Kernel: Put "Couldn't find user region" spam behind MM_DEBUGAndreas Kling
2020-02-21WindowServer: Use system theme for the drag and drop popupsTibor Nagy
2020-02-21LibGUI: Improve TreeView keyboard navigationTibor Nagy
2020-02-21Ext2FS: The max current block count of a file is size/block_sizeAndreas Kling
2020-02-21Kernel: Log instead of crashing when getting a page fault during IRQAndreas Kling
2020-02-21Toolchain: Build demangling into LibC except during toolchain buildAndreas Kling
2020-02-21Ext2FS: Allow holes in block listsAndreas Kling
2020-02-21LibELF: Use the ELF_STRTAB string constant instead of hard-codingAndreas Kling
2020-02-21Kernel: Fix crash when reading /proc/PID/vmobjectsAndreas Kling
2020-02-21Kernel: Don't trigger page faults during profiling stack walkAndreas Kling
2020-02-21Kernel: Commit the profiling sample buffer memory up frontAndreas Kling