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