serenity/Kernel
2020-04-08 17:19:46 +02:00
..
ACPI AK: Reduce header dependency graph of String.h 2020-03-23 13:48:44 +01:00
Arch/i386 Kernel: Prepend missing license 2020-04-03 09:12:29 +02:00
Devices Kernel: Make VMWareBackdoor eternal (since it's never freed) 2020-04-08 17:19:46 +02:00
FileSystem Kernel: Rename KParams => Kernel::CommandLine 2020-04-08 17:19:46 +02:00
Heap Kernel: Update cryptically-named functions related to symbolication 2020-04-08 17:19:46 +02:00
Interrupts Interrupts: Handle spurious IRQs from eoi() method 2020-03-24 16:15:33 +01:00
Net Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE. 2020-04-06 11:44:13 +02:00
PCI Kernel: Rename KParams => Kernel::CommandLine 2020-04-08 17:19:46 +02:00
Tasks Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00
Time Kernel: Rename KParams => Kernel::CommandLine 2020-04-08 17:19:46 +02:00
TTY Kernel: Make ^W and ^U actually erase characters 2020-03-26 08:18:47 +01:00
VM Kernel: Non-readable-but-writable regions should still be mapped 2020-04-03 10:10:56 +02:00
.bochsrc
.gitignore
Assertions.h
build-image-grub.sh
build-image-qemu.sh Build: Add FreeBSD support (#1492) 2020-03-21 09:46:30 +01:00
build-root-filesystem.sh Kernel: Remove DebugLogDevice 2020-04-08 17:19:46 +02:00
CMOS.cpp
CMOS.h
CommandLine.cpp Kernel: Rename KParams => Kernel::CommandLine 2020-04-08 17:19:46 +02:00
CommandLine.h Kernel: Rename KParams => Kernel::CommandLine 2020-04-08 17:19:46 +02:00
debug-kernel
DoubleBuffer.cpp AK: Reduce header dependency graph of String.h 2020-03-23 13:48:44 +01:00
DoubleBuffer.h
FB.h
Forward.h Kernel: Add 'ptrace' syscall 2020-03-28 18:27:18 +01:00
grub-ebr.cfg Kernel: Change noacpi GRUB entry to use the right boot argument 2020-03-24 16:15:33 +01:00
grub-gpt.cfg Kernel: Change noacpi GRUB entry to use the right boot argument 2020-03-24 16:15:33 +01:00
grub-mbr.cfg Kernel: Change noacpi GRUB entry to use the right boot argument 2020-03-24 16:15:33 +01:00
init.cpp Kernel: Move global constructor invocation a bit earlier 2020-04-08 17:19:46 +02:00
KBuffer.h AK: Reduce header dependency graph of String.h 2020-03-23 13:48:44 +01:00
KBufferBuilder.cpp
KBufferBuilder.h
KernelInfoPage.h
KeyCode.h
KResult.h
KSyms.cpp Kernel: Update cryptically-named functions related to symbolication 2020-04-08 17:19:46 +02:00
KSyms.h Kernel: Update cryptically-named functions related to symbolication 2020-04-08 17:19:46 +02:00
linker.ld
Lock.cpp
Lock.h
makeall.sh Build: Add FreeBSD support (#1492) 2020-03-21 09:46:30 +01:00
Makefile Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00
mkmap.sh
Module.h
MousePacket.h
Multiboot.h
PerformanceEventBuffer.cpp Kernel: Run clang-format on files 2020-03-22 01:22:32 +01:00
PerformanceEventBuffer.h AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 2020-03-08 13:06:51 +01:00
Process.cpp Kernel: Update cryptically-named functions related to symbolication 2020-04-08 17:19:46 +02:00
Process.h Kernel: Add 'ptrace' syscall 2020-03-28 18:27:18 +01:00
Profiling.cpp
Profiling.h
Random.cpp
Random.h
RTC.cpp
RTC.h
run Kernel: Run QEMU machine with two virtual processors 2020-03-24 16:15:33 +01:00
Scheduler.cpp WaitBlocker: don't unblock if thread has pending SIGCONT 2020-03-28 18:27:18 +01:00
Scheduler.h Scheduler: Use monotonic time for blocking threads 2020-03-19 15:48:00 +01:00
SharedBuffer.cpp
SharedBuffer.h
sync.sh
Syscall.cpp Kernel: Add 'ptrace' syscall 2020-03-28 18:27:18 +01:00
Syscall.h Kernel & Userland: Allow to mount image files formatted with Ext2FS 2020-04-06 15:36:36 +02:00
TestModule.cpp
Thread.cpp Kernel: Update cryptically-named functions related to symbolication 2020-04-08 17:19:46 +02:00
Thread.h Kernel: Add 'ptrace' syscall 2020-03-28 18:27:18 +01:00
ThreadTracer.cpp Kernel: Add 'ptrace' syscall 2020-03-28 18:27:18 +01:00
ThreadTracer.h Kernel: Add 'ptrace' syscall 2020-03-28 18:27:18 +01:00
TimerQueue.cpp
TimerQueue.h Kernel: Introduce the new Time management subsystem 2020-03-19 15:48:00 +01:00
UnixTypes.h Kernel: Add the SO_BINDTODEVICE socket option 2020-04-05 09:50:48 +02:00
WaitQueue.cpp
WaitQueue.h