ladybird/Kernel
2020-04-22 12:36:35 +02:00
..
ACPI
Arch/i386 CPU: Handle Debug exception 2020-04-13 23:20:59 +02:00
Devices Kernel: Refuse to set overflowy resolution values in BXVGADevice 2020-04-15 17:15:40 +02:00
FileSystem Kernel: rmdir("/") should fail instead of asserting 2020-04-19 18:07:16 +02:00
Heap
Interrupts
Net Kernel: Use shared locking mode in some places 2020-04-18 13:58:29 +02:00
PCI Kernel: Instantiate network adapters in their own detect() methods 2020-04-11 10:02:31 +02:00
Tasks
Time Kernel: Remove CommandLine::get() in favor of lookup() 2020-04-18 14:22:42 +02:00
TTY
VM Kernel: Switch the first-8MB-of-upper-3GB pseudo mappings to 4KB pages 2020-04-13 22:35:37 +02:00
.bochsrc
.gitignore
Assertions.h
build-image-grub.sh
build-image-qemu.sh
build-root-filesystem.sh Demos: Add Screensaver demo 2020-04-19 02:09:50 +02:00
CMOS.cpp
CMOS.h
CommandLine.cpp Kernel: Remove CommandLine::get() in favor of lookup() 2020-04-18 14:22:42 +02:00
CommandLine.h Kernel: Remove CommandLine::get() in favor of lookup() 2020-04-18 14:22:42 +02:00
debug-kernel
DoubleBuffer.cpp
DoubleBuffer.h
FB.h
Forward.h
grub-ebr.cfg
grub-gpt.cfg
grub-mbr.cfg
init.cpp Kernel: Remove CommandLine::get() in favor of lookup() 2020-04-18 14:22:42 +02:00
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KernelInfoPage.h
KeyCode.h
KResult.h
KSyms.cpp LibELF: Move ELF classes into namespace ELF 2020-04-11 22:41:05 +02:00
KSyms.h
linker.ld
Lock.cpp Kernel: Introduce shared locking mode 2020-04-18 13:58:29 +02:00
Lock.h Kernel: Introduce shared locking mode 2020-04-18 13:58:29 +02:00
makeall.sh
Makefile Build: Use the GCC port if building on "SerenityOS" :^) 2020-04-20 19:52:35 +02:00
mkmap.sh
Module.h
MousePacket.h
Multiboot.h
PerformanceEventBuffer.cpp Kernel: Include the current instruction pointer in profile samples 2020-04-11 21:04:45 +02:00
PerformanceEventBuffer.h
Process.cpp LibELF: Make ELF::Loader RefCounted 2020-04-20 17:25:50 +02:00
Process.h Kernel: Make Process and Thread non-copyable and non-movable 2020-04-22 12:36:35 +02:00
Profiling.cpp LibELF: Move ELF classes into namespace ELF 2020-04-11 22:41:05 +02:00
Profiling.h Kernel: Bump the max stack frame count in sample profiles to 50 2020-04-12 11:00:38 +02:00
Ptrace.cpp Kernel: Remove SmapDisablers in sys$ptrace() implementation 2020-04-14 09:50:14 +02:00
Ptrace.h ptrace: Add PT_SETREGS 2020-04-13 00:53:22 +02:00
Random.cpp
Random.h
RTC.cpp
RTC.h
run
Scheduler.cpp Kernel: Include the current instruction pointer in profile samples 2020-04-11 21:04:45 +02:00
Scheduler.h
SharedBuffer.cpp Kernel: Use shared locking mode in some places 2020-04-18 13:58:29 +02:00
SharedBuffer.h
sync.sh
Syscall.cpp
Syscall.h ptrace: Report error in PT_PEEK via errno 2020-04-13 00:53:22 +02:00
TestModule.cpp
Thread.cpp ptrace: Add PT_SETREGS 2020-04-13 00:53:22 +02:00
Thread.h Kernel: Make Process and Thread non-copyable and non-movable 2020-04-22 12:36:35 +02:00
ThreadTracer.cpp ptrace: Add PT_SETREGS 2020-04-13 00:53:22 +02:00
ThreadTracer.h Debugger: Add DebugSession 2020-04-13 00:53:22 +02:00
TimerQueue.cpp
TimerQueue.h
UnixTypes.h ptrace: Add PT_SETREGS 2020-04-13 00:53:22 +02:00
WaitQueue.cpp
WaitQueue.h