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
LibLine: Handle history across multiple concurrent sessions better
AnotherTest
2021-01-11
LibCore: Add line iterators to IODevice
AnotherTest
2021-01-11
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
AnotherTest
2021-01-11
AK: Enable format string warnings for AK printf wrappers
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Playground: Show placeholders for unregistered widgets
Nico Weber
2021-01-11
SinglyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
DoublyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...
Lenny Maiorani
2021-01-11
AK: Find a value in any container offering iterators
Lenny Maiorani
2021-01-11
LibGfx: Fail PBM decode if there isn't enough color data in image
Andreas Kling
2021-01-11
CrashDaemon: Use pledge
Andreas Kling
2021-01-11
Kernel: Don't dump perfcore for non-dumpable processes
Andreas Kling
2021-01-11
UserspaceEmulator: Implement the ftruncate and umask syscalls
Andreas Kling
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
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
[next]