summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/os/os_proc.c
AgeCommit message (Expand)Author
3 dayskern/amd64: Try to continue if no proc on switchIan Moffett
3 dayskern/amd64: Set RBP when kicking processesIan Moffett
5 dayskern: proc: Remove redundant flag setIan Moffett
5 dayskern/amd64: proc: Mark process as exiting on killIan Moffett
6 dayskern: proc: Add initial penv block supportIan Moffett
6 dayskern/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