1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00
serenity/Kernel
2021-02-07 20:45:09 +01:00
..
ACPI Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
API Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
Arch Kernel: Limit the size of stack traces 2021-02-02 18:58:26 +01:00
Devices Kernel: Try to detect Sound Blaster 16 before creating an instance 2021-02-05 08:54:02 +01:00
FileSystem Kernel: Use the resolved parent path when testing create veil (#5231) 2021-02-06 19:11:44 +01:00
Heap Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
Interrupts Kernel: Add missing initializer for SharedIRQHandler::m_enabled 2021-02-05 21:23:11 +01:00
Modules
Net Kernel: Add NE2000 network card driver 2021-02-05 09:35:02 +01:00
PCI Kernel: Fix PCI bridge enumeration 2021-01-31 19:06:40 +01:00
Storage Kernel: Clear pending interrupts before enabling IRQs of IDE Channel 2021-02-05 09:10:37 +01:00
Syscalls Kernel: Make sure we can allocate kernel stack before creating thread 2021-02-07 19:27:00 +01:00
Tasks
Time Kernel: Make Processor::id a static function 2021-01-27 21:12:24 +01:00
TTY Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
VM Everywhere: Remove some bitrotted "#if 0" blocks 2021-02-03 11:17:47 +01:00
.gitignore Meta: Expect sync-local.sh script at repository root 2021-01-30 09:18:46 +01:00
Assertions.h
CMakeLists.txt Kernel: KUBSAN implementation of returns-nonnull-attribute 2021-02-07 10:22:03 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp
CommandLine.h
Console.cpp
Console.h
CoreDump.cpp Kernel: Generate coredump backtraces from "threads for coredump" list 2021-01-28 08:41:18 +01:00
CoreDump.h
Debug.h.in Kernel: Add NE2000 network card driver 2021-02-05 09:35:02 +01:00
DMI.cpp Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFS 2021-02-01 17:13:23 +01:00
DMI.h Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFS 2021-02-01 17:13:23 +01:00
DoubleBuffer.cpp
DoubleBuffer.h
Forward.h
FutexQueue.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
FutexQueue.h
init.cpp Kernel: Add NE2000 network card driver 2021-02-05 09:35:02 +01:00
IO.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
kprintf.cpp
KResult.h
kstdio.h
KSyms.cpp Everywhere: Remove some bitrotted "#if 0" blocks 2021-02-03 11:17:47 +01:00
KSyms.h
linker.ld
Lock.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
Lock.h
LockMode.h
mkmap.sh
Module.h
Multiboot.h
PerformanceEventBuffer.cpp Kernel: Move perf event backtrace capture out of Thread class 2021-02-03 11:53:05 +01:00
PerformanceEventBuffer.h
PhysicalAddress.h
Process.cpp Kernel: Make sure we can allocate kernel stack before creating thread 2021-02-07 19:27:00 +01:00
Process.h Kernel: Remove unused function Process::backtrace() 2021-02-07 19:27:00 +01:00
ProcessGroup.cpp
ProcessGroup.h
Ptrace.cpp
Ptrace.h
Random.cpp Kernel: Make KernelRng thread-safe 2021-01-28 08:15:26 +01:00
Random.h Kernel: Don't left-shift 1 (signed) 31 times 2021-02-05 21:28:06 +01:00
RTC.cpp
RTC.h
Scheduler.cpp Kernel: Retire SchedulerData and add Thread lookup table 2021-01-28 17:35:41 +01:00
Scheduler.h Kernel: Remove ancient unused Scheduler::beep() declaration 2021-02-07 20:45:09 +01:00
SpinLock.h
StdLib.cpp
StdLib.h
Syscall.cpp Kernel: Add a way to specify which memory regions can make syscalls 2021-02-02 20:13:44 +01:00
Thread.cpp Kernel: Remove a handful of unused things from Thread 2021-02-07 20:26:53 +01:00
Thread.h Kernel: Remove a handful of unused things from Thread 2021-02-07 20:26:53 +01:00
ThreadBlockers.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp Kernel: KUBSAN implementation of returns-nonnull-attribute 2021-02-07 10:22:03 +01:00
UBSanitizer.h Kernel: KUBSAN implementation of returns-nonnull-attribute 2021-02-07 10:22:03 +01:00
UnixTypes.h Kernel: Fix enum of sysconf values to be in the correct order 2021-02-01 17:13:23 +01:00
UnveilNode.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h
WaitQueue.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
WaitQueue.h Kernel: Fix some race conditions with Lock and waiting/waking threads 2021-01-25 22:54:55 +01:00