From owner-svn-src-all@FreeBSD.ORG Fri Nov 13 13:26:27 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A754D1065672; Fri, 13 Nov 2009 13:26:27 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 94AA68FC19; Fri, 13 Nov 2009 13:26:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nADDQR6E067609; Fri, 13 Nov 2009 13:26:27 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nADDQRiW067607; Fri, 13 Nov 2009 13:26:27 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200911131326.nADDQRiW067607@svn.freebsd.org> From: Christian Brueffer Date: Fri, 13 Nov 2009 13:26:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199257 - head/lib/libc/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2009 13:26:27 -0000 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