Andreas Kling
|
298a49c688
|
IDEDiskDevice: Detect disk errors and report failure to clients.
Previously we'd just fail silently if there was an I/O error of any kind.
|
2019-02-11 11:38:14 +01:00 |
|
Andreas Kling
|
754037874c
|
Move VFS sources into Kernel/.
|
2019-01-23 05:14:00 +01:00 |
|
Andreas Kling
|
e9e57c5f65
|
Rename SpinLock to Lock. It hasn't been a SpinLock for some time.
I'm pretty happy with the mechanism of AK::Lock for now.
|
2019-01-17 16:25:02 +01:00 |
|
Andreas Kling
|
aff89d2fd7
|
Yet more coding style fixes.
|
2018-12-03 01:38:22 +01:00 |
|
Andreas Kling
|
f6e27c2abe
|
More coding style changes.
|
2018-12-03 00:39:25 +01:00 |
|
Andreas Kling
|
de4604ac95
|
Finally hook up the mkdir code to a syscall.
Added a /bin/mkdir that makes directories. How very neat :^)
There are various limitations because of missing functionality.
|
2018-11-18 15:02:16 +01:00 |
|
Andreas Kling
|
8fa2d7104a
|
More VFS cleanup.
|
2018-11-15 16:04:25 +01:00 |
|
Andreas Kling
|
b8264e7d47
|
Merge Disk namespace into the IDEDiskDevice class.
|
2018-11-10 15:15:31 +01:00 |
|
Andreas Kling
|
12e515735b
|
Add a simple IDEDiskDevice class that implements DiskDevice from VFS.
|
2018-10-16 14:17:43 +02:00 |
|