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
2020-07-06
WebContent: Shut down WebContent process when last client disconnects
Andreas Kling
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-07-06
Shell: Do not treat the ending newline as part of a comment
AnotherTest
2020-07-06
Shell: Do not treat the absence of an init script as an error
AnotherTest
2020-07-06
Kernel: Tidy up SpinLock and related classes a little bit
Andreas Kling
2020-07-06
Kernel: Thread::wait_on() must always leave interrupts enabled on exit
Andreas Kling
2020-07-06
Kernel: Tidy up the ScopedCritical class a little bit
Andreas Kling
2020-07-06
Add manpages for posix_spawn
Nico Weber
2020-07-06
Kernel: Enhance WaitQueue to remember pending wakes
Tom
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-06
Kernel: Add a SpinLock to the WaitQueue
Tom
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-05
Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)
Andreas Kling
2020-07-05
DisplaySettings: Fix crash on exit (due to Core::Object on the stack)
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-07-05
Base: Add man pages for gettid(), getpid(), and getppid()
Andreas Kling
2020-07-05
LibWeb: Always fire the link hover hooks when moving between links
Andreas Kling
2020-07-05
LibWeb: Tweak PageView::on_link_hover hook
Andreas Kling
2020-07-05
WebContent: Plumb hovered links from WebContent process over to widget
Andreas Kling
2020-07-05
WebContent: Put some debug spam behind an #ifdef
Andreas Kling
2020-07-05
AK: Remove debug spam in SharedBuffer::create_from_shbuf_id()
Andreas Kling
2020-07-05
WebContent: Add double buffering to the WebContentView
Andreas Kling
2020-07-05
WebContent: Coalesce pending paint events to reduce overdraw
Andreas Kling
2020-07-05
Shell: Do not remove more than 2 dashes from the option being completed
AnotherTest
2020-07-05
Userland+MenuApplets: Replace two more fork/exec with posix_spawn
Nico Weber
2020-07-05
WebContent: Plumb scroll-into-view requests from server to client
Andreas Kling
2020-07-05
LibWeb: Move fragment link handling to Frame
Andreas Kling
2020-07-05
Meta: Do not run shellcheck on our Shell's scripts
AnotherTest
2020-07-05
Shell: Add some tests
AnotherTest
2020-07-05
Shell: Initial support for 'option' completions
AnotherTest
2020-07-05
Shell: Add a 'setopt' builtin
AnotherTest
2020-07-05
Shell: Show descriptions about syntax errors
AnotherTest
2020-07-05
Shell: Allow a command sequence to be delimited by newlines
AnotherTest
2020-07-05
Shell: Build as part of Lagom as well
AnotherTest
2020-07-05
Shell: Mark And and Or nodes as execute nodes
AnotherTest
2020-07-05
Shell: Provide completions to Tilde and its Juxtaposition.
AnotherTest
2020-07-05
Shell: Allow commands in variables, and properly substitute them on use
AnotherTest
2020-07-05
Shell: Parse a pipe sequence inside $(...)
AnotherTest
2020-07-05
Shell: Expand Juxtaposition of lists to list products
AnotherTest
2020-07-05
Shell: Do not try to recreate a command from a list of args in time
AnotherTest
2020-07-05
Shell: Read and evaluate an init file on start
AnotherTest
2020-07-05
Shell: Use ArgsParser for argument parsing
AnotherTest
2020-07-05
Shell: Add the alias builtin and resolve aliases
AnotherTest
2020-07-05
Shell: Switch to a new parser and AST
AnotherTest
2020-07-05
LibCore: Stop select()'ing after an interrupt if a quit was requested
AnotherTest
2020-07-05
WebContent: Use available size for bitmap (#2701)
Kevin Meyer
2020-07-05
Kernel: Add Plan9FS :^)
Sergey Bugaev
2020-07-05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
Sergey Bugaev
2020-07-05
Kernel: Fix .. directory entry at mount point handling a little
Sergey Bugaev
2020-07-05
Kernel: Make sure to drop region with interrupts enabled
Sergey Bugaev
[prev]
[next]