summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-25LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')Andreas Kling
2020-01-25LibVT: Support the DA (Device Attributes) request (final 'c')Andreas Kling
2020-01-25Kernel: Preserve CoW bits when splitting VM regionsAndreas Kling
2020-01-25Kernel: Only open a single description for stdio in non-fork processesAndreas Kling
2020-01-25Build: Remove -fno-sized-deallocation -Wno-sized-deallocationAndreas Kling
2020-01-25Kernel: Make sys$setsid() clear the calling process's controlling TTYAndreas Kling
2020-01-25Terminal: Start a new session before exec'ing the shellAndreas Kling
2020-01-25Shell: Don't start a new session in every new shellAndreas Kling
2020-01-25Ext2FS: Use more dbg() in Ext2FS codeAndreas Kling
2020-01-25Kernel: Allow empty strings in validate_and_copy_string_from_user()Andreas Kling
2020-01-25Kernel: Simplify Process constructorAndreas Kling
2020-01-25Terminal: Fetch the user shell from /etc/passwdAndreas Kling
2020-01-25Kernel: sys$execve() should not EFAULT for empty argument stringsAndreas Kling
2020-01-25Shell: Allow empty tokens if enclosed in single or double quotesAndreas Kling
2020-01-25AK: Vector::is_null() should always return falseAndreas Kling
2020-01-25WindowServer: Don't allow minimize/maximize of windows while modal upAndreas Kling
2020-01-25WindowServer: Robustify WSWindow<->WSClientConnection link a bitAndreas Kling
2020-01-25WindowServer: Tear down WSClientConnection asynchronouslyAndreas Kling
2020-01-25LibIPC: Short-cirtcuit post_message() if socket already disconnectedAndreas Kling
2020-01-25Kernel: Clear ESI and EDI on syscall entryAndreas Kling
2020-01-25AK: Assert if trying to create a WeakPtr to an object being destroyedAndreas Kling
2020-01-25Meta: Remove some copyright headers added in errorAndreas Kling
2020-01-25Meta: Fix typo + suggest value of export variable.Emanuel Sprung
2020-01-25Toolchain: Fix python build script.Emanuel Sprung
2020-01-25Toolchain: Fix qemu build script.Emanuel Sprung
2020-01-25Ports: Add bc portBrian Callahan
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-24Ports: Add GNU sed 4.2.1 (#1127)Dan MacDonald
2020-01-24Ports: Add byacc portBrian Callahan
2020-01-24Ports: Add flex and pcre2 portsBrian Callahan
2020-01-24AK: Use swap-based assignment in OwnPtrAndreas Kling
2020-01-23TextEditor: Focus the editor after opening a new fileAndreas Kling
2020-01-23GTextEditor: Create the "go to line" action eagerlyAndreas Kling
2020-01-23GTextEditor: Move "Go to line" feature from HackStudio into GTextEditorAndreas Kling
2020-01-23TextEditor: Various UI text tweaksAndreas Kling
2020-01-23GTextEditor: Make color of non-highlighted line numbers darkerAndreas Kling
2020-01-23GTextEditor: Disable auto-indentation while pastingAndreas Kling
2020-01-23LibGUI: Give GTextDocument access to the GTextEditor during commandsAndreas Kling
2020-01-23Kernel: Allow Socket subclasses to fail constructionAndreas Kling
2020-01-23LibCore: Remove redundant check in CObject::dispatch_event()Andreas Kling
2020-01-23Ports: Add mawk port (#1117)Brian Callahan
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-23LibC: The pwd and grp related functions need to preserve empty fieldsoAndreas Kling
2020-01-23Base: Note in pledge(2) man page which promises are extensionsAndreas Kling
2020-01-23Build: Fix silly mistake in makeall.shAndreas Kling
2020-01-23rpcdump: Use pledge() and unveil()Brian Gianforcaro
2020-01-23lspci: Use pledge() and unveil()Brian Gianforcaro
2020-01-22AK: Unbreak FileSystemPath after String::split() changesAndreas Kling
2020-01-22Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"Andreas Kling
2020-01-22Build: use absolute path for /sbin/mke2fsOliver Kraitschy