summaryrefslogtreecommitdiff
path: root/src/init/syscalls.c
AgeCommit message (Expand)Author
2021-08-25change the signature of _syscall_fd_mountdzwdz
2021-08-24switch to using user_ptr for pointers coming from userlanddzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
2021-08-24move syscalls.h to shared/syscalls.hdzwdz
2021-08-24remove _syscall_debug_log, as it's not needed anymoredzwdz
2021-08-24add some scaffolding for file descriptorsdzwdz
2021-08-22fs_open() accepts a signed length, fixes an infinite loopdzwdz
2021-08-22basic mount resolvingdzwdz
2021-08-22fs_open() stubdzwdz
2021-08-22fix typo in _syscall_await definitiondzwdz
2021-08-18await() 1: wait for child to die, without message passingdzwdz
2021-07-31change the syscall naming convention; same one in kernel and userlanddzwdz