On Sun, Sep 17, 2023 at 10:39 PM Karim Taha <[email protected]> wrote:
> From: Stacey Son <[email protected]> > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Karim Taha <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > --- > bsd-user/freebsd/os-proc.h | 34 ++++++++++++++++++++++++++++++++++ > bsd-user/freebsd/os-syscall.c | 8 ++++++++ > 2 files changed, 42 insertions(+) > Reviewed-by: Warner Losh <[email protected]> Though i have minor qualms about vfork == fork, for bsd-user it's fine since I don't think the performance difference will be that large for the typical case where vfork + exec exists for older (now kinda really old) programs that used to use this. Warner
