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-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Kernel: The kernel will never call mmx_memcpy() so prune it.
Andreas Kling
2019-06-07
Kernel: Qualify a bunch of #include statements.
Andreas Kling
2019-06-07
StringView: operator==(const char*) needs to stop when the view ends.
Andreas Kling
2019-06-07
Meta: Time for a new screenshot to keep things fresh. :^)
Andreas Kling
2019-06-07
Meta: Tweak ReadMe.
Andreas Kling
2019-06-07
AK: Add IterationDecision.h.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
ELF: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
ProcessManager+top: Rename "linear" size to "virtual" size.
Andreas Kling
2019-06-07
Kernel: Syscall header should forward-declare timeval with C linkage.
Andreas Kling
2019-06-07
Demos: Run clang-format on everything.
Andreas Kling
2019-06-07
LibM: Run clang-format on everything.
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
2019-06-07
Shell: Run clang-format on everything.
Andreas Kling
2019-06-07
LibC: Run clang-format on everything.
Andreas Kling
2019-06-07
VisualBuilder: Run clang-format on everything.
Andreas Kling
2019-06-07
Games: Run clang-format on everything.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-07
SystemServer: Run clang-format on everything.
Andreas Kling
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-06-07
SharedGraphics: Run clang-format on everything.
Andreas Kling
2019-06-07
LibCore: Run clang-format on everything.
Andreas Kling
2019-06-07
AK: Run clang-format on everything.
Andreas Kling
2019-06-07
LibGUI: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
AK: Rename printf.cpp to PrintfImplementation.h.
Andreas Kling
2019-06-07
Userland: Add a little test program for the alarm() syscall.
Andreas Kling
2019-06-07
Kernel: Implement the alarm() syscall.
Andreas Kling
2019-06-07
GScrollBar: Use increment/decrement naming consistently.
Andreas Kling
2019-06-07
GScrollBar: Keep scrolling while pushing down increment/decrement button.
Andreas Kling
2019-06-07
GTextEditor: Set the vertical scrollbar step size to the line height.
Andreas Kling
2019-06-07
Base: Let's have "te" as a symlink alias for TextEditor for now.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-07
AK: Add a ScopeGuard helper that invokes a callback when destroyed.
Andreas Kling
2019-06-07
Terminal: Use the visual bell by default.
Andreas Kling
2019-06-07
LookupServer: use /etc/hosts even for reverse lookups
Christopher Dumas
2019-06-07
LookupServer: Load hostnames
Christopher Dumas
2019-06-07
LookupServer: Clang-Format
Christopher Dumas
2019-06-06
TTY: Generate SIGTSTP if cc[VSUSP] is pressed.
Andreas Kling
2019-06-06
tail: Default tail behavior with no arguments (#209)
Ben Sloane
2019-06-06
WindowServer: New API for Scaled Blit
Christopher Dumas
2019-06-06
WindowServer: Implement scaled backgrounds and scaled blitting function
Christopher Dumas
2019-06-06
WindowServer: Clang-Format
Christopher Dumas
2019-06-06
AK: Make timeval_add() and timeval_sub() take references.
Andreas Kling
2019-06-06
Kernel: Tidy up sys$select() to make it more readable.
Andreas Kling
2019-06-06
Terminal: Reallocate kept lines when resizing the terminal.
Andreas Kling
2019-06-06
Terminal: Store horizontal tabs in a Vector.
Andreas Kling
2019-06-06
Shell: Print the name of each process whose exit status we're reporting.
Andreas Kling
[next]