Age | Commit message (Expand) | Author |
---|---|---|
2021-12-29 | Kernel: Handle promise violations in the syscall handler | Brian Gianforcaro |
2021-12-29 | Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE() | Brian Gianforcaro |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-12 | Kernel+LibC: Implement fsync | TheFightingCatfish |