From owner-freebsd-dtrace@freebsd.org Sat Apr 16 17:39:08 2016 Return-Path: Delivered-To: freebsd-dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55C90B10074 for ; Sat, 16 Apr 2016 17:39:08 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from smtp.hungerhost.com (smtp.hungerhost.com [216.38.51.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35498130E for ; Sat, 16 Apr 2016 17:39:07 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from [12.130.117.192] (port=60611 helo=[172.19.131.169]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.86_1) (envelope-from ) id 1arUBW-0006ZO-1h; Sat, 16 Apr 2016 13:39:06 -0400 From: "George Neville-Neil" To: "Lacey Powers" Cc: freebsd-dtrace@freebsd.org Subject: Re: replacement of cddl/contrib/opendtrace with the OpenDTrace version Date: Sat, 16 Apr 2016 13:38:22 -0400 Message-ID: <8C91EEC4-36DA-4DE0-BC9A-82A6468CB7CF@neville-neil.com> In-Reply-To: <57111A1B.2030708@gmail.com> References: <59138256-95CC-4E43-9672-8F3486D37B6C@freebsd.org> <20160414174124.GA77940@wkstn-mjohnston.west.isilon.com> <57111A1B.2030708@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.9.4r5234) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-Authenticated-Sender: vps.hungerhost.com: gnn@neville-neil.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 17:39:08 -0000 On 15 Apr 2016, at 12:43, Lacey Powers wrote: > Hello, > > I have a couple of quick questions. =) > > Is this going to replace: > > http://www.freshports.org/sysutils/DTraceToolkit/ > Yes. > ? > > And is this already open for contribution for translated and for new > FreeBSD DTrace scripts? > Yes. Please submit pull requests against the toolkit's "freebsd" branch. Thanks, George > Regards, > > Lacey > > On 04/14/2016 10:41, Mark Johnston wrote: >> On Wed, Apr 13, 2016 at 07:38:22PM -0700, George Neville-Neil wrote: >>> Howdy, >>> >>> I've created a new project and organization on githhub for >>> maintaining >>> bits of DTrace, including the DTrace Toolkit. I have imported the >>> last >>> known version of the toolkit into this repo: >>> >>> https://github.com/opendtrace/toolkit >>> >>> I have then applied all the changes made by Rui Paolo, Ed Maste and >>> myself within a "freebsd" branch in that repo. >>> >>> Before 11.0 I intend to remove the toolkit from the FreeBSD repo and >>> maintain it separately, along with scripts and versions for the >>> other >>> operating systems that support DTrace. I'd like folks to test this >>> replacement on FreeBSD. It should be as simple as: >> Thanks for doing this. I've long felt that the toolkit would make >> more >> sense as a port. >> >>> ?> rm /usr/src/cddl/contrib/dtracetoolkit >>> ?> git clonehttps://github.com/opendtrace/toolkit.git >>> ?> git checkout -b freebsd >>> >>> I've tested this locally on my systems but I'd like to hear feedback >>> from others before I pull the scripts from our tree. >> I'm able to clone the repo, if that's what you're asking. >> _______________________________________________ >> freebsd-dtrace@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace >> To unsubscribe, send any mail >> to"freebsd-dtrace-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-dtrace@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace > To unsubscribe, send any mail to > "freebsd-dtrace-unsubscribe@freebsd.org"