Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 13:26:27 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r199257 - head/lib/libc/sys
Message-ID:  <200911131326.nADDQRiW067607@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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