summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/sched.cpp
AgeCommit message (Expand)Author
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-02Kernel: Use Userspace<T> in sched_getparam syscallBrian Gianforcaro
2020-08-02Kernel: Remove ProcessInspectionHandle and make Process RefCountedTom
2020-08-02Kernel: Use Userspace<T> in sched_setparam syscallBrian Gianforcaro
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling