summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-01Ports: Add ed port (#1159)Brian Callahan
2020-02-01LibCore: Fix CArgsParser build on my host machineAndreas Kling
2020-02-01AK: #ifdef out the contents of SharedBuffer on other platformsAndreas Kling
2020-02-01Documentation: Explain compilation of small changes and portsOliver Kraitschy
2020-02-01Partition Table: Allow to boot with a partition number higher than 4Liav A
2020-02-01Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]Liav A
2020-02-01LibC: The exec() family of functions should not search "." by defaultAndreas Kling
2020-02-01AK: Always inline StringView(const char*)Andreas Kling
2020-02-01Kernel: Add -fbuiltin to Kernel CXXFLAGSAndreas Kling
2020-02-01LibPthread: Disable debug spam by defaultAndreas Kling
2020-02-01AK: Add some integer overloads to JsonObjectSerializerAndreas Kling
2020-02-01Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()Andreas Kling
2020-02-01Kernel: Finalizer should not go back to sleep if there's more to doAndreas Kling
2020-02-01Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()Andreas Kling
2020-02-01Kernel: Allow short writes to DoubleBufferAndreas Kling
2020-02-01Kernel: Make Inode::lookup() return a RefPtr<Inode>Andreas Kling
2020-02-01WindowServer: make menus wrap verticallyOliver Kraitschy
2020-01-31Piano: Rewrite applicationWilliam McPherson
2020-01-31AK: Add FixedArray::data()William McPherson
2020-01-31Kernel: Add key_code_countWilliam McPherson
2020-01-30Kernel: LocalSocket should fail with EADDRINUSE for already-bound filesAndreas Kling
2020-01-30Kernel: Disallow empty ranges in munmap/mprotect/madviseAndreas Kling
2020-01-30Kernel: Add some sanity assertions in RangeAllocator::deallocate()Andreas Kling
2020-01-30Kernel: Range::contains() should reject ranges with 2^32 wrap-aroundAndreas Kling
2020-01-30Kernel: Reject non-user address ranges in mmap/munmap/mprotect/madviseAndreas Kling
2020-01-30Kernel: Copy "stack" and "mmap" bits when splitting a RegionAndreas Kling
2020-01-30Kernel: Address validation helpers should take size_t, not ssize_tAndreas Kling
2020-01-30Kernel: Some more int => size_t in NetworkAdapter and subclassesAndreas Kling
2020-01-30SystemMonitor: Unveil /devSergey Bugaev
2020-01-30Kernel: Dump backtrace when denying a path because of a veilSergey Bugaev
2020-01-29Kernel: Fail with EFAULT for any address+size that would wrap aroundAndreas Kling
2020-01-29Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer sizeAndreas Kling
2020-01-29Base: Remove two unused iconsAndreas Kling
2020-01-29CPUGraph.MenuApplet: execute SystemMonitor on left mousebutton clickOliver Kraitschy
2020-01-28BXVGA: Disallow resolutions higher than 4096x2160Andreas Kling
2020-01-28Kernel: AnonymousVMObject::create_for_physical_range() should fail moreAndreas Kling
2020-01-28Kernel: Tweak some include statementsAndreas Kling
2020-01-28LibGUI: Only consider starting a drag from an already selected itemSergey Bugaev
2020-01-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-28LibCore: Rewrite CArgsParserSergey Bugaev
2020-01-28GFileSystemModel: Don't copy the null-terminator after readlink()Andreas Kling
2020-01-28Kernel: Remove outdated comment in MemoryManagerAndreas Kling
2020-01-27LibGUI: Fix crash when trying to scroll above the head of the documentAndreas Kling
2020-01-27FileManager: Show symlink targets in status bar messageAndreas Kling
2020-01-27LibGUI: Add symlink targets as a column in GFileSystemModelAndreas Kling
2020-01-27FileManager: Use stat() when activating a file/directoryAndreas Kling
2020-01-27LibGUI: Have GFileSystemModel use stat instead of lstat for the rootAndreas Kling
2020-01-27Kernel: sys$readlink() should return the number of bytes written outAndreas Kling
2020-01-27sleep: Use pledge()Andreas Kling