Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-22 | fix typo in _syscall_await definition | dzwdz | |
2021-08-18 | await() 1: wait for child to die, without message passing | dzwdz | |
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-08-18 | fork() now has a return value; you can tell the child and parent apart | dzwdz | |
2021-07-31 | try documenting the syscalls (and fail badly) | dzwdz | |
2021-07-31 | change the syscall naming convention; same one in kernel and userland | dzwdz | |
2021-07-26 | fork() pt 1: cloning process memory | dzwdz | |
2021-07-23 | add a barebones exit() syscall | dzwdz | |
2021-07-22 | implement the debuglog() syscall | dzwdz | |