summaryrefslogtreecommitdiff
path: root/src/sys/os/os_proc.c
AgeCommit message (Expand)Author
17 hourskern/amd64: Introduce kernel threadsIan Moffett
44 hourskern: proc: Check argc after checking envblkIan Moffett
3 dayskern: proc: Add NULL check for envblkIan Moffett
3 dayskern: proc: Add initial waitpid() syscallIan Moffett
3 dayskern: proc: Implement process sleeping and wakingIan Moffett
3 dayskern: proc: Use seperate queue link for lookupsIan Moffett
5 dayskern: proc: Add process lookups by PIDIan Moffett
6 dayskern: proc: Add getargv system callIan Moffett
6 dayskern: proc: Add initial penv block supportIan Moffett
11 dayskern: syscall: Add initial SYS_spawn syscallIan Moffett
11 dayskern: proc: Add initial spawn functionIan Moffett
2025-09-27kern: proc: Don't acquire maplist lock during initIan Moffett
2025-09-27kern: Add initial signals workIan Moffett
2025-09-27kern: proc: Protect mapping list with spinlockIan Moffett
2025-09-26kernel: filedesc: Allocate standard streamsIan Moffett
2025-09-20kern: proc: Add address checking routineIan Moffett
2025-09-19kern: proc: Keep track of mapped areas with rangesIan Moffett
2025-09-17kern/amd64: Implement syscall domains and windowsIan Moffett
2025-09-17kern/amd64: proc: Add proc_kill() routineIan Moffett
2025-09-16kern: proc: Add initial proc init + PCB codeIan Moffett