CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2009/12/27 19:54:24

Modified files:
        sys/kern       : kern_fork.c 
        sys/compat/linux: linux_sched.c linux_sched.h 

Log message:
Sanity check flags in fork1(), banning some combos we don't support
and catching FORK_THREAD when RTHREADS wasn't compiled in.  Simplify
sys_rfork() based on that.

Flesh out the Linux clone support with more flags, but stricter
checks for missing support or bad combos.  Still not enough for
NPTL to work, mind you.

ok kettenis@

Reply via email to