]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
posix: getppid syscall
authorTulio A M Mendes <[email protected]>
Sun, 8 Feb 2026 02:37:16 +0000 (23:37 -0300)
committerTulio A M Mendes <[email protected]>
Sun, 8 Feb 2026 02:37:16 +0000 (23:37 -0300)
commit5ee615e7a651313933d344dc67f0a7822ccfe0ea
treef775534cb445e7a05e782b55fc36279de5b60523
parentd67c911af6815255e7155e8934236223ba59853a
posix: getppid syscall

Add SYSCALL_GETPPID and userland wrappers. Include a simple fork-based smoke test validating getppid() in init.elf.
include/syscall.h
src/kernel/syscall.c
user/init.c