Age | Commit message (Expand) | Author |
---|---|---|
2019-08-08 | Kernel: Use range-for with InlineLinkedList | Andreas Kling |
2019-08-08 | Kernel: Turns global Custody and Inode tables into InlineLinkedLists | Andreas Kling |
2019-08-07 | Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject | Andreas Kling |
2019-07-22 | Kernel: Add a mechanism for listening for changes to an inode. | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-27 | Kernel: More use of NonnullRefPtrVector in the kernel. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-05-31 | Update Badge<T> instantiations to simply be {}. | Andreas Kling |
2019-05-16 | Kernel: Move Inode to its own files. | Andreas Kling |