index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2019-07-10
Build: Build the host-side FormCompiler before everything else.
Andreas Kling
2019-07-10
Demos: Add a HelloWorld2 demo.
Andreas Kling
2019-07-09
Kernel: Pick up standard includes from ../Toolchain, not ../Root
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-08
Kernel: Have the open() syscall take an explicit path length parameter.
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
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
IDEDiskDevice: Fix build after merging slave device changes.
Andreas Kling
2019-07-08
Kernel: Extended IDE interface to allow slave device usage (#283)
Jesse
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-07-04
AK: Move some of LogStream out of line & add overloads for smart pointers.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-03
Build: Use sudo -E to preserve EVs when calling build-image-qemu.sh from make...
Dan MacDonald
2019-07-03
Build: Fix incorrect user and group settings for disk image (#280)
Dan MacDonald
2019-07-01
Kernel+Userland: Convert /proc/df to JSON.
Andreas Kling
2019-07-01
Kernel+ProcessManager: Convert /proc/memstat to JSON.
Andreas Kling
2019-07-01
Build: Remove Userland/qs if we see one lying around.
Andreas Kling
2019-06-30
Kernel: Make more crash info show up in dmesg.
Andreas Kling
2019-06-30
Kernel: Disable interrupts in Thread::set_state().
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-29
AK: Defer to Traits<T> for equality comparison in container templates.
Andreas Kling
2019-06-29
ProcFS: Remove unused StringBuilder in procfs$all().
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-28
AK: Add Vector(std::initializer_list<T>) constructor.
Andreas Kling
2019-06-27
Kernel: More use of NonnullRefPtrVector in the kernel.
Andreas Kling
2019-06-27
Kernel: Use NonnullRefPtrVector in parts of the kernel.
Andreas Kling
2019-06-26
Kernel: Automatically populate page tables with lazy kernel regions.
Andreas Kling
2019-06-26
Kernel: Make the x86 paging code slightly less insane.
Andreas Kling
2019-06-25
Kernel: Share code between all the exceptions that cause process crash.
Andreas Kling
2019-06-23
QuickShow: Allow panning and zooming the image instead of stretching it.
Andreas Kling
2019-06-22
Kernel: Colorize debugger output from the kernel.
Andreas Kling
2019-06-22
LibHTML: Make it possible to build LibHTML on the host.
Andreas Kling
2019-06-22
Kernel: Fix all compiler warnings.
Andreas Kling
2019-06-22
printf: Oops, '-' is the left padding modifier, not ' '.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
Change "retain" to "ref" in various comments.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-19
Kernel: Symbolicate the crash address too, not just the call stack.
Andreas Kling
2019-06-18
AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful.
Andreas Kling
2019-06-16
Kernel: Expose kernel command line to userspace through /proc/cmdline
Robin Burchell
2019-06-16
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
Robin Burchell
[next]