From owner-freebsd-current@FreeBSD.ORG Tue Feb 5 20:19:19 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEBF716A419 for ; Tue, 5 Feb 2008 20:19:19 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id 8F23413C465 for ; Tue, 5 Feb 2008 20:19:19 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.14.0/8.14.0) with ESMTP id m15KJHBw002102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Feb 2008 15:19:17 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id m15KInwH055691; Tue, 5 Feb 2008 15:18:49 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18344.50368.157008.948880@grasshopper.cs.duke.edu> Date: Tue, 5 Feb 2008 15:18:49 -0500 (EST) To: John Birrell In-Reply-To: <20080205200729.GA24780@what-creek.com> References: <20080201093538.GA83169@what-creek.com> <18339.35979.765504.132672@grasshopper.cs.duke.edu> <20080201223719.GA88460@what-creek.com> <18343.34027.335573.791127@grasshopper.cs.duke.edu> <20080204225326.GA16190@what-creek.com> <18344.33138.681553.825043@grasshopper.cs.duke.edu> <20080205200729.GA24780@what-creek.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: Andrew Gallatin , current@freebsd.org Subject: Re: DTrace/FreeBSD source snapshot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2008 20:19:19 -0000 John Birrell writes: > On Tue, Feb 05, 2008 at 10:31:39AM -0500, Andrew Gallatin wrote: > > @a[stack(20)]=count(); > > stack() is one of the things I haven't ported yet. :-) > Ah, that would make sense then! Drew