On Sun, Sep 17, 2023 at 10:39 PM Karim Taha <[email protected]> wrote:
> From: Stacey Son <[email protected]> > > Implement procctl flags and related structs: > struct target_procctl_reaper_status > struct target_procctl_reaper_pidinfo > struct target_procctl_reaper_pids > struct target_procctl_reaper_kill > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Karim Taha <[email protected]> > > Reviewed-by: Richard Henderson <[email protected]> > --- > bsd-user/syscall_defs.h | 42 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > Reviewed-by: Warner Losh <[email protected]>
