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-11LibLine: Handle history across multiple concurrent sessions betterAnotherTest
2021-01-11LibCore: Add line iterators to IODeviceAnotherTest
2021-01-11AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variantsAnotherTest
2021-01-11AK: Enable format string warnings for AK printf wrappersSahan Fernando
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Playground: Show placeholders for unregistered widgetsNico Weber
2021-01-11SinglyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2021-01-11DoublyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2021-01-11Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...Lenny Maiorani
2021-01-11AK: Find a value in any container offering iteratorsLenny Maiorani
2021-01-11LibGfx: Fail PBM decode if there isn't enough color data in imageAndreas Kling
2021-01-11CrashDaemon: Use pledgeAndreas Kling
2021-01-11Kernel: Don't dump perfcore for non-dumpable processesAndreas Kling
2021-01-11UserspaceEmulator: Implement the ftruncate and umask syscallsAndreas Kling
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-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