summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-16LibC: Added some missing directory type constantsBrandon Scott
2019-11-16LibC: Added additional fields to lconv structBrandon Scott
2019-11-16Build: Make sure we look in Libraries/LibPthread for libraries :^)Andreas Kling
2019-11-16LibPthread: Implement a basic first pthread mutexAndreas Kling
2019-11-16Kernel: Release the big process lock while yielding in sys$yield()Andreas Kling
2019-11-16AK: Atomic.h needs <stddef.h> for ptrdiff_tAndreas Kling
2019-11-15Terminal: Add selecting whole line on triple clickRok Povsic
2019-11-15Meta: Add .DS_Store to .gitignore (#786)Doc O
2019-11-15HackStudio: Mark whitespace tokens as skippable GTextDocumentSpansAndreas Kling
2019-11-15GTextEditor: Allow GTextDocumentSpans to be "skippable"Andreas Kling
2019-11-15GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/RightAndreas Kling
2019-11-15GTextEditor: Alt+Shift+S alphabetically sorts selected linesctfloyd
2019-11-15AK: Fix leak in WeakPtr(WeakPtr&&) and WeakPtr::operator=(WeakPtr&&)Andreas Kling
2019-11-15Kernel: Unbreak SlabAllocator after startup-time constructorsAndreas Kling
2019-11-15Ports: Add openssl packageMWGuy
2019-11-14Kernel: Move Thread::m_joinee_exit_value into the JoinBlockerAndreas Kling
2019-11-14Kernel+LibPthread: Implement pthread_join()Andreas Kling
2019-11-14HackStudio: Add a Stop action to kill the current processSergey Bugaev
2019-11-14HackStudio: Do not spawn an intermediary shellSergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::kill_running_command()Sergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::on_command_exitSergey Bugaev
2019-11-14Kernel: Implement the killpg() syscallSergey Bugaev
2019-11-14Kernel: Unwind kernel stacks before dyingSergey Bugaev
2019-11-14LibC: open/openat: Make sure path is not a nullptr before dereferencingTill Mayer
2019-11-13run: Unbreak this script when running with a regular Bourne /bin/shAndreas Kling
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-13Kernel: Add a kernel boot parameter to force PIO modesupercomputer7
2019-11-13Ports: Add support for zip files and ensure configure is executable (#773)Dan MacDonald
2019-11-13Terminal+HackStudio: Fix leaking PTM fd to child processesSergey Bugaev
2019-11-13WindowServer: Fix leaking framebuffer fd to clientsSergey Bugaev
2019-11-13Kernel: Fix failing in can_read()/can_write()Sergey Bugaev
2019-11-12Base: Add Help.af :^)Andreas Kling
2019-11-12Katica10: Tweak the 'L' and 'Q' glyphsAndreas Kling
2019-11-12Ports: Add .gitignore for Ports (#766)Dominik Madarász
2019-11-12Build: Make sure PATH is passed properly (#765)Dominik Madarász
2019-11-12Ports: Fix ncurses portDan MacDonald
2019-11-11HackStudio: Reflect widget selections in the form widget tree viewAndreas Kling
2019-11-11GTreeView: Make it possible to multi-select with the Ctrl modifierAndreas Kling
2019-11-11HackStudio: Show the edited form widget's widget tree in the tree viewAndreas Kling
2019-11-11LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"Andreas Kling
2019-11-11GTreeView: Always repaint in response to did_update_model()Andreas Kling
2019-11-11Ports: Add initial Python 3.6 portEmanuel Sprung
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-11Toolchain: Add QEMU build script and improve documentationEmanuel Sprung
2019-11-11Toolchain: Fix indentation in BuildIt.sh (#761)Nicolas Van Bossuyt
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11Base: Add .af files for Minesweeper, Snake and VisualBuilderAndreas Kling
2019-11-11WindowServer: Sort the system menu app categories alphabeticallyAndreas Kling
2019-11-11WindowServer: Don't send menu item activations for separatorsAndreas Kling
2019-11-11WindowManager: Simplify menu bar open/close logicAndreas Kling