Age | Commit message (Expand) | Author |
---|---|---|
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-06-02 | Kernel: Memory-mapped files now have the absolute path as their name. | Andreas Kling |
2019-06-01 | Kernel: Make File::absolute_path() const. | Andreas Kling |
2019-05-30 | Kernel: Add InodeFile, a File subclass for regular files. | Andreas Kling |