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<s...@freebsd.org> Signed-off-by: Kyle Evans<kev...@freebsd.org> Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/bsd-file.h | 85 +++++++++++++++++++++++++++++++++++ bsd-user/freebsd/os-syscall.c | 23 ++++++++++ 2 files changed, 108 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~