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-10-26
HackStudio: Reset the cursor to I-beam when switching between files
Andreas Kling
2020-10-26
HackStudio: Run clang-format
Andreas Kling
2020-10-26
HackStudio: Allow toggling line wrapping on/off from the Edit menu :^)
Andreas Kling
2020-10-26
HackStudio: Add a simple "open files" view
Andreas Kling
2020-10-26
Shell: Fix `cd' history (and `cdh')
AnotherTest
2020-10-26
Shell: Use kill() in fg/bg if killpg() fails
AnotherTest
2020-10-26
Shell: Ensure that jobs going through run_tail() retain should_wait
AnotherTest
2020-10-26
Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strict
AnotherTest
2020-10-26
Shell: Implement AK::Formatter::format() for AST::Command
AnotherTest
2020-10-26
Snake: Use the system default fixed-width font
Andreas Kling
2020-10-26
js: Load and save history from/to ~/.js-history
Linus Groh
2020-10-26
Shell+LibLine: Support HISTCONTROL environment variable
Linus Groh
2020-10-26
Shell: Support HISTFILE environment variable
Linus Groh
2020-10-26
Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor
Linus Groh
2020-10-26
LibMarkdown: Flush the pending paragraphs when encountering empty lines
AnotherTest
2020-10-26
LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake...
Luke
2020-10-26
Kernel: Halt all processors on assertion failure
Tom
2020-10-26
Kernel: Only consider scheduler Running threads if they're the current
Tom
2020-10-26
Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock
Tom
2020-10-26
Kernel: Various APIC timer fixes
Tom
2020-10-26
Kernel: Fix race condition waiting for IPI while other CPU requested halt
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-25
HexEditor: Use the system default fixed width font
Andreas Kling
2020-10-25
LibJS: Allow all line terminators to be used for line continuations
Linus Groh
2020-10-25
AK: Deprecate warn().
asynts
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-25
LibC+Tests: Fix broken snprintf test.
asynts
2020-10-25
AK: Remove a really slow unit test.
asynts
2020-10-25
LookupServer: Support multiple nameservers
Linus Groh
2020-10-25
LookupServer: Replace unused 'did_timeout' with 'did_get_response'
Linus Groh
2020-10-25
LookupServer: Replace dbg()/dbgprintf() with dbgln()
Linus Groh
2020-10-25
Shell: Fix off-by-one in EOL mark printing
AnotherTest
2020-10-25
LibGUI: Make the Cancel/Okay buttons in GUI::FilePicker a little taller
Andreas Kling
2020-10-25
WindowServer: Raise menu item icons slightly when hovered :^)
Andreas Kling
2020-10-25
LibGUI: Raise toolbar button icons slightly when hovered :^)
Andreas Kling
2020-10-25
Taskbar: Make quicklaunch buttons larger and reduce spacing
Andreas Kling
2020-10-25
LibJS: Parse line continuations in string literals properly
Marcin Gasperowicz
2020-10-25
HackStudio: Include missing files in the project tree
Andreas Kling
2020-10-25
HackStudio: Don't assert when project has non-existent file
Andreas Kling
2020-10-25
LibCore: IODevice::can_read_line() should succeed for newline-less file
Andreas Kling
2020-10-25
Userland/sort: Convert sort to use getline
Matthew L. Curry
2020-10-25
Userland/uniq: Add uniq utility
Matthew L. Curry
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-25
Themes: Update tooltip colors of dark themes
Linus Groh
2020-10-25
LibJS: Implement rules for duplicate function parameters
Linus Groh
2020-10-25
LibGfx: Handle TextAlignment::BottomRight in do_draw_text()
Andreas Kling
2020-10-25
LibIPC: Handle partial messages
Andreas Kling
2020-10-25
Userland: Add missing license header to hexdump
Andreas Kling
2020-10-25
Kernel: Optionally take some arguments to pass to the init program
AnotherTest
[next]