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-12-27
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
Andreas Kling
2019-12-27
AK: Fix unused parameter bug in SinglyLinkedList (#928)
Valtteri Koskivuori
2019-12-27
gron: Implement a simplified variant of @tomnomnom's "gron"
Andreas Kling
2019-12-27
Build: Allow building serenityOS ext2 root filesystem on macOS host
Stefano Cristiano
2019-12-27
Build: Disable compiling tests on macOS host
Stefano Cristiano
2019-12-27
LibCore: Allow LibCore to be compiled on macOS host
Stefano Cristiano
2019-12-27
LibCore: Fix errors when compiling LibCore using clang instead of gcc
Stefano Cristiano
2019-12-27
Build: Disable unknown GCC specific warnings when compiling host tools using ...
Stefano Cristiano
2019-12-27
Build: Make sure that RANLIB and AR use cross-compiler provided executables
Stefano Cristiano
2019-12-27
Toolchain: Statically link serenity cross-compiler on macOS to keep the cross...
Stefano Cristiano
2019-12-27
AK: Simplify const T& versions of append/insert in SinglyLinkedList
Conrad Pankoff
2019-12-27
Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)
Conrad Pankoff
2019-12-27
AK: Add insert_{before,after}(iterator, value) to SinglyLinkedList
Conrad Pankoff
2019-12-27
Kernel: Separate runnable thread queues by priority
Andreas Kling
2019-12-27
LibGUI: Remove bitrotted automatic keybinds feature
Andreas Kling
2019-12-27
PaintBrush: Add an "ellipse tool"
Shannon Booth
2019-12-27
LibDraw: Add draw_ellipse_intersecting function
Shannon Booth
2019-12-26
Kernel: Simplify force_pio logic in PATA driver (#923)
Conrad Pankoff
2019-12-26
Kernel: Move PC speaker beep timing logic from scheduler to the syscall
Andreas Kling
2019-12-26
Kernel: Process::for_each_in_pgrp() should not include dead processes
Andreas Kling
2019-12-26
LibGUI: Use NeverDestroyed<T> for the global GWindow tables
Andreas Kling
2019-12-26
AK: Add NeverDestroyed<T>, for things that should never be destroyed
Andreas Kling
2019-12-26
PaintBrush: Add a "rectangle tool"
Shannon Booth
2019-12-26
LibDraw: Add dx/dy_relative_to() helper functions for Points
Shannon Booth
2019-12-26
Base: Add 3x upscaled Liza fonts
Tibor Nagy
2019-12-26
LibGUI+WindowServer: Mark minimized window backing stores as volatile
Andreas Kling
2019-12-26
munch: Add a simple userland program for chewing up lots of memory
Andreas Kling
2019-12-26
Kernel: When physical page allocation fails, try to purge something
Andreas Kling
2019-12-26
ProcFS: Fix inconsistent numbers in /proc/memstat
Andreas Kling
2019-12-26
Kernel: Add Lock::is_locked()
Andreas Kling
2019-12-26
LibC: Oops x2, we can't use "bool" in stdlib.h either
Andreas Kling
2019-12-26
LibC: Oops, we can't use [[nodiscard]] when this is included from C
Andreas Kling
2019-12-26
HackStudio: Fix failure to open files
Andreas Kling
2019-12-26
LibHTML: Remove fixed FIXME
Shannon Booth
2019-12-26
LibC: Implement tmpfile()
Shannon Booth
2019-12-26
LibC: Use shared functon to generate unique filenames
Shannon Booth
2019-12-26
Kernel: Detect support for no-execute (NX) CPU features
Conrad Pankoff
2019-12-26
LibDraw: Add MenuBaseText and MenuSelectionText color roles
Andreas Kling
2019-12-26
Base: Add Hotdog Stand theme
Conrad Pankoff
2019-12-25
Ports: Build nesalizer in release mode
Andreas Kling
2019-12-25
AudioServer: Block the mixer thread when there's nothing to do
Andreas Kling
2019-12-25
Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t
Andreas Kling
2019-12-25
Ports: Fix SDL2 install step
Andreas Kling
2019-12-25
Toolchain: Fixup CMake toolchain script to install things in /usr
Andreas Kling
2019-12-25
LibDraw: Remove bogus LibC/ prefix on SharedBuffer.h include
Andreas Kling
2019-12-25
Kernel: Make kernel memory regions be non-executable by default
Andreas Kling
2019-12-25
Kernel: Set NX bit for virtual addresses 0-1MB and 2-8MB
Andreas Kling
2019-12-25
LibDraw: Fix 1px wide glitch in progress bar painting at some widths
Andreas Kling
2019-12-25
LibGUI: Add space for sort order indicators in autosized table columns
Andreas Kling
2019-12-25
Kernel: Clarify the various input validity checks in mmap()
Andreas Kling
[next]