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
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-28
Kernel: Validate changed framebuffer resolution
Liav A
2020-02-27
Kernel: Run clang-format on PCI definitions file
Liav A
2020-02-27
SharedBuffer: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
SlavePTY: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
MasterPTY: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Kernel: Run clang-format on Heap/kmalloc.cpp
Liav A
2020-02-27
Heap kmalloc: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PTYMultiplexer: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Thread: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
MemoryManager: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
VirtualConsole: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
TTY: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Process: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Ext2Filesystem: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
RangeAllocator: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
CPU: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Syscall: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
VMWareBackdoor: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
ProcFS: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
FIFO: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Ksyms: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
IOAPIC: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PS2MouseDevice: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Init Stage: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PhysicalPage: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Region: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
KeyboardDevice: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
InodeVMObject: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PCI MMIOAccess: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
ACPIStaticParser: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
PageDirectory: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Scheduler: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
E1000NetworkAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
LoopbackAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
IPv4Socket: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
DMIDecoder: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Kernel: Run clang-format on DMIDecoder header file
Liav A
2020-02-27
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-27
Kernel: Always disable interrupts in do_killpg()
Andreas Kling
2020-02-27
Kernel: Ignore signals sent to threadless (zombie) processes
Andreas Kling
2020-02-27
Kernel: Fix the gettid syscall
Cristian-Bogdan SIRB
2020-02-27
Kernel: Don't allow profiling a dead process
Andreas Kling
2020-02-27
Kernel: Don't blindly dereference Process::executable()
Andreas Kling
2020-02-27
Kernel: Fix ASSERTION failed in join_thread syscall
Cristian-Bogdan SIRB
2020-02-27
Kernel: Don't assert on sys$kill() with pid=INT32_MIN
Andreas Kling
2020-02-26
Kernel: Disallow assigning a TTY to an arbitrary process group ID
Andreas Kling
2020-02-26
Kernel: Remove unused artifacts of the Custody cache
Andreas Kling
2020-02-26
Kernel: Sanitize memory coming in/out of the slab allocator
Andreas Kling
2020-02-26
Kernel: Allow process with multiple threads to call exec and exit
Cristian-Bogdan SIRB
[next]