Age | Commit message (Expand) | Author |
---|---|---|
2021-12-18 | Kernel: Make File::stat() & friends return Error<struct stat> | Andreas Kling |
2021-12-16 | Kernel+LibC: Move errno definitions to Kernel/API/POSIX | sin-ack |
2021-12-15 | Kernel: Add implied auto-specifiers in FileSystem | Hendiadyoin1 |
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-10-31 | Kernel: Clarify ambiguous {File,Description}::absolute_path | Ben Wiederhake |
2021-09-12 | Kernel+LibC: Implement fsync | TheFightingCatfish |
2021-09-08 | Kernel+SystemServer: Defer creation of device nodes to userspace | Liav A |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |