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-02
Build System: Add common definitions for git info
Jonathan Archer
2019-12-02
AK: Allow BufferStream to serialize/deserialize floats
Andreas Kling
2019-12-01
WindowServer: Remove unused GetWindowBackingStore IPC request
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue to implement finalizer wakeup
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in NetworkTask
Andreas Kling
2019-12-01
LibCore: Improve logging of errors in safe_syscall() somewhat
Andreas Kling
2019-12-01
Kernel: Put some debug spam behind PAGE_FAULT_DEBUG
Andreas Kling
2019-12-01
Kernel: Use a dedicated thread state for wait-queued threads
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in the SoundBlaster 16 driver
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in PATAChannel
Andreas Kling
2019-12-01
Kernel: Disable interrupts while setting up a thread blocker
Andreas Kling
2019-12-01
Kernel: Add a WaitQueue for Thread queueing/waking and use it for Lock
Andreas Kling
2019-12-01
LibPthread: Remove some duplicate declarations in pthread.h
Andreas Kling
2019-12-01
Ports: vttest
Brandon Scott
2019-12-01
LibC: Added _PC_VDISABLE option to fpathconf()
Brandon Scott
2019-12-01
LibVT: Fixed some debugging code that didn't compile
Brandon Scott
2019-11-30
GTextEditor: Don't assert is_readonly() in did_change()
Andreas Kling
2019-11-30
GTextEditor: Fire the on_change hook on GTextDocument change
Andreas Kling
2019-11-30
LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect()
Andreas Kling
2019-11-30
GTextEditor: Implement Shift+Delete using RemoveTextCommand
Andreas Kling
2019-11-30
GTextEditor: Implement the Delete key using RemoveTextCommand
Andreas Kling
2019-11-30
LibGUI: Consolidate and simplify commands used for insertion/removal
Andreas Kling
2019-11-30
LibGUI: Add GUndoStack and GCommand classes
Andreas Kling
2019-11-30
TextEditor: Focus the editor widget on startup
Andreas Kling
2019-11-30
LibGUI: Move the undo stack from GTextEditor to GTextDocument
Andreas Kling
2019-11-30
LibHTML: Allow resource loads to fail
Andreas Kling
2019-11-30
LibHTML: Don't bother updating layout in frameless documents
Andreas Kling
2019-11-30
ProtocolServer: Don't crash on failed request
Andreas Kling
2019-11-29
PaintBrush: Allow canceling a line by pressing the Escape key
Andreas Kling
2019-11-29
PaintBrush: Add a "line" tool for drawing straight lines
Andreas Kling
2019-11-29
LibDraw: Painter::draw_pixel() with thickness>1 was doubly translating
Andreas Kling
2019-11-29
modunload: Take the module-to-unload as a command-line argument
Andreas Kling
2019-11-29
jp: Print double-quotes around string values in output
Andreas Kling
2019-11-29
Kernel: Have modules export their name in a "module_name" string
Andreas Kling
2019-11-29
modload: Take the module-to-load as a command-line argument
Andreas Kling
2019-11-29
Kernel: Show module memory size in /proc/modules
Andreas Kling
2019-11-29
DisplayProperties: Add 1280x720 to the list of resolutions
Andreas Kling
2019-11-29
Calculator: Add a 16x16 app icon
Andreas Kling
2019-11-29
Kernel: Disallow syscalls from writeable memory
Andreas Kling
2019-11-29
LibGUI: Keep the (1, 1) text offset on GButton after it becomes checked
Andreas Kling
2019-11-29
LibGUI: Align GButton text according to the specified text_alignment()
Andreas Kling
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-29
LibC: Tolerate stddef.h being included from the kernel
Andreas Kling
2019-11-29
LibC: Implement bsearch
William McPherson
2019-11-28
Kernel: Allow modules to link against anything in kernel.map :^)
Andreas Kling
2019-11-28
LibELF: Add ELFImage::Symbol::bind()
Andreas Kling
2019-11-28
Kernel: Add /proc/modules to enumerate the currently loaded modules
Andreas Kling
2019-11-28
Kernel: Implement basic module unloading :^)
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
[prev]
[next]