Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Add forward declaration header | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-08 | Kernel: Make File::truncate() take a u64 | Andreas Kling |
2020-02-08 | Kernel: Simplify FS::create_inode() a little bit | Andreas Kling |
2020-02-08 | Kernel: Simplify FS::create_directory() a little bit | Andreas Kling |
2020-02-01 | Kernel: Make Inode::lookup() return a RefPtr<Inode> | Andreas Kling |
2020-01-24 | Meta: Claim copyright for files created by me | Sergey Bugaev |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-03 | Kernel: Allow passing initial UID and GID when creating new inodes | Andreas Kling |
2019-12-15 | Kernel+FileManager: Disallow watch_file() in unsupported file systems | Andreas Kling |
2019-08-15 | Kernel: Add TmpFS | Sergey Bugaev |