Re: [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: Implement the exit system call. Bring in bsd-proc.h to contain all the process system call implementation and helper routines. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/bsd-proc.h | 43 +++

Re: [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit

2022-02-01 Thread Kyle Evans
On Tue, Feb 1, 2022 at 5:15 AM Warner Losh wrote: > > Implement the exit system call. Bring in bsd-proc.h to contain all the > process system call implementation and helper routines. > > Signed-off-by: Stacey Son > Signed-off-by: Warner Losh > --- > bsd-user/bsd-proc.h | 43

[PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit

2022-02-01 Thread Warner Losh
Implement the exit system call. Bring in bsd-proc.h to contain all the process system call implementation and helper routines. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/bsd-proc.h | 43 +++ bsd-user/freebsd/os-syscall.c | 7