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
2019-11-16
LibC: Added some missing directory type constants
Brandon Scott
2019-11-16
LibC: Added additional fields to lconv struct
Brandon Scott
2019-11-16
Build: Make sure we look in Libraries/LibPthread for libraries :^)
Andreas Kling
2019-11-16
LibPthread: Implement a basic first pthread mutex
Andreas Kling
2019-11-16
Kernel: Release the big process lock while yielding in sys$yield()
Andreas Kling
2019-11-16
AK: Atomic.h needs <stddef.h> for ptrdiff_t
Andreas Kling
2019-11-15
Terminal: Add selecting whole line on triple click
Rok Povsic
2019-11-15
Meta: Add .DS_Store to .gitignore (#786)
Doc O
2019-11-15
HackStudio: Mark whitespace tokens as skippable GTextDocumentSpans
Andreas Kling
2019-11-15
GTextEditor: Allow GTextDocumentSpans to be "skippable"
Andreas Kling
2019-11-15
GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/Right
Andreas Kling
2019-11-15
GTextEditor: Alt+Shift+S alphabetically sorts selected lines
ctfloyd
2019-11-15
AK: Fix leak in WeakPtr(WeakPtr&&) and WeakPtr::operator=(WeakPtr&&)
Andreas Kling
2019-11-15
Kernel: Unbreak SlabAllocator after startup-time constructors
Andreas Kling
2019-11-15
Ports: Add openssl package
MWGuy
2019-11-14
Kernel: Move Thread::m_joinee_exit_value into the JoinBlocker
Andreas Kling
2019-11-14
Kernel+LibPthread: Implement pthread_join()
Andreas Kling
2019-11-14
HackStudio: Add a Stop action to kill the current process
Sergey Bugaev
2019-11-14
HackStudio: Do not spawn an intermediary shell
Sergey Bugaev
2019-11-14
HackStudio: Add TerminalWrapper::kill_running_command()
Sergey Bugaev
2019-11-14
HackStudio: Add TerminalWrapper::on_command_exit
Sergey Bugaev
2019-11-14
Kernel: Implement the killpg() syscall
Sergey Bugaev
2019-11-14
Kernel: Unwind kernel stacks before dying
Sergey Bugaev
2019-11-14
LibC: open/openat: Make sure path is not a nullptr before dereferencing
Till Mayer
2019-11-13
run: Unbreak this script when running with a regular Bourne /bin/sh
Andreas Kling
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-13
Kernel: Add a kernel boot parameter to force PIO mode
supercomputer7
2019-11-13
Ports: Add support for zip files and ensure configure is executable (#773)
Dan MacDonald
2019-11-13
Terminal+HackStudio: Fix leaking PTM fd to child processes
Sergey Bugaev
2019-11-13
WindowServer: Fix leaking framebuffer fd to clients
Sergey Bugaev
2019-11-13
Kernel: Fix failing in can_read()/can_write()
Sergey Bugaev
2019-11-12
Base: Add Help.af :^)
Andreas Kling
2019-11-12
Katica10: Tweak the 'L' and 'Q' glyphs
Andreas Kling
2019-11-12
Ports: Add .gitignore for Ports (#766)
Dominik Madarász
2019-11-12
Build: Make sure PATH is passed properly (#765)
Dominik Madarász
2019-11-12
Ports: Fix ncurses port
Dan MacDonald
2019-11-11
HackStudio: Reflect widget selections in the form widget tree view
Andreas Kling
2019-11-11
GTreeView: Make it possible to multi-select with the Ctrl modifier
Andreas Kling
2019-11-11
HackStudio: Show the edited form widget's widget tree in the tree view
Andreas Kling
2019-11-11
LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"
Andreas Kling
2019-11-11
GTreeView: Always repaint in response to did_update_model()
Andreas Kling
2019-11-11
Ports: Add initial Python 3.6 port
Emanuel Sprung
2019-11-11
LibC, LibM: Add functions needed to compile python3
Emanuel Sprung
2019-11-11
Toolchain: Add QEMU build script and improve documentation
Emanuel Sprung
2019-11-11
Toolchain: Fix indentation in BuildIt.sh (#761)
Nicolas Van Bossuyt
2019-11-11
Launcher: Remove the Launcher app, and all hacks in support of it
Andreas Kling
2019-11-11
Base: Add .af files for Minesweeper, Snake and VisualBuilder
Andreas Kling
2019-11-11
WindowServer: Sort the system menu app categories alphabetically
Andreas Kling
2019-11-11
WindowServer: Don't send menu item activations for separators
Andreas Kling
2019-11-11
WindowManager: Simplify menu bar open/close logic
Andreas Kling
[next]