summaryrefslogtreecommitdiff
path: root/src/kernel/syscalls.h
AgeCommit message (Expand)Author
2021-08-22fix typo in _syscall_await definitiondzwdz
2021-08-18await() 1: wait for child to die, without message passingdzwdz
2021-08-18fork() now has a return value; you can tell the child and parent apartdzwdz
2021-07-31try documenting the syscalls (and fail badly)dzwdz
2021-07-31change the syscall naming convention; same one in kernel and userlanddzwdz
2021-07-26fork() pt 1: cloning process memorydzwdz
2021-07-23add a barebones exit() syscalldzwdz
2021-07-22implement the debuglog() syscalldzwdz