From owner-freebsd-dtrace@FreeBSD.ORG Mon Jul 28 22:05:06 2014 Return-Path: Delivered-To: dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 892F24C0 for ; Mon, 28 Jul 2014 22:05:06 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (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 49BB12958 for ; Mon, 28 Jul 2014 22:05:06 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id m5so8341746qaj.7 for ; Mon, 28 Jul 2014 15:05:04 -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=+B5IBRFhmq33WdWZmAe4jhP3+EA/JNY4kYCBAAbM70c=; b=X/QDBudhKrnSGJVwSlT+bkSN1RS46HpHIwe4pp8diklzVdPv9rMuDco2+MQXsUxOcH hhN/m+ssaviN1W9dUb6hzM1zPp8+tqBUJjk0livaAVhetWzWWhmfa4DBW8bhYdz7DAFM mt1OmTR47f+5fw2sYs3HDuC12zggN+uGQvDGwbbaTOkXfhzs11bzct21vNfM/jrJJ2uq jS1BuzYctGpW0xtaXT4hFzOhRw7cvmnjufYxaL1YSpkZzyoxc9dKh9/PvlagJwAhAZVw GnC85J9FWWzHncmB084n7bp2hIrt3L2S7gfpMos0EnMP0McSdKsTSct/pERxAuc4gKzG p1vw== MIME-Version: 1.0 X-Received: by 10.140.81.51 with SMTP id e48mr35058351qgd.31.1406585104246; Mon, 28 Jul 2014 15:05:04 -0700 (PDT) Sender: sjk4015@gmail.com Received: by 10.140.89.234 with HTTP; Mon, 28 Jul 2014 15:05:04 -0700 (PDT) In-Reply-To: <5C34A9D1-2D55-49A5-9400-4BEEC7B61A7D@neville-neil.com> References: <40272D9D-3CA1-4092-9CBB-D035D10C0407@neville-neil.com> <5C34A9D1-2D55-49A5-9400-4BEEC7B61A7D@neville-neil.com> Date: Mon, 28 Jul 2014 18:05:04 -0400 X-Google-Sender-Auth: NKUK3ZbxE98rhupkrCidLLN5cjY 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:05:06 -0000 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. Thanks