|
From: | Richard Henderson |
Subject: | Re: [PATCH 21/22] bsd-user/bsd-file.h: Meat of the write system calls |
Date: | Wed, 2 Feb 2022 08:38:16 +1100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
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<sson@FreeBSD.org> Signed-off-by: Kyle Evans<kevans@FreeBSD.org> Signed-off-by: Warner Losh<imp@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.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |