Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-10 | bsd-user/freebsd/os-syscall.c: Implement exit | 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 <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org> |