Age | Commit message (Expand) | Author |
---|---|---|
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling |
2019-03-16 | Move Lock from AK to Kernel, since it only works inside the kernel. | Andreas Kling |
2019-02-25 | AK: Add Retained<T>, like RetainPtr, but never null. | Andreas Kling |
2019-02-11 | IDEDiskDevice: Detect disk errors and report failure to clients. | Andreas Kling |
2019-01-23 | Move VFS sources into Kernel/. | Andreas Kling |
2019-01-17 | Rename SpinLock to Lock. It hasn't been a SpinLock for some time. | Andreas Kling |
2018-12-03 | Yet more coding style fixes. | Andreas Kling |
2018-12-03 | More coding style changes. | Andreas Kling |
2018-11-18 | Finally hook up the mkdir code to a syscall. | Andreas Kling |
2018-11-15 | More VFS cleanup. | Andreas Kling |
2018-11-10 | Merge Disk namespace into the IDEDiskDevice class. | Andreas Kling |
2018-10-16 | Add a simple IDEDiskDevice class that implements DiskDevice from VFS. | Andreas Kling |