..
BlockDevice.cpp
Kernel: Move devices into Kernel/Devices/.
2019-04-03 12:36:40 +02:00
BlockDevice.h
Kernel: Move DiskDevice::block_size() up to BlockDevice
2019-08-21 16:48:59 +02:00
BXVGADevice.cpp
BXVGADevice: Log a debug message whenever the resolution changes
2019-10-02 17:16:46 +02:00
BXVGADevice.h
AK: Rename <AK/AKString.h> to <AK/String.h>
2019-09-06 15:36:54 +02:00
CharacterDevice.cpp
Kernel: Move devices into Kernel/Devices/.
2019-04-03 12:36:40 +02:00
CharacterDevice.h
Add clang-format file
2019-05-28 17:31:20 +02:00
DebugLogDevice.cpp
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
DebugLogDevice.h
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
Device.cpp
Kernel: Move device lookup to Device class itself
2019-08-18 15:59:59 +02:00
Device.h
Kernel: Move device lookup to Device class itself
2019-08-18 15:59:59 +02:00
DiskDevice.cpp
Kernel: Move DiskDevice::block_size() up to BlockDevice
2019-08-21 16:48:59 +02:00
DiskDevice.h
Kernel: Move DiskDevice::block_size() up to BlockDevice
2019-08-21 16:48:59 +02:00
DiskPartition.cpp
PartitionTable: Initial GPT Support, Adding Block Limit
2019-10-07 10:11:39 +02:00
DiskPartition.h
PartitionTable: Initial GPT Support, Adding Block Limit
2019-10-07 10:11:39 +02:00
FloppyDiskDevice.cpp
Kernel: Fixed fdc read/write problem
2019-10-23 07:46:16 +02:00
FloppyDiskDevice.h
Kernel: Fixed fdc read/write problem
2019-10-23 07:46:16 +02:00
FullDevice.cpp
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
FullDevice.h
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
GPTPartitionTable.cpp
PartitionTable: Initial GPT Support, Adding Block Limit
2019-10-07 10:11:39 +02:00
GPTPartitionTable.h
PartitionTable: Removing unnecessary declarations from GPT & MBR classes
2019-10-07 11:32:42 +02:00
KeyboardDevice.cpp
KeyboardDevice: Rename 0xe0 flag for clarity.
2019-10-17 23:39:24 +02:00
KeyboardDevice.h
KeyboardDevice: Rename 0xe0 flag for clarity.
2019-10-17 23:39:24 +02:00
MBRPartitionTable.cpp
PartitionTable: Initial GPT Support, Adding Block Limit
2019-10-07 10:11:39 +02:00
MBRPartitionTable.h
PartitionTable: Removing unnecessary declarations from GPT & MBR classes
2019-10-07 11:32:42 +02:00
MBVGADevice.cpp
MBVGADevice: Log address/pitch/width/height when created
2019-09-30 15:04:16 +02:00
MBVGADevice.h
AK: Rename <AK/AKString.h> to <AK/String.h>
2019-09-06 15:36:54 +02:00
NullDevice.cpp
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
NullDevice.h
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
PATAChannel.cpp
ByteBuffer: Remove pointer() in favor of data()
2019-09-30 08:57:01 +02:00
PATAChannel.h
Kernel: Fix wrong I/O ports for the ATA alternate status registers
2019-09-04 11:11:03 +02:00
PATADiskDevice.cpp
Kernel: Remove unused gunk from PATADiskDevice
2019-09-04 11:06:10 +02:00
PATADiskDevice.h
Kernel: Remove unused gunk from PATADiskDevice
2019-09-04 11:06:10 +02:00
PCSpeaker.cpp
Kernel: Move File.{cpp,h} into FileSystem/
2019-07-09 15:04:45 +02:00
PCSpeaker.h
Kernel: Add a beep() syscall that beeps the PC speaker.
2019-05-15 21:40:41 +02:00
PS2MouseDevice.cpp
Kernel: Allow boot without mouse attached by checking for presence
2019-08-12 12:51:52 +02:00
PS2MouseDevice.h
Kernel: Allow boot without mouse attached by checking for presence
2019-08-12 12:51:52 +02:00
RandomDevice.cpp
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
RandomDevice.h
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
SB16.cpp
Thread: Return a result from block() indicating why the block terminated
2019-07-20 12:15:24 +02:00
SB16.h
Kernel: Add Thread::block_until(Condition).
2019-07-14 14:54:54 +02:00
SerialDevice.cpp
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
SerialDevice.h
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
ZeroDevice.cpp
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00
ZeroDevice.h
AK: Rename the common integer typedefs to make it obvious what they are.
2019-07-03 21:20:13 +02:00