summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/fsync.cpp
AgeCommit message (Expand)Author
2021-12-29Kernel: Handle promise violations in the syscall handlerBrian Gianforcaro
2021-12-29Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()Brian Gianforcaro
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-12Kernel+LibC: Implement fsyncTheFightingCatfish