ladybird/Kernel
Andreas Kling 1c865ee8d4 Kernel: Merge ACPI::StaticParser into ACPI::Parser
There's no need for StaticParser to be a separate thing from Parser.
2020-04-09 18:15:02 +02:00
..
ACPI Kernel: Merge ACPI::StaticParser into ACPI::Parser 2020-04-09 18:15:02 +02:00
Arch/i386 Kernel: Prepend missing license 2020-04-03 09:12:29 +02:00
Devices Kernel: Simplify VMWareBackdoor somewhat 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 Kernel: Use StringView for ACPI table signatures 2020-04-09 18:03:57 +02:00
Net Kernel: Move NetworkTask startup into NetworkTask::spawn() 2020-04-09 13:31:05 +02:00
PCI Kernel: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +02:00
Tasks Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00
Time Kernel: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +02:00
TTY Kernel: Make ^W and ^U actually erase characters 2020-03-26 08:18:47 +01:00
VM Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsing 2020-04-09 17:19:11 +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: Simplify VMWareBackdoor somewhat 2020-04-08 17:19:46 +02:00
CommandLine.h Kernel: Simplify VMWareBackdoor somewhat 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: Merge ACPI::StaticParser into ACPI::Parser 2020-04-09 18:15:02 +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 Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
Lock.h
makeall.sh Build: Add FreeBSD support (#1492) 2020-03-21 09:46:30 +01:00
Makefile Kernel: Merge ACPI::StaticParser into ACPI::Parser 2020-04-09 18:15:02 +02:00
mkmap.sh
Module.h
MousePacket.h Kernel: Simplify VMWareBackdoor somewhat 2020-04-08 17:19:46 +02:00
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: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +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 Kernel: Fix awkward RTC log message at boot 2020-04-08 17:19:46 +02:00
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 Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
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 Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
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