From owner-freebsd-dtrace@FreeBSD.ORG Mon Jul 28 22:21:28 2014 Return-Path: Delivered-To: dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7DECE5 for ; Mon, 28 Jul 2014 22:21:28 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA20F2B73 for ; Mon, 28 Jul 2014 22:21:28 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id s7so8452925qap.23 for ; Mon, 28 Jul 2014 15:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=e5TqU1G7JcgHRdTg4hDev3ELOY8kBRupiS2OQvJGlso=; b=XbzhEAk3TmL7JhIdZlqPqxotCSPg5nLJHzPrpMh0s8JBMwD8wtYBnZKWYLiGuxFrgi QOXTcZvDWij73fVRVpKkMZBEEclGc2OqkQEyv+UW+tAUllOT1JMzbrT5vupV+F8/EClF dSVo23Qi14Ad1YSifDC4TmaKuo49cYSemxrEcDekJzc/E81jz4WSccw24WHghS1gFRV8 B4icTmvOgrECE7BKLDglLQxuE6kfSqTRvCCMhINpnAxBXFkN6ka7QmQtA5Rbc3dHlf49 ktcIOAwN/drrGW4Su6C8fyQonnqFtzR7pbfje6LE0fIYlhelbRe5f9/dlwikcILrooCH nPog== MIME-Version: 1.0 X-Received: by 10.224.16.212 with SMTP id p20mr47656744qaa.1.1406586087724; Mon, 28 Jul 2014 15:21:27 -0700 (PDT) Sender: sjk4015@gmail.com Received: by 10.140.89.234 with HTTP; Mon, 28 Jul 2014 15:21:27 -0700 (PDT) In-Reply-To: References: <40272D9D-3CA1-4092-9CBB-D035D10C0407@neville-neil.com> <5C34A9D1-2D55-49A5-9400-4BEEC7B61A7D@neville-neil.com> Date: Mon, 28 Jul 2014 18:21:27 -0400 X-Google-Sender-Auth: oO3KU-01Od0qL_tAE9D96gOhnZ4 Message-ID: Subject: Re: Updating of DTraceToolkit for FreeBSD From: Steven Kreuzer To: George Neville-Neil Content-Type: text/plain; charset=UTF-8 Cc: dtrace@freebsd.org X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 28 Jul 2014 22:21:29 -0000 On Mon, Jul 28, 2014 at 6:05 PM, Steven Kreuzer wrote: > On Sat, Jul 26, 2014 at 4:45 PM, George Neville-Neil > wrote: >> Hi, >> >> Note that I'll be updating bits of the DTraceToolkit in our cddl/contrib >> directory to work >> with FreeBSD. Changes will include removing the dependency on ksh in all >> scripts that I touch >> along with the conversion of probes to match those on FreeBSD. > > > I have been maintaining sysutils/DTraceToolkit for a while and it > doesn't seem to make sure to duplicate the effort. Can you merge the > changes for opensnoop and shellsnoop from the port into the version in > base and I will delete the port. Actually, it looks like you already have the opensnoop stuff fixed. Can you review this: https://phabric.freebsd.org/D497