summaryrefslogtreecommitdiff
path: root/src/kernel/pipe.c
AgeCommit message (Expand)Author
2023-01-25kernel: consolidate some header filesdzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2023-01-25kernel/virt: replace the virt_cpy api with a more foolproof onedzwdz
2022-10-08kernel/handle: reuse ->writeable/->readable for pipesdzwdz
2022-08-11kernel/syscalls: merge a few syscalls into vfsop_simpledzwdz
2022-07-17kernel/virt_cpy: error struct, better error handlingdzwdz
2022-07-09kernel/pipes: process queueingdzwdz
2022-07-09syscalls/pipe: turn into a POSIX-style api with separate rw endsdzwdz
2022-07-06kernel/pipes: read & write supportdzwdz