From owner-freebsd-current@FreeBSD.ORG Thu May 25 19:01:48 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B616B575 for ; Thu, 25 May 2006 19:01:48 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BB43D5D for ; Thu, 25 May 2006 19:01:33 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nz-out-0102.google.com with SMTP id n1so402621nzf for ; Thu, 25 May 2006 12:01:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HVSAWBCLrcYqNWWLsnwDV7l/Lm9h7Om7P+aSxI3fKViYEu9C1c/ekMB3B7Mg1G5BRS5TWbY0v3Dm33luiKPwC8DL+YGISK5tZZhfLj9AHGUunYOhoXgYgPHu2v7YrPIaRzmgdEU/KVZsIr9W5N4ECnqMnYG8HIUzPSWXazB36bE= Received: by 10.65.84.5 with SMTP id m5mr4580569qbl; Thu, 25 May 2006 12:01:33 -0700 (PDT) Received: by 10.64.183.17 with HTTP; Thu, 25 May 2006 12:01:33 -0700 (PDT) Message-ID: Date: Thu, 25 May 2006 12:01:33 -0700 From: "Kip Macy" To: "Julian Elischer" In-Reply-To: <4475F87B.5010808@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060525065510.GA20475@what-creek.com> <20060525082633.GA724@turion.vk2pj.dyndns.org> <4475F87B.5010808@elischer.org> Cc: Peter Jeremy , John Birrell , current@freebsd.org Subject: Re: DTrace for FreeBSD - Status Update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kmacy@fsmware.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 19:01:59 -0000 On 5/25/06, Julian Elischer wrote: > Peter Jeremy wrote: > > >On Thu, 2006-May-25 06:55:10 +0000, John Birrell wrote: > > > > > >>My FreeBSD Project Page: > >> > >> > > > >Your "What processes fork during a buildworld and how many times?" outpu= t > >doesn't look right: make should do lots of forking. > > > > > > make probably does 'vfork()' Correct. Make uses vfork(). -Kip