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-01-30
Kernel: Address validation helpers should take size_t, not ssize_t
Andreas Kling
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
Andreas Kling
2020-01-30
SystemMonitor: Unveil /dev
Sergey Bugaev
2020-01-30
Kernel: Dump backtrace when denying a path because of a veil
Sergey Bugaev
2020-01-29
Kernel: Fail with EFAULT for any address+size that would wrap around
Andreas Kling
2020-01-29
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
Andreas Kling
2020-01-29
Base: Remove two unused icons
Andreas Kling
2020-01-29
CPUGraph.MenuApplet: execute SystemMonitor on left mousebutton click
Oliver Kraitschy
2020-01-28
BXVGA: Disallow resolutions higher than 4096x2160
Andreas Kling
2020-01-28
Kernel: AnonymousVMObject::create_for_physical_range() should fail more
Andreas Kling
2020-01-28
Kernel: Tweak some include statements
Andreas Kling
2020-01-28
LibGUI: Only consider starting a drag from an already selected item
Sergey Bugaev
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-28
LibCore: Rewrite CArgsParser
Sergey Bugaev
2020-01-28
GFileSystemModel: Don't copy the null-terminator after readlink()
Andreas Kling
2020-01-28
Kernel: Remove outdated comment in MemoryManager
Andreas Kling
2020-01-27
LibGUI: Fix crash when trying to scroll above the head of the document
Andreas Kling
2020-01-27
FileManager: Show symlink targets in status bar message
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
2020-01-27
FileManager: Use stat() when activating a file/directory
Andreas Kling
2020-01-27
LibGUI: Have GFileSystemModel use stat instead of lstat for the root
Andreas Kling
2020-01-27
Kernel: sys$readlink() should return the number of bytes written out
Andreas Kling
2020-01-27
sleep: Use pledge()
Andreas Kling
2020-01-27
mknod: Use pledge()
Andreas Kling
2020-01-27
Kernel: sys$waitpid() only needs the waitee thread in the stopped case
Andreas Kling
2020-01-27
Kernel: Remove SmapDisablers in sys$getsockname() and sys$getpeername()
Andreas Kling
2020-01-27
Shell: If a command process is stopped, print the stop signal to stderr
Andreas Kling
2020-01-27
LibC: Add WSTOPSIG macro
Andreas Kling
2020-01-27
Kernel: Expose the signal that stopped a thread via sys$waitpid()
Andreas Kling
2020-01-27
Kernel: Disable interrupts while looking into the thread table
Andreas Kling
2020-01-27
Kernel: Remove ancient hack that put the current PID in TSS.SS2
Andreas Kling
2020-01-27
Kernel: Simplify kernel thread stack allocation
Andreas Kling
2020-01-27
Kernel: Never validate access to the kmalloc memory range
Andreas Kling
2020-01-27
Kernel+LibC+Userland: Switch to 64-bit time_t
Andreas Kling
2020-01-27
LibGUI: Add 64-bit signed integer support to GVariant
Andreas Kling
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-26
LookupServer: Don't cache already-expired DNS answers
Andreas Kling
2020-01-26
LibVT: Add parameter names in function signatures for clarity
Linus Groh
2020-01-26
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
Linus Groh
2020-01-26
LibVT: Remove empty line
Linus Groh
2020-01-26
LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)
Linus Groh
2020-01-26
LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)
Linus Groh
2020-01-26
LibVT: Rename escape$c to DA (Device Attributes)
Linus Groh
2020-01-26
LibVT: Rename escape$m to SGR (Select Graphic Rendition)
Linus Groh
2020-01-26
LibVT: Rename escape$H to CUP (Cursor Position)
Linus Groh
2020-01-26
LibVT: Rename escape$D to CUB (Cursor Backward)
Linus Groh
2020-01-26
LibVT: Rename escape$C to CUF (Cursor Forward)
Linus Groh
2020-01-26
LibVT: Rename escape$B to CUD (Cursor Down)
Linus Groh
2020-01-26
LibVT: Rename escape$A to CUU (Cursor Up)
Linus Groh
[next]