Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | 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 | Kernel: Fix identifier casing | 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-08-17 | DevPtsFS: Do not assume there is one of it | Sergey Bugaev |
2019-07-16 | Kernel: Remove use of [[gnu::pure]]. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-04-03 | Kernel: Move FS-related files into Kernel/FileSystem/ | Andreas Kling |