Age | Commit message (Expand) | Author |
---|---|---|
2023-06-04 | Kernel: Move all tasks-related code to the Tasks subdirectory | Liav A |
2022-03-08 | Kernel: Mark sys$fsync() as not needing the big lock | Andreas Kling |
2022-01-29 | Kernel: Convert process file descriptor table to a SpinlockProtected | Andreas Kling |
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 |