ladybird/Kernel
Andreas Kling f215f0c226 ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting)
The Clang parser used by Qt Creator kept getting confused by this code.
2019-11-04 18:14:04 +01:00
..
Arch/i386 Kernel: Set the G (global) bit for kernel page tables 2019-11-03 23:51:55 +01:00
Devices PATAChannel: Alert user when no PCI device is found 2019-11-04 15:15:48 +01:00
FileSystem ProcFS: Fix Clang build (or really, Qt Creator syntax highlighting) 2019-11-04 18:14:04 +01:00
Heap Kernel: Reorganize memory layout a bit 2019-11-04 12:04:35 +01:00
Net Kernel: Make File's can_read/can_write take a const FileDescription& 2019-11-04 14:03:14 +01:00
TTY Kernel: Make File's can_read/can_write take a const FileDescription& 2019-11-04 14:03:14 +01:00
VM Kernel: Reorganize memory layout a bit 2019-11-04 12:04:35 +01:00
.bochsrc
.gitignore
Assertions.h
build-gpt-image-grub.sh Build: Fix more bugs in the POSIX sh-ification of scripts 2019-11-03 13:11:43 +01:00
build-image-grub.sh Build: Fix more bugs in the POSIX sh-ification of scripts 2019-11-03 13:11:43 +01:00
build-image-qemu.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
build-root-filesystem.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
CMOS.cpp
CMOS.h
Console.cpp Kernel: Make File's can_read/can_write take a const FileDescription& 2019-11-04 14:03:14 +01:00
Console.h Kernel: Make File's can_read/can_write take a const FileDescription& 2019-11-04 14:03:14 +01:00
DoubleBuffer.cpp Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" 2019-10-18 15:58:06 +02:00
DoubleBuffer.h Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" 2019-10-18 15:58:06 +02:00
FB.h
grub.cfg
grub_gpt.cfg PartitionTable: Initial GPT Support, Adding Block Limit 2019-10-07 10:11:39 +02:00
init.cpp Kernel: Add bare minimum for global constructors (#707) 2019-10-31 19:01:13 +01:00
install.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
IO.h
IRQHandler.cpp
IRQHandler.h
KBuffer.h Kernel: Make Region single-owner instead of ref-counted 2019-09-27 14:25:42 +02:00
KBufferBuilder.cpp
KBufferBuilder.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
KeyCode.h
KParams.cpp
KParams.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
kprintf.cpp Kernel: Prevent kprintf() from asserting in Console::the() (#718) 2019-11-03 13:17:55 +01:00
KResult.h
kstdio.h
KSyms.cpp ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
KSyms.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
linker.ld Kernel: Reorganize memory layout a bit 2019-11-04 12:04:35 +01:00
Lock.cpp AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
Lock.h AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
makeall.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
Makefile Kernel: Reorganize memory layout a bit 2019-11-04 12:04:35 +01:00
mkmap.sh
MousePacket.h
Multiboot.h
PCI.cpp
PCI.h
Process.cpp Kernel: Teach Region how to remap itself 2019-11-03 21:11:08 +01:00
Process.h Kernel+LibC: Implement clock_gettime() and clock_nanosleep() 2019-11-02 19:34:06 +01:00
ProcessTracer.cpp
ProcessTracer.h Kernel: Make File's can_read/can_write take a const FileDescription& 2019-11-04 14:03:14 +01:00
RTC.cpp Kernel: Fix BIOS date/time on hardware 2019-09-28 13:59:49 +02:00
RTC.h
run run: Only enable KVM if /dev/kvm is r/w for the current user 2019-11-04 13:04:02 +01:00
Scheduler.cpp Kernel: Add exception_code to RegisterDump. 2019-10-07 16:39:47 +02:00
Scheduler.h Kernel: Stop idling after handling an IRQ 2019-09-14 20:21:10 +02:00
SharedBuffer.cpp Kernel: Teach Region how to remap itself 2019-11-03 21:11:08 +01:00
SharedBuffer.h
StdLib.cpp AK: Add String::contains(String) 2019-10-28 19:08:48 +01:00
StdLib.h
sync.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
Syscall.cpp Kernel+LibC: Implement clock_gettime() and clock_nanosleep() 2019-11-02 19:34:06 +01:00
Syscall.h Kernel+LibC: Implement clock_gettime() and clock_nanosleep() 2019-11-02 19:34:06 +01:00
Thread.cpp Kernel: Fix bug in Thread::dispatch_signal(). 2019-11-04 10:12:59 +01:00
Thread.h Kernel: Fix bug in Thread::dispatch_signal(). 2019-11-04 10:12:59 +01:00
UnixTypes.h Kernel+LibC: Implement clock_gettime() and clock_nanosleep() 2019-11-02 19:34:06 +01:00