Age | Commit message (Expand) | Author |
---|---|---|
2019-08-21 | Kernel: Move DiskDevice::block_size() up to BlockDevice | Andreas Kling |
2019-08-07 | DiskDevice: Add missing override and remove unnecessary class_name() | Andreas Kling |
2019-08-02 | Kernel: mount system call (#396) | Jesse |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-21 | AK: Rename Retainable.h => RefCounted.h. | Andreas Kling |
2019-06-21 | AK: Rename Retainable => RefCounted. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-24 | Kernel: Tidy up IDEDiskDevice a bit. | Andreas Kling |
2019-05-19 | IDEDiskDevice: Support reading multiple sectors at a time with DMA. | Andreas Kling |
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling |