Age | Commit message (Expand) | Author |
---|---|---|
2021-11-10 | Kernel: Make Inode::traverse_as_directory() callback return ErrorOr | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-09-06 | Kernel: Use TRY() in ProcessProcFSTraits::to_inode() | Andreas Kling |
2021-08-29 | Kernel: Strongly typed user & group ID's | Andreas Kling |
2021-08-18 | Kernel: Specify directory entry types properly | Sergey Bugaev |
2021-08-15 | Kernel+Userland: Remove chroot functionality | Andreas Kling |
2021-08-15 | Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits | sin-ack |