summaryrefslogtreecommitdiff
path: root/sys/kern/kern_uio.c
AgeCommit message (Collapse)Author
4 dayskernel: uio: Add iovec copyin/copyout routinesIan Moffett
Introduce copyin() and copyout() type functions made for iovec/uio operation. Signed-off-by: Ian Moffett <ian@osmora.org>
4 dayskernel: posix: Add POSIX 'uio'Ian Moffett
See https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/uio.h.html Signed-off-by: Ian Moffett <ian@osmora.org>