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-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
2019-11-28
LibELF: Restore the relocation code from git history
Andreas Kling
2019-11-28
LibHTML: Just swallow :not selectors for now
Andreas Kling
2019-11-28
LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
Andreas Kling
2019-11-28
LibHTML: Update CSS parser with terminology from Selectors Level 4
Andreas Kling
2019-11-28
Kernel+ifconfig: Add an MTU value to NetworkAdapter
Andreas Kling
2019-11-27
LibHTML: Respect "border-style: dotted"
Andreas Kling
2019-11-27
LibDraw: Support dotted lines in Painter::draw_line()
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-27
LibGUI: Make GSortingProxyModel update the selection on resort again
Andreas Kling
2019-11-27
Kernel: listen() should fail with EINVAL for already-connected sockets
Andreas Kling
2019-11-27
Kernel: Remove Process::state(), everyone should use Thread::state()
Andreas Kling
2019-11-27
Kernel: Remove outdated FIXME about EINTR in select()
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-27
Kernel: Fix triple-fault when clicking on SystemServer in SystemMonitor
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-26
Kernel: Expose per-thread information in /proc/all
Andreas Kling
2019-11-26
Kernel: Process::for_each_thread() should show the main thread of PID 0
Andreas Kling
2019-11-26
Base: Document SystemServer
Sergey Bugaev
2019-11-26
SystemServer: Implement lazy spawning
Sergey Bugaev
2019-11-26
LookupServer: Port to socket takeover
Sergey Bugaev
2019-11-26
LookupServer: Port to LibCore
Sergey Bugaev
2019-11-26
ProtocolServer: Port to socket takeover
Sergey Bugaev
2019-11-26
AudioServer: Port to socket takeover
Sergey Bugaev
2019-11-26
WindowServer: Port to socket takeover
Sergey Bugaev
2019-11-26
SystemServer+LibCore: Implement socket takeover
Sergey Bugaev
2019-11-26
SystemServer: Implement keepalive
Sergey Bugaev
2019-11-26
SystemServer: Read service list from a config file
Sergey Bugaev
2019-11-26
LibCore: Assert instead of crashing in CEventLoop::current()
Sergey Bugaev
[next]