index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
os
/
os_proc.c
Age
Commit message (
Expand
)
Author
47 hours
kern: proc: Check argc after checking envblk
Ian Moffett
3 days
kern: proc: Add NULL check for envblk
Ian Moffett
3 days
kern: proc: Add initial waitpid() syscall
Ian Moffett
3 days
kern: proc: Implement process sleeping and waking
Ian Moffett
3 days
kern: proc: Use seperate queue link for lookups
Ian Moffett
5 days
kern: proc: Add process lookups by PID
Ian Moffett
6 days
kern: proc: Add getargv system call
Ian Moffett
6 days
kern: proc: Add initial penv block support
Ian Moffett
11 days
kern: syscall: Add initial SYS_spawn syscall
Ian Moffett
11 days
kern: proc: Add initial spawn function
Ian Moffett
2025-09-27
kern: proc: Don't acquire maplist lock during init
Ian Moffett
2025-09-27
kern: Add initial signals work
Ian Moffett
2025-09-27
kern: proc: Protect mapping list with spinlock
Ian Moffett
2025-09-26
kernel: filedesc: Allocate standard streams
Ian Moffett
2025-09-20
kern: proc: Add address checking routine
Ian Moffett
2025-09-19
kern: proc: Keep track of mapped areas with ranges
Ian Moffett
2025-09-17
kern/amd64: Implement syscall domains and windows
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-16
kern: proc: Add initial proc init + PCB code
Ian Moffett