Age | Commit message (Expand) | Author |
---|---|---|
2023-01-25 | kernel: consolidate some header files | dzwdz |
2023-01-25 | style: typedef structs, shorter namespaces | dzwdz |
2023-01-25 | kernel/virt: replace the virt_cpy api with a more foolproof one | dzwdz |
2022-10-08 | kernel/handle: reuse ->writeable/->readable for pipes | dzwdz |
2022-08-11 | kernel/syscalls: merge a few syscalls into vfsop_simple | dzwdz |
2022-07-17 | kernel/virt_cpy: error struct, better error handling | dzwdz |
2022-07-09 | kernel/pipes: process queueing | dzwdz |
2022-07-09 | syscalls/pipe: turn into a POSIX-style api with separate rw ends | dzwdz |
2022-07-06 | kernel/pipes: read & write support | dzwdz |