summaryrefslogtreecommitdiff
path: root/Kernel/Tasks
AgeCommit message (Expand)Author
2020-07-06Kernel: Require a reason to be passed to Thread::wait_onTom
2020-07-04Kernel: Remove debug spam in finalizer taskAndreas Kling
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-04-08Kernel: Move sync and finalization tasks into their own filesAndreas Kling