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-07-10
ProcessManager: Use CProcessStatisticsReader to get process data.
Andreas Kling
2019-07-10
WindowServer: Use CProcessStatisticsReader in WSCPUMonitor.
Andreas Kling
2019-07-10
top: Remove some unused code.
Andreas Kling
2019-07-10
Userland+LibCore: Use CProcessStatisticsReader to implement top.
Andreas Kling
2019-07-09
LibGUI: Add GActionGroup, a way to group a bunch of GActions.
Andreas Kling
2019-07-09
GAction: Remove "custom_data" and the related convenience constructors.
Andreas Kling
2019-07-09
Build: Prepend $PRE_CXX before the C++ compiler.
Andreas Kling
2019-07-09
Kernel: Pick up standard includes from ../Toolchain, not ../Root
Andreas Kling
2019-07-09
LibC: Provide generic versions of memcpy() and memset() for non-i386 builds.
Andreas Kling
2019-07-09
AK: Add Platform.h with an ARCH() macro.
Andreas Kling
2019-07-09
Kernel: Move PhysicalAddress.h into VM/
Andreas Kling
2019-07-09
Kernel: Move VirtualAddress.h into VM/
Andreas Kling
2019-07-09
Kernel: Move SharedMemory.{cpp,h} into FileSystem/
Andreas Kling
2019-07-09
Kernel: Move File.{cpp,h} into FileSystem/
Andreas Kling
2019-07-09
Kernel: Move i8253.cpp => Arch/i386/PIT.cpp
Andreas Kling
2019-07-09
Kernel: Move PIC.cpp into Arch/i386/
Andreas Kling
2019-07-09
Shell: Remove some unused code.
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
Shell: Handle SIGWINCH to get a nice behavior when resizing.
Andreas Kling
2019-07-08
Terminal: Try to preserve line contents when resizing the terminal window.
Andreas Kling
2019-07-08
Kernel: Don't interrupt blocked syscalls to dispatch ignored signals.
Andreas Kling
2019-07-08
Kernel: Add LogStream operator<< for Process.
Andreas Kling
2019-07-08
LibHTML: Create anonymous blocks around inline children of blocks.
Andreas Kling
2019-07-08
StringBuilder: Reset the internal builder length after building.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
AK: Add some missing includes in SinglyLinkedList.
Andreas Kling
2019-07-08
AK: Add JsonValue::to_bool().
Andreas Kling
2019-07-08
CDirIterator: Fix another instance of StringView::characters() misuse.
Andreas Kling
2019-07-08
MappedFile: Fix misuse of StringView::characters().
Andreas Kling
2019-07-08
AK: Add JsonObject::set(key, &&value) overload.
Andreas Kling
2019-07-08
AK: Make it easy to convert between JsonValue and IPv4Address.
Andreas Kling
2019-07-08
AK: Add LogStream operator<< for IPv4Address.
Andreas Kling
2019-07-08
LibC: Use IPv4Address::from_string() in gethostbyname().
Andreas Kling
2019-07-08
AK: Add IPv4Address::from_string(StringView).
Andreas Kling
2019-07-08
AK: Add a simple Optional<T> template.
Andreas Kling
2019-07-08
String: String::to_int() should fail for any empty string, not just null.
Andreas Kling
2019-07-08
LogStream: Uninline some public functions so the linker can find them.
Andreas Kling
2019-07-08
IDEDiskDevice: Fix build after merging slave device changes.
Andreas Kling
2019-07-08
LibHTML: Oops, fix build.
Andreas Kling
2019-07-08
Kernel: Extended IDE interface to allow slave device usage (#283)
Jesse
2019-07-08
LibHTML: Reorganize layout tree build so that parents add their children.
Andreas Kling
2019-07-08
LibHTML: Move layout tree building to a separate function.
Andreas Kling
2019-07-08
LibHTML: Add InheritStyleValue and InitialStyleValue.
Andreas Kling
2019-07-08
LibHTML: Fix host build after Libraries/ shuffle.
Andreas Kling
2019-07-07
IRCClient: Fix build. Forgot to update a function signature.
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-07-07
GStackWidget: Add a notification hook for when the active widget changes.
Andreas Kling
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-07-04
LibHTML: Move CSS value parsing to CSSParser.
Andreas Kling
[next]