ladybird/Kernel/Devices
Tom 788b2d64c6 Kernel: Require a reason to be passed to Thread::wait_on
The Lock class still permits no reason, but for everything else
require a reason to be passed to Thread::wait_on. This makes it
easier to diagnose why a Thread is in Queued state.
2020-07-06 10:00:24 +02:00
..
BlockDevice.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
BlockDevice.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
BXVGADevice.cpp Kernel: Turn Thread::current and Process::current into functions 2020-07-01 12:07:01 +02:00
BXVGADevice.h Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
CharacterDevice.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
CharacterDevice.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
Device.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
Device.h Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
DiskPartition.cpp Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
DiskPartition.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
EBRPartitionTable.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
EBRPartitionTable.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
FullDevice.cpp Kernel: List all CPUs in /proc/cpuinfo 2020-07-01 12:07:01 +02:00
FullDevice.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
GPTPartitionTable.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
GPTPartitionTable.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
KeyboardDevice.cpp Kernel: Harvest randomness from various drivers 2020-06-25 21:05:40 +02:00
KeyboardDevice.h Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
MBRPartitionTable.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
MBRPartitionTable.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
MBVGADevice.cpp Kernel: Turn Thread::current and Process::current into functions 2020-07-01 12:07:01 +02:00
MBVGADevice.h Kernel: Use a FlatPtr for the "argument" to ioctl() 2020-05-23 15:25:43 +02:00
NullDevice.cpp Kernel+LibC: Fix various build issues introduced by ssize_t 2020-05-23 15:27:33 +02:00
NullDevice.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
PATAChannel.cpp Kernel: Require a reason to be passed to Thread::wait_on 2020-07-06 10:00:24 +02:00
PATAChannel.h Kernel: Harvest randomness from various drivers 2020-06-25 21:05:40 +02:00
PATADiskDevice.cpp Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
PATADiskDevice.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
PCSpeaker.cpp Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
PCSpeaker.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PS2MouseDevice.cpp Kernel: Harvest randomness from various drivers 2020-06-25 21:05:40 +02:00
PS2MouseDevice.h Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
RandomDevice.cpp Kernel+LibC: Fix various build issues introduced by ssize_t 2020-05-23 15:27:33 +02:00
RandomDevice.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
SB16.cpp Kernel: Require a reason to be passed to Thread::wait_on 2020-07-06 10:00:24 +02:00
SB16.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
SerialDevice.cpp Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
SerialDevice.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
VMWareBackdoor.cpp Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
VMWareBackdoor.h Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
ZeroDevice.cpp Kernel+LibC: Fix various build issues introduced by ssize_t 2020-05-23 15:27:33 +02:00
ZeroDevice.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00