From owner-freebsd-stable@FreeBSD.ORG Wed Aug 27 07:28:42 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4375E1065677 for ; Wed, 27 Aug 2008 07:28:42 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3D58FC15 for ; Wed, 27 Aug 2008 07:28:42 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 901BE7421A; Wed, 27 Aug 2008 07:09:10 +0000 (GMT) Date: Wed, 27 Aug 2008 07:09:10 +0000 From: John Birrell To: stable@freebsd.org Message-ID: <20080827070910.GA10782@what-creek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: DTrace merged ready for 7.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2008 07:28:42 -0000 This is a belated heads up to let you know that I have merged DTrace to the releng7 branch in the nick of time before the feature freeze for 7.1. Those astute mailing list readers will note that the commit message appears to have gone missing. Well, either the dog ate it or subversion decided that it was for certain eyes only (and not yours, or mine). I have added a note to src/UPDATING mentioning this and a link to the documentation. I want 7.1 release to be built with a GENERIC kernel containing not only the DTrace hooks, but also the CTF data, so I have defaulted the 'make buildkernel' to turn on CTF generation. If you are building a kernel and modules without the KDTRACE_HOOKS option, then you should do a 'make WITHOUT_CTF=1 buildkernel' to avoid generating the CTF data (although that won't hurt). For all builds other than 'buildkernel', CTF generation is turned off. You don't need or want it yet. -- John Birrell