From owner-cvs-doc@FreeBSD.ORG Fri Oct 17 22:08:40 2008 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7101065694; Fri, 17 Oct 2008 22:08:40 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (pittgoth.com [205.134.163.206]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF8B8FC2D; Fri, 17 Oct 2008 22:08:40 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from localhost.fbsdsecure.org (net-ix.gw.ai.net [205.134.160.6]) (authenticated bits=0) by pittgoth.com (8.14.2/8.14.2) with ESMTP id m9HM8dmk037587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Oct 2008 18:08:39 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 17 Oct 2008 18:08:19 -0400 From: Tom Rhodes To: Andrew Thompson Message-Id: <20081017180819.5c338a42.trhodes@FreeBSD.org> In-Reply-To: <20081017205420.GA23511@citylink.fud.org.nz> References: <200809281203.m8SC35GH006960@repoman.freebsd.org> <20081017205420.GA23511@citylink.fud.org.nz> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/dtrace Makefile chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 22:08:40 -0000 On Fri, 17 Oct 2008 13:54:20 -0700 Andrew Thompson wrote: > On Sun, Sep 28, 2008 at 12:03:05PM +0000, Tom Rhodes wrote: > > trhodes 2008-09-28 12:03:05 UTC > > > > FreeBSD doc repository > > > > Added files: > > en_US.ISO8859-1/books/handbook/dtrace Makefile chapter.sgml > > Log: > > Add a chapter documenting DTrace. Covers differences between FreeBSD DTrace > > and Solaris DTrace, getting it up and running, and using. Not yet connected > > to the build. > > > > Reviewed by: keramida, remko, manolis, pgj > > > > Great! One thing I note is that you should not (yet) use WITH_CTF for > buildworld and it can result in a broken system. > > Andrew > Really? I hadn't had any negative side effects but I'll gladly make a note. It probably wouldn't reduce anyone's use of DTrace to recommend against it I believe. -- Tom Rhodes