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-25
LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')
Andreas Kling
2020-01-25
LibVT: Support the DA (Device Attributes) request (final 'c')
Andreas Kling
2020-01-25
Kernel: Preserve CoW bits when splitting VM regions
Andreas Kling
2020-01-25
Kernel: Only open a single description for stdio in non-fork processes
Andreas Kling
2020-01-25
Build: Remove -fno-sized-deallocation -Wno-sized-deallocation
Andreas Kling
2020-01-25
Kernel: Make sys$setsid() clear the calling process's controlling TTY
Andreas Kling
2020-01-25
Terminal: Start a new session before exec'ing the shell
Andreas Kling
2020-01-25
Shell: Don't start a new session in every new shell
Andreas Kling
2020-01-25
Ext2FS: Use more dbg() in Ext2FS code
Andreas Kling
2020-01-25
Kernel: Allow empty strings in validate_and_copy_string_from_user()
Andreas Kling
2020-01-25
Kernel: Simplify Process constructor
Andreas Kling
2020-01-25
Terminal: Fetch the user shell from /etc/passwd
Andreas Kling
2020-01-25
Kernel: sys$execve() should not EFAULT for empty argument strings
Andreas Kling
2020-01-25
Shell: Allow empty tokens if enclosed in single or double quotes
Andreas Kling
2020-01-25
AK: Vector::is_null() should always return false
Andreas Kling
2020-01-25
WindowServer: Don't allow minimize/maximize of windows while modal up
Andreas Kling
2020-01-25
WindowServer: Robustify WSWindow<->WSClientConnection link a bit
Andreas Kling
2020-01-25
WindowServer: Tear down WSClientConnection asynchronously
Andreas Kling
2020-01-25
LibIPC: Short-cirtcuit post_message() if socket already disconnected
Andreas Kling
2020-01-25
Kernel: Clear ESI and EDI on syscall entry
Andreas Kling
2020-01-25
AK: Assert if trying to create a WeakPtr to an object being destroyed
Andreas Kling
2020-01-25
Meta: Remove some copyright headers added in error
Andreas Kling
2020-01-25
Meta: Fix typo + suggest value of export variable.
Emanuel Sprung
2020-01-25
Toolchain: Fix python build script.
Emanuel Sprung
2020-01-25
Toolchain: Fix qemu build script.
Emanuel Sprung
2020-01-25
Ports: Add bc port
Brian Callahan
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-24
Ports: Add GNU sed 4.2.1 (#1127)
Dan MacDonald
2020-01-24
Ports: Add byacc port
Brian Callahan
2020-01-24
Ports: Add flex and pcre2 ports
Brian Callahan
2020-01-24
AK: Use swap-based assignment in OwnPtr
Andreas Kling
2020-01-23
TextEditor: Focus the editor after opening a new file
Andreas Kling
2020-01-23
GTextEditor: Create the "go to line" action eagerly
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-23
TextEditor: Various UI text tweaks
Andreas Kling
2020-01-23
GTextEditor: Make color of non-highlighted line numbers darker
Andreas Kling
2020-01-23
GTextEditor: Disable auto-indentation while pasting
Andreas Kling
2020-01-23
LibGUI: Give GTextDocument access to the GTextEditor during commands
Andreas Kling
2020-01-23
Kernel: Allow Socket subclasses to fail construction
Andreas Kling
2020-01-23
LibCore: Remove redundant check in CObject::dispatch_event()
Andreas Kling
2020-01-23
Ports: Add mawk port (#1117)
Brian Callahan
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-23
LibC: The pwd and grp related functions need to preserve empty fieldso
Andreas Kling
2020-01-23
Base: Note in pledge(2) man page which promises are extensions
Andreas Kling
2020-01-23
Build: Fix silly mistake in makeall.sh
Andreas Kling
2020-01-23
rpcdump: Use pledge() and unveil()
Brian Gianforcaro
2020-01-23
lspci: Use pledge() and unveil()
Brian Gianforcaro
2020-01-22
AK: Unbreak FileSystemPath after String::split() changes
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Build: use absolute path for /sbin/mke2fs
Oliver Kraitschy
[next]