aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sched.c
AgeCommit message (Expand)Author
2024-03-16kernel: sched: Cleanup context switch commentsIan Moffett
2024-03-15kernel: Add basic file descriptor supportIan Moffett
2024-03-15kernel: sched: Use this_td() to get threadIan Moffett
2024-03-15kernel: sched: Add routine to get current threadIan Moffett
2024-03-14kernel: sched: Remove useless declarationIan Moffett
2024-03-14kernel: sched: Rework sched_init()Ian Moffett
2024-03-14kernel: sched: Add exit routineIan Moffett
2024-03-14kernel: sched: Keep track of stack and privilegeIan Moffett
2024-03-13kernel/amd64: machdep: Add context switch helperIan Moffett
2024-03-13kernel/amd64: machdep: Add pcb init codeIan Moffett
2024-03-13kernel: sched: Improve stack init codeIan Moffett
2024-03-07kernel: sched: Add support for user threadsIan Moffett
2024-03-07kern: sched: Refactor queue and ctx switch codeQuinn Stephens
2024-02-26kernel: sched: Fix mistake in context switch codeIan Moffett
2024-02-26kernel: sched: Fix broken preemptionsIan Moffett
2024-02-26kernel: sched: Fix PID allocation logicIan Moffett
2024-02-26kernel: sched: Create schedvar.hIan Moffett
2024-02-23kernel: Add initial scheduler implementationIan Moffett
2024-02-14kernel: cpu: Add hint_spinwait()Ian Moffett
2024-02-11kernel: sched: Add initial sched related codeIan Moffett