Andreas Kling
|
501cef2bd7
Revert "Kernel: Implement an asynchronous device request stack"
|
4 лет назад |
Tom
|
2fd5ce1eb0
Kernel: Implement an asynchronous device request stack
|
4 лет назад |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 лет назад |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 лет назад |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 лет назад |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 лет назад |
Andreas Kling
|
fa9fba6901
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
|
5 лет назад |
Liav A
|
19aa53e1f9
Kernel: Use IOAddress class in PATAChannel class
|
5 лет назад |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 лет назад |
Conrad Pankoff
|
a189285658
Kernel: Support reading/writing PATADiskDevices directly via /dev/hdX
|
5 лет назад |
Andreas Kling
|
88ea152b24
Kernel: Merge unnecessary DiskDevice class into BlockDevice
|
5 лет назад |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 лет назад |
Conrad Pankoff
|
0b3a868729
Kernel: Simplify force_pio logic in PATA driver (#923)
|
5 лет назад |
supercomputer7
|
4fe2ee0221
Kernel: Add a kernel boot parameter to force PIO mode
|
5 лет назад |
Andreas Kling
|
8cbb38a237
Kernel: Remove unused gunk from PATADiskDevice
|
5 лет назад |
Andreas Kling
|
5de483cfbb
Kernel: Move DiskDevice::block_size() up to BlockDevice
|
6 лет назад |
Jesse
|
401c87a0cc
Kernel: mount system call (#396)
|
6 лет назад |
Jesse
|
59e122f8ba
Kernel: Expand PATA driver to support multiple hard drives (#365)
|
6 лет назад |