Re: [PATCH 21/22] bsd-user/bsd-file.h: Meat of the write system calls

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: Implement write, writev, pwrite and pwritev and connect them to the system call dispatch routine. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 85 +++ bsd-

[PATCH 21/22] bsd-user/bsd-file.h: Meat of the write system calls

2022-02-01 Thread Warner Losh
Implement write, writev, pwrite and pwritev and connect them to the system call dispatch routine. Signed-off-by: Stacey Son Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 85 +++ bsd-user/freebsd/os-syscall.c | 23 ++