Re: [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue

2021-09-05 Thread Kyle Evans
On Thu, Sep 2, 2021 at 6:54 PM wrote: > > From: Warner Losh > > Rewrite target definnitions to interface with the FreeBSD system calls. > This covers basic types (time_t, iovec, umtx_time, timespec, timeval, > rusage, rwusage) and basic defines (mmap, rusage). Also included are > FreeBSD version-

Re: [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue

2021-09-05 Thread Warner Losh
On Sun, Sep 5, 2021 at 4:33 AM Richard Henderson < richard.hender...@linaro.org> wrote: > On 9/3/21 1:47 AM, i...@bsdimp.com wrote: > > From: Warner Losh > > > > Rewrite target definnitions to interface with the FreeBSD system calls. > > This covers basic types (time_t, iovec, umtx_time, timespec,

Re: [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue

2021-09-05 Thread Richard Henderson
On 9/3/21 1:47 AM, i...@bsdimp.com wrote: From: Warner Losh Rewrite target definnitions to interface with the FreeBSD system calls. This covers basic types (time_t, iovec, umtx_time, timespec, timeval, rusage, rwusage) and basic defines (mmap, rusage). Also included are FreeBSD version-specific

[PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue

2021-09-02 Thread imp
From: Warner Losh Rewrite target definnitions to interface with the FreeBSD system calls. This covers basic types (time_t, iovec, umtx_time, timespec, timeval, rusage, rwusage) and basic defines (mmap, rusage). Also included are FreeBSD version-specific variations. Signed-off-by: Stacey Son Sig