index
:
kmi
master
ACTIVE - Kernel with migrating threads as IPC
kimi.h.kuparinen+kmi@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uapi
/
proc.c
Age
Commit message (
Expand
)
Author
2024-11-02
initial exec support
Kimplul
2024-10-30
most of the way to passing tests
Kimplul
2024-08-26
fix memory leaks destroying threads
Kimplul
2024-08-26
make sys_create() better + test
Kimplul
2024-08-26
improve killing processes/threads, test
Kimplul
2024-08-22
change sys_ret handling to always include id
Kimplul
2024-07-09
start working on tests
Kimplul
2024-07-08
add orphan checking to timer and irq handling
Kimplul
2024-07-07
make executable entrypoint universal callback
Kimplul
2024-07-06
pretty massive virtual memory rewrite
Kimplul
2024-07-05
fix some small build issues
Kimplul
2024-07-04
use notification framework for orphanizing threads
Kimplul
2024-07-04
generalize orphants
Kimplul
2024-07-04
add zombie and orphan threads
Kimplul
2024-07-03
simplify notifications a little
Kimplul
2024-07-02
enable irqs when we sleep or swap threads
Kimplul
2024-07-02
more complete interrupt handling outline
Kimplul
2024-07-01
expand notifications into interrupt handlers
Kimplul
2024-05-24
rename common to src
Kimplul