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
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
LibGUI: Update TextEditor after triple-click to select (#4897)
campital
2021-01-11
Kernel: Fix perfcore filename generation build error
Andreas Kling
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-10
Kernel: Avoid collision between dynamic loader and main program
Itamar
2021-01-10
Kernel: Plumb the elf header of the main program down to Process::load
Itamar
2021-01-10
LibJS: Replace all uses of to_size_t() and remove it :^)
Linus Groh
2021-01-10
LibJS: Make length_of_array_like() take an Object rather than Value
Linus Groh
2021-01-10
Kernel: Defer handling of key press events in VirtualConsole
Andrew Kaster
2021-01-10
SystemServer: Allow /dev/fb0 to not exist, for text mode support.
Andrew Kaster
2021-01-10
LibJS: Implement String.prototype.split
Marcin Gasperowicz
2021-01-10
UserspaceEmulator: Implement clock_settime syscall
Brendan Coles
2021-01-10
TestTypeTraits: Fix incorrectly namespaced nullptr_t
Lenny Maiorani
2021-01-10
LibLine: Implement support for C-V<key>
AnotherTest
2021-01-10
LibVT: Respect the Negative attribute when drawing text
AnotherTest
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2021-01-10
LibCore: Use OSError in get_password() return type
Andreas Kling
2021-01-10
AK: Add AK::OSError, a wrapper for errno codes
Andreas Kling
2021-01-10
Base: Change anon's default password from "foo\n" to just "foo".
Emanuele Torre
2021-01-10
LibCore: get_password() now removes the trailing '\n' read by getline()
Emanuele Torre
2021-01-10
Meta: Only complain about linter tools if relevant files have changed
Andrew Kaster
2021-01-10
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
Andreas Kling
2021-01-10
LibCore: Don't try to unlink stale sockets in /tmp/rpc/
Andreas Kling
2021-01-10
SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServer
Andreas Kling
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-10
LibVT: Don't assert if ioctl(TIOCSWINSZ) fails
Andreas Kling
2021-01-10
LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name
Andreas Kling
2021-01-10
LibLine: It's okay to be interrupted while reading the DSR response
AnotherTest
2021-01-10
Shell: Fix completing barewords with escapes
AnotherTest
2021-01-10
LibLine: Don't clear the displayed buffer when interrupted
AnotherTest
2021-01-10
LibLine: Unregister signal handlers on destruction
AnotherTest
2021-01-09
passwd: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
su: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
passwd+su: Convert fprintf(stderr, ...) to warnln()
Andreas Kling
2021-01-09
Ext2FS: Zero out new space when growing an inode
Andreas Kling
2021-01-09
Ext2FS: Convert dbg() to dbgln()
Andreas Kling
2021-01-09
LibCore: Harden signal handling code to be called in global destrcutors
Tom
2021-01-09
AK: Add static Singleton::get function to allow destructible globals
Tom
2021-01-09
LibCore: Allow adding/removing signal handlers while handling signals
Tom
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
LibGUI: Add formatter for Widget.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
LibC: Add explicit_bzero()
Andreas Kling
2021-01-09
AK: Add release_value() and release_error() to AK::Result
Andreas Kling
[next]