svn commit: r199257 - head/lib/libc/sys

Christian Brueffer brueffer at FreeBSD.org
Fri Nov 13 13:26:27 UTC 2009


Author: brueffer
Date: Fri Nov 13 13:26:27 2009
New Revision: 199257
URL: http://svn.freebsd.org/changeset/base/199257

Log:
  Remove a note about vfork(4) going to be eliminated, it's here to stay.
  
  Submitted by:	kib
  MFC after:	1 week

Modified:
  head/lib/libc/sys/vfork.2

Modified: head/lib/libc/sys/vfork.2
==============================================================================
--- head/lib/libc/sys/vfork.2	Fri Nov 13 13:17:54 2009	(r199256)
+++ head/lib/libc/sys/vfork.2	Fri Nov 13 13:26:27 2009	(r199257)
@@ -113,14 +113,6 @@ The
 system call appeared in
 .Bx 2.9 .
 .Sh BUGS
-This system call will be eliminated when proper system sharing
-mechanisms are implemented.
-Users should not depend on the memory
-sharing semantics of
-.Fn vfork
-as it will, in that case, be made synonymous to
-.Xr fork 2 .
-.Pp
 To avoid a possible deadlock situation,
 processes that are children in the middle
 of a


More information about the svn-src-head mailing list