From owner-svn-src-all@FreeBSD.ORG Thu Mar 24 06:40:47 2011 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 41704106566B; Thu, 24 Mar 2011 06:40:47 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 10B3C8FC1B; Thu, 24 Mar 2011 06:40:46 +0000 (UTC) Received: from julian-mac.elischer.org (home-nat.elischer.org [67.100.89.137]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id p2O6ei3I082122 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 23 Mar 2011 23:40:45 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <4D8AE77D.9030005@freebsd.org> Date: Wed, 23 Mar 2011 23:41:01 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: John Baldwin References: <201103180647.p2I6lNCB051745@svn.freebsd.org> <4D831A82.7070308@freebsd.org> <201103230945.37726.jhb@freebsd.org> In-Reply-To: <201103230945.37726.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Edward Tomasz Napierala Subject: Re: svn commit: r219727 - head/sys/vm 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: Thu, 24 Mar 2011 06:40:47 -0000 On 3/23/11 6:45 AM, John Baldwin wrote: > On Friday, March 18, 2011 4:40:34 am Julian Elischer wrote: >> > Err, no, that has never been true. The reason it has to go on the list > immediately is to reserve the PID against concurrent fork()s. > I'm petty sure it was true at one stage. probably around the time I added threads, (2001?) because I distinctly remember having to get everything set up and THEN putting in into the list. Pid allocation was done some other way than having the process in the list but I forget the details.