Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 1996 10:05:10 -0700 (PDT)
From:      Sujal Patel <smpatel>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_fork.c src/sys/sys unistd.h
Message-ID:  <199604171705.KAA19563@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
smpatel     96/04/17 10:05:10

  Modified:    sys/kern  kern_fork.c
               sys/sys   unistd.h
  Log:
  Implement the RFNOWAIT flag for rfork().  If set this flag will cause the
  forked child to be dissociated from the parent).
  
  Cleanup fork1(), implement vfork() and fork() in terms of rfork() flags.
  
  Remove RFENVG, RFNOTEG, RFCNAMEG, RFCENVG which are Plan9 specific and cannot
  possibly be implemented in FreeBSD.
  
  Renumbered the flags to make up for the removal of the above flags.
  
  Reviewed by:	peter, smpatel
  Submitted by:	Mike Grupenhoff <kashmir@umiacs.umd.edu>
  
  Revision  Changes    Path
  1.20      +33 -37    src/sys/kern/kern_fork.c
  1.6       +7 -11     src/sys/sys/unistd.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604171705.KAA19563>