summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/resource.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-04-04Kernel: Mark sys$getrusage as not needing the big lockAndreas Kling
2023-02-24AK+Kernel: Add includes before removing Kernel/ProcessExposed.hLiav A
2022-08-17Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIREDLinus Groh
2022-02-28Kernel: Add getrusage() syscallLucas CHOLLET