summaryrefslogtreecommitdiff
path: root/src/user/lib/syscall.c
AgeCommit message (Expand)Author
2023-06-11kernel: replace await with wait2, roughly compatible with POSIXdzwdz
2023-06-10kernel: implement getpid, getppiddzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2023-01-19kernel: user interruptsdzwdz
2023-01-08kernel: let parents kill their children againdzwdz
2023-01-08kernel: remove the leftover _syscall_procfsdzwdz
2023-01-06kernel: basic procfsdzwdz
2022-09-20shared: rename ufs_request to better fit its role in userlanddzwdz
2022-08-22syscalls/fs_respond: make the *buf argument constdzwdz
2022-08-19syscall/fs_wait: return a handle for each requestdzwdz
2022-08-11vfs: support for removing filesdzwdz
2022-08-05add _syscall_getsizedzwdz
2022-08-04syscalls: add _syscall_sleep()dzwdz
2022-07-29syscall: up the max argument count to 5; make write accept flagsdzwdz
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-18syscalls: implement execbufdzwdz
2022-07-16amd64: back at the shell!dzwdz
2022-07-11user: reorganize the userland sourcesdzwdz