summaryrefslogtreecommitdiff
path: root/src/init/syscalls.c
AgeCommit message (Collapse)Author
2021-08-22fix typo in _syscall_await definitiondzwdz
2021-08-18await() 1: wait for child to die, without message passingdzwdz
The length is a int, because the syscall will have a signed output. A negative return value will mean an error (such as when it gets called by a childless process).
2021-07-31change the syscall naming convention; same one in kernel and userlanddzwdz