summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-01-27mknod: Use pledge()Andreas Kling
2020-01-27Kernel: sys$waitpid() only needs the waitee thread in the stopped caseAndreas Kling
2020-01-27Kernel: Remove SmapDisablers in sys$getsockname() and sys$getpeername()Andreas Kling
2020-01-27Shell: If a command process is stopped, print the stop signal to stderrAndreas Kling
2020-01-27LibC: Add WSTOPSIG macroAndreas Kling
2020-01-27Kernel: Expose the signal that stopped a thread via sys$waitpid()Andreas Kling
2020-01-27Kernel: Disable interrupts while looking into the thread tableAndreas Kling
2020-01-27Kernel: Remove ancient hack that put the current PID in TSS.SS2Andreas Kling
2020-01-27Kernel: Simplify kernel thread stack allocationAndreas Kling
2020-01-27Kernel: Never validate access to the kmalloc memory rangeAndreas Kling
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-26Kernel: read()/write() should respect timeouts when used on a socketsAndreas Kling
2020-01-26LookupServer: Don't cache already-expired DNS answersAndreas Kling
2020-01-26LibVT: Add parameter names in function signatures for clarityLinus Groh
2020-01-26LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)Linus Groh
2020-01-26LibVT: Remove empty lineLinus Groh
2020-01-26LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)Linus Groh
2020-01-26LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)Linus Groh
2020-01-26LibVT: Rename escape$c to DA (Device Attributes)Linus Groh
2020-01-26LibVT: Rename escape$m to SGR (Select Graphic Rendition)Linus Groh
2020-01-26LibVT: Rename escape$H to CUP (Cursor Position)Linus Groh
2020-01-26LibVT: Rename escape$D to CUB (Cursor Backward)Linus Groh
2020-01-26LibVT: Rename escape$C to CUF (Cursor Forward)Linus Groh
2020-01-26LibVT: Rename escape$B to CUD (Cursor Down)Linus Groh
2020-01-26LibVT: Rename escape$A to CUU (Cursor Up)Linus Groh