Age | Commit message (Expand) | Author |
---|---|---|
2021-09-05 | error out when <*/types.h> isn't included in headers which need it | dzwdz |
2021-09-05 | remove the fd_ / fs_ prefixes from syscall names | dzwdz |
2021-09-05 | root vfs: implement writing to /tty | dzwdz |
2021-09-04 | new vfs impl pt. 1: implement open() | dzwdz |
2021-09-04 | rename file descriptors to handles | dzwdz |
2021-08-25 | remove FD_STDOUT | dzwdz |
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 | implement FD_SPECIAL_TTY, an stdout equalivent | dzwdz |