summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/os/os_proc.c
AgeCommit message (Expand)Author
2025-10-15kern/amd64: proc: Don't dequeue procs in idle loopIan Moffett
2025-10-15kern/amd64: proc: md_proc_yield -> md_proc_idleIan Moffett
2025-10-15kern/amd64: Introduce kernel threadsIan Moffett
2025-10-13kern: proc: Implement process sleeping and wakingIan Moffett
2025-10-13kern/amd64: Try to continue if no proc on switchIan Moffett
2025-10-13kern/amd64: Set RBP when kicking processesIan Moffett
2025-10-11kern: proc: Remove redundant flag setIan Moffett
2025-10-11kern/amd64: proc: Mark process as exiting on killIan Moffett
2025-10-10kern: proc: Add initial penv block supportIan Moffett
2025-10-10kern/amd64: Attempt to dequeue on a cores first goIan Moffett
2025-09-23kern/amd64: proc: Deallocate mapped frames on exitIan Moffett
2025-09-19kern/amd64: proc: Add proc_self()Ian Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-17kern/amd64: proc: Add initial context switch logicIan Moffett
2025-09-16kern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
2025-09-16kern: proc: Add initialization code for ring 3Ian Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett