summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11LibGUI: Update TextEditor after triple-click to select (#4897)campital
2021-01-11Kernel: Fix perfcore filename generation build errorAndreas Kling
2021-01-11Kernel+Profiler: Make profiling per-process and without core dumpsAndreas Kling
2021-01-10Kernel: Avoid collision between dynamic loader and main programItamar
2021-01-10Kernel: Plumb the elf header of the main program down to Process::loadItamar
2021-01-10LibJS: Replace all uses of to_size_t() and remove it :^)Linus Groh
2021-01-10LibJS: Make length_of_array_like() take an Object rather than ValueLinus Groh
2021-01-10Kernel: Defer handling of key press events in VirtualConsoleAndrew Kaster
2021-01-10SystemServer: Allow /dev/fb0 to not exist, for text mode support.Andrew Kaster
2021-01-10LibJS: Implement String.prototype.splitMarcin Gasperowicz
2021-01-10UserspaceEmulator: Implement clock_settime syscallBrendan Coles
2021-01-10TestTypeTraits: Fix incorrectly namespaced nullptr_tLenny Maiorani
2021-01-10LibLine: Implement support for C-V<key>AnotherTest
2021-01-10LibVT: Respect the Negative attribute when drawing textAnotherTest
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2021-01-10LibCore: Use OSError in get_password() return typeAndreas Kling
2021-01-10AK: Add AK::OSError, a wrapper for errno codesAndreas Kling
2021-01-10Base: Change anon's default password from "foo\n" to just "foo".Emanuele Torre
2021-01-10LibCore: get_password() now removes the trailing '\n' read by getline()Emanuele Torre
2021-01-10Meta: Only complain about linter tools if relevant files have changedAndrew Kaster
2021-01-10Kernel+SystemServer+CrashDaemon: Better control where we put core dumpsAndreas Kling
2021-01-10LibCore: Don't try to unlink stale sockets in /tmp/rpc/Andreas Kling
2021-01-10SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServerAndreas Kling
2021-01-10Kernel: Don't allow non-root, non-owners to rmdir any child of stickyAndreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-10LibVT: Don't assert if ioctl(TIOCSWINSZ) failsAndreas Kling
2021-01-10LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro nameAndreas Kling
2021-01-10LibLine: It's okay to be interrupted while reading the DSR responseAnotherTest
2021-01-10Shell: Fix completing barewords with escapesAnotherTest
2021-01-10LibLine: Don't clear the displayed buffer when interruptedAnotherTest
2021-01-10LibLine: Unregister signal handlers on destructionAnotherTest
2021-01-09passwd: Drop "tty" pledge promise after getting password from userAndreas Kling
2021-01-09su: Drop "tty" pledge promise after getting password from userAndreas Kling
2021-01-09passwd+su: Convert fprintf(stderr, ...) to warnln()Andreas Kling
2021-01-09Ext2FS: Zero out new space when growing an inodeAndreas Kling
2021-01-09Ext2FS: Convert dbg() to dbgln()Andreas Kling
2021-01-09LibCore: Harden signal handling code to be called in global destrcutorsTom
2021-01-09AK: Add static Singleton::get function to allow destructible globalsTom
2021-01-09LibCore: Allow adding/removing signal handlers while handling signalsTom
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09LibGUI: Add formatter for Widget.asynts
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-09LibC: Add explicit_bzero()Andreas Kling
2021-01-09AK: Add release_value() and release_error() to AK::ResultAndreas Kling