serenity/Kernel
2020-07-01 12:07:01 +02:00
..
ACPI Kernel: Remove DMI decoder from the kernel 2020-06-20 18:39:46 +02:00
Arch Kernel/LibCore: Expose processor id where a thread last ran 2020-07-01 12:07:01 +02:00
Devices Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
FileSystem Kernel/LibCore: Expose processor id where a thread last ran 2020-07-01 12:07:01 +02:00
Heap Kernel: Serialize debug output 2020-07-01 12:07:01 +02:00
Interrupts Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Modules Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Net Kernel: Harvest randomness from various drivers 2020-06-25 21:05:40 +02:00
PCI Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Tasks Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Time Kernel: Use map_typed() in HPET code and add a register access helper 2020-06-21 00:58:55 +02:00
TTY Kernel: TTY:VirtualConsole, replace character attribute with code_point 2020-06-16 13:15:17 +02:00
VM Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
.bochsrc
.gitignore
Assertions.h Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
CMakeLists.txt Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
CMOS.cpp Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
CMOS.h
CommandLine.cpp
CommandLine.h
Console.cpp Kernel: Port VirtualConsole to LibVT :^) 2020-05-27 11:19:38 +02:00
Console.h Kernel: Port VirtualConsole to LibVT :^) 2020-05-27 11:19:38 +02:00
DoubleBuffer.cpp
DoubleBuffer.h
FB.h
Forward.h Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
init.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
IO.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
KBuffer.h
KBufferBuilder.cpp Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
KBufferBuilder.h
KeyCode.h Kernel: Replace char and u8 data types to u32 for code point 2020-06-16 13:15:17 +02:00
kprintf.cpp Kernel: Serialize debug output 2020-07-01 12:07:01 +02:00
KResult.h Kernel: Always inline some KResult / KResultOr<> methods 2020-06-02 21:49:47 +02:00
kstdio.h Kernel: Remove awkward "#define printf dbgprintf" 2020-05-16 12:03:25 +02:00
KSyms.cpp Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. 2020-05-26 10:15:40 +02:00
KSyms.h
linker.ld Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Lock.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Lock.h
mkmap.sh Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Module.h
MousePacket.h
Multiboot.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PhysicalAddress.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
Process.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Process.h Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing 2020-06-24 23:08:09 +02:00
Profiling.cpp
Profiling.h
Ptrace.cpp Kernel: Add missing copyright header to Ptrace.cpp 2020-05-09 23:45:16 +02:00
Ptrace.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Random.cpp Kernel: Make Random work on CPUs without rdrand 2020-06-27 19:40:33 +02:00
Random.h Kernel: Make Random work on CPUs without rdrand 2020-06-27 19:40:33 +02:00
RTC.cpp
RTC.h
Scheduler.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Scheduler.h Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
SharedBuffer.cpp Kernel: Don't remove shbuf permission-to-reattach when releasing 2020-06-17 18:43:50 +02:00
SharedBuffer.h Kernel: Tidy up SharedBuffer interface 2020-05-16 09:44:00 +02:00
SpinLock.h Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
StdLib.cpp Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
StdLib.h Kernel: Dont't static_assert that size_t is 32-bit :^) 2020-05-23 15:25:43 +02:00
Syscall.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Syscall.h Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing 2020-06-24 23:08:09 +02:00
Thread.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
Thread.h Kernel/LibCore: Expose processor id where a thread last ran 2020-07-01 12:07:01 +02:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UnixTypes.h Kernel: Use symbolic constants for file modes 2020-06-17 15:02:03 +02:00
VirtualAddress.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
WaitQueue.cpp Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
WaitQueue.h