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
/
arch
/
amd64
/
os
/
os_proc.c
Age
Commit message (
Expand
)
Author
16 hours
kern/amd64: proc: Don't dequeue procs in idle loop
Ian Moffett
16 hours
kern/amd64: proc: md_proc_yield -> md_proc_idle
Ian Moffett
17 hours
kern/amd64: Introduce kernel threads
Ian Moffett
3 days
kern: proc: Implement process sleeping and waking
Ian Moffett
3 days
kern/amd64: Try to continue if no proc on switch
Ian Moffett
3 days
kern/amd64: Set RBP when kicking processes
Ian Moffett
5 days
kern: proc: Remove redundant flag set
Ian Moffett
5 days
kern/amd64: proc: Mark process as exiting on kill
Ian Moffett
6 days
kern: proc: Add initial penv block support
Ian Moffett
6 days
kern/amd64: Attempt to dequeue on a cores first go
Ian Moffett
2025-09-23
kern/amd64: proc: Deallocate mapped frames on exit
Ian Moffett
2025-09-19
kern/amd64: proc: Add proc_self()
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
2025-09-16
kern/amd64: proc: Do not kick proc in md_set_ip()
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
kern: proc: Add initial proc init + PCB code
Ian Moffett