.. |
ACPI
|
Kernel: Detect APs and boot them into protected mode
|
2020-06-04 18:15:23 +02:00 |
Arch
|
Kernel: Detect APs and boot them into protected mode
|
2020-06-04 18:15:23 +02:00 |
Devices
|
Kernel: Add scancode value to KeyEvent
|
2020-06-03 21:52:40 +02:00 |
FileSystem
|
Kernel: Allow File::close() to fail
|
2020-06-02 21:49:47 +02:00 |
Heap
|
Revert "Kernel: Add implementation of operator new and delete to kmalloc.cpp"
|
2020-05-20 16:24:26 +02:00 |
Interrupts
|
Kernel: Detect APs and boot them into protected mode
|
2020-06-04 18:15:23 +02:00 |
Modules
|
Build: Switch to CMake :^)
|
2020-05-14 20:15:18 +02:00 |
Net
|
Kernel: Allow File::close() to fail
|
2020-06-02 21:49:47 +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
|
|
|
Time
|
HPET: Fix accessing HPET registers
|
2020-06-01 17:35:51 +02:00 |
TTY
|
Kernel: Allow File::close() to fail
|
2020-06-02 21:49:47 +02:00 |
VM
|
Kernel: Add mechanism to identity map the lowest 2MB
|
2020-06-04 18:15:23 +02:00 |
.bochsrc
|
|
|
.gitignore
|
|
|
Assertions.h
|
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
|
2020-05-30 11:31:49 +02:00 |
CMakeLists.txt
|
Ports: Fix CMake-based ports
|
2020-05-29 20:21:10 +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: Add convenient ways to map whole BIOS and EBDA into memory
|
2020-05-22 13:17:38 +02:00 |
init.cpp
|
Kernel: Detect APs and boot them into protected mode
|
2020-06-04 18:15:23 +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: Add scancode value to KeyEvent
|
2020-06-03 21:52:40 +02:00 |
kprintf.cpp
|
Kernel: Absorb LibBareMetal back into the kernel
|
2020-05-16 12:00:04 +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
|
|
|
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: Tighten up some promise checks
|
2020-05-31 21:38:50 +02:00 |
Process.h
|
Kernel: Fix overflow in Process::validate_{read,write}_typed()
|
2020-05-31 21:38:50 +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: Fix invalid jump in case RDRAND fails
|
2020-05-20 19:54:56 +02:00 |
Random.h
|
|
|
RTC.cpp
|
|
|
RTC.h
|
|
|
Scheduler.cpp
|
Kernel: Fix returning random children from waitid(WNOHANG)
|
2020-05-25 12:38:37 +02:00 |
Scheduler.h
|
Kernel: Remove the "kernel info page" used for fast gettimeofday()
|
2020-05-16 11:33:59 +02:00 |
SharedBuffer.cpp
|
Kernel: Tidy up SharedBuffer interface
|
2020-05-16 09:44:00 +02:00 |
SharedBuffer.h
|
Kernel: Tidy up SharedBuffer interface
|
2020-05-16 09:44:00 +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
|
|
|
Syscall.h
|
Kernel: Remove sys$getdtablesize()
|
2020-05-16 11:34:01 +02:00 |
Thread.cpp
|
AK+Kernel: Help the compiler inline a bunch of trivial methods
|
2020-05-20 14:11:13 +02:00 |
Thread.h
|
AK+Kernel: Help the compiler inline a bunch of trivial methods
|
2020-05-20 14:11:13 +02:00 |
ThreadTracer.cpp
|
|
|
ThreadTracer.h
|
|
|
TimerQueue.cpp
|
|
|
TimerQueue.h
|
|
|
UnixTypes.h
|
Kernel+Userland: Support remounting filesystems :^)
|
2020-05-29 07:53:30 +02:00 |
VirtualAddress.h
|
Kernel: Absorb LibBareMetal back into the kernel
|
2020-05-16 12:00:04 +02:00 |
WaitQueue.cpp
|
|
|
WaitQueue.h
|
|
|