summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/sched.cpp
AgeCommit message (Expand)Author
2021-01-16Kernel+LibC+WindowServer: Remove unused thread/process boost mechanismAndreas Kling
2020-12-16Kernel: Fix Lock race causing infinite spinning between two threadsTom
2020-09-27Kernel: Make Thread refcountedTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
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