.. |
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: Replace char and u8 data types to u32 for code point
|
2020-06-16 13:15:17 +02:00 |
FileSystem
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +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
|
|
|
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
|
Kernel: KeyboardDevice, remove char mapping logic
|
2020-06-13 12:36:30 +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
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
IO.h
|
Kernel: Absorb LibBareMetal back into the kernel
|
2020-05-16 12:00:04 +02:00 |
KBuffer.h
|
|
|
KBufferBuilder.cpp
|
|
|
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: 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
|
|
|
Lock.cpp
|
|
|
Lock.h
|
|
|
mkmap.sh
|
|
|
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: Replace char and u8 data types to u32 for code point
|
2020-06-16 13:15:17 +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
|
|
|
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
|
|
|
SharedBuffer.cpp
|
|
|
SharedBuffer.h
|
|
|
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: Replace char and u8 data types to u32 for code point
|
2020-06-16 13:15:17 +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
|
|
|