summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/access.cpp
AgeCommit message (Expand)Author
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2020-08-02Kernel: Convert some more syscalls to Userspace<T>Andreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling