Re: [PATCH 19/22] bsd-user: Add safe system call macros

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: Add a series of macros to create system call macros that go via the safe_syscall path. Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/syscall_defs.h | 47 + 1 file changed, 47 insertions(+) Review

[PATCH 19/22] bsd-user: Add safe system call macros

2022-02-01 Thread Warner Losh
Add a series of macros to create system call macros that go via the safe_syscall path. Signed-off-by: Kyle Evans Signed-off-by: Warner Losh --- bsd-user/syscall_defs.h | 47 + 1 file changed, 47 insertions(+) diff --git a/bsd-user/syscall_defs.h b/bsd-us