Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Kernel: Move setting file flags and r/w mode to VFS::open() | Sergey Bugaev |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-04 | Kernel: File::open() should apply r/w mode from the provided options | Andreas Kling |
2019-08-11 | FileDescription: Disallow construction with a null File | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |
2019-05-02 | Kernel: Assign Lock names in class member initializers. | Andreas Kling |
2019-04-29 | Kernel: Make FIFO inherit from File. | Andreas Kling |
2019-04-24 | Kernel: Simplify Device::open(). | Andreas Kling |
2019-04-03 | Kernel: Move TTY-related files into Kernel/TTY/. | Andreas Kling |