]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
proc: add waitpid + exit status; add temporary spawn() test helper
authorTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 20:46:02 +0000 (17:46 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 20:46:02 +0000 (17:46 -0300)
commite08591fd5e755e64a6e8488aba5426802c036679
treef2f54f9a4b20b1490d2f261d09721a9f8f9fa16d
parent40ce3b82ffc543e547776b0d490ca0288642e323
proc: add waitpid + exit status; add temporary spawn() test helper
include/process.h
include/syscall.h
src/kernel/scheduler.c
src/kernel/syscall.c
src/kernel/tty.c
user/init.c