Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-25 | implement open() for FD_SPECIAL_TTY (`/tty`) | dzwdz | |
2021-08-25 | implement FDOP_MOUNT | dzwdz | |
2021-08-25 | use a tagged union for the fdop args | dzwdz | |
2021-08-24 | switch to using user_ptr for pointers coming from userland | dzwdz | |
this avoid accidental dereferences, and now it's easy to tell apart which pointers are safe to directly read and which aren't. cons: - const is completely discarded | |||
2021-08-24 | implement FD_SPECIAL_TTY, an stdout equalivent | dzwdz | |
2021-08-24 | fdop_dispatch: pass the fd struct instead of index | dzwdz | |
2021-08-24 | add some scaffolding for file descriptors | dzwdz | |