CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2014/07/06 23:31:42

Modified files:
        share/man/man9 : fork1.9 
        sys/kern       : kern_fork.c 

Log message:
fork1: FORK_THREAD requires FORK_SHAREFILES

Now that file descriptor tables have moved from a per-thread resource
to per-process, it's impossible to fork a thread without sharing the
file descriptor table.

ok guenther

Reply via email to