Age | Commit message (Expand) | Author |
---|---|---|
2021-08-25 | change the signature of _syscall_fd_mount | dzwdz |
2021-08-24 | switch to using user_ptr for pointers coming from userland | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-08-24 | move syscalls.h to shared/syscalls.h | dzwdz |
2021-08-24 | remove _syscall_debug_log, as it's not needed anymore | dzwdz |
2021-08-24 | add some scaffolding for file descriptors | dzwdz |
2021-08-22 | fs_open() accepts a signed length, fixes an infinite loop | dzwdz |
2021-08-22 | basic mount resolving | dzwdz |
2021-08-22 | fs_open() stub | dzwdz |
2021-08-22 | fix typo in _syscall_await definition | dzwdz |
2021-08-18 | await() 1: wait for child to die, without message passing | dzwdz |
2021-07-31 | change the syscall naming convention; same one in kernel and userland | dzwdz |