Age | Commit message (Expand) | Author |
---|---|---|
2020-03-23 | AK: Reduce header dependency graph of String.h | Andreas Kling |
2020-02-28 | Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
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-07-09 | Kernel: Move File.{cpp,h} into FileSystem/ | Andreas Kling |