summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/faccessat.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-04-05Kernel: Mark sys$faccessat as not needing the big lockAndreas Kling
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack