Age | Commit message (Expand) | Author |
---|---|---|
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-29 | AK: Defer to Traits<T> for equality comparison in container templates. | Andreas Kling |
2019-06-22 | Kernel: Fix all compiler warnings. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} | Andreas Kling |
2019-04-27 | DiskBackedFS: Flush write cache if it reaches 32 entries before sync. | Andreas Kling |
2019-04-25 | Kernel: Add a write cache to DiskBackedFS. | Andreas Kling |
2019-04-03 | Kernel: Move FS-related files into Kernel/FileSystem/ | Andreas Kling |