From owner-svn-src-all@freebsd.org Thu May 19 22:56:20 2016 Return-Path: Delivered-To: svn-src-all@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 1D858B42880; Thu, 19 May 2016 22:56:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFF9E1865; Thu, 19 May 2016 22:56:19 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qg0-x22e.google.com with SMTP id f92so52008749qgf.0; Thu, 19 May 2016 15:56:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=EX7lYOC0rGX9/7jsUs+KA8PGopL+zcGIvaklXYuShcg=; b=upCPQq3qh1YIheXgeFeymgZ0ZJ0iQ5xyRlQzOgu1d1RIAiSQa2rO7nw5WkmURKyNSk QcTY9WOneaNBSOoMTpctmPdwV8Xdjx14p2+/AesTbcs5IBtm7W2mIg0KNFLD2VYV4i0G G+hYb4WXEcnqMKfUayNUx8vxTKZlzIiangiLp1D6kZ+QkCcPcZf8qD9+LjbOtkjT0BQ/ ySlomzPTEe9lXFxJ7g+AKLS2wqxsSgUHAHn3/b8j4P2hjLjNS0rXGzyCGZKIl9efgFS8 gvJCsjNC02IV7KVTtcnWrj4rEKmTa28TPxB0nciNWU5zJDMOxh188phpRod0k56VS2zW bHnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=EX7lYOC0rGX9/7jsUs+KA8PGopL+zcGIvaklXYuShcg=; b=k0nqtpzfGRgO01Wfce5TdgmnBohhEDTf70bEc8T9YPuUPtY2J8OVRCb1pEovSU2xjE cAO0RVXPbnTrM/5igHeKarfQbhSjYdccdV+eEZK0uz7bkLiYHdbqSMHPxpx2LXrDPH8i hFWJzftMqrf7q8Z1eYrorIgK8d4R/7KxEvVDe2GFaU3grT7kpw7YtqO5Ukq8Q+sWCxPf 267DDqfMKG9pC9dWlWKcE01t8LBrWyBWb3DUF/YPsHmTTYqhplJiumVN6VWjX8xJHs7J U8kxY8X1CTBfDIStJzW0bIekxFWRKC1cl3jkr6q23mes0gabtKsBypfdvpJszapjVDkE J1oA== X-Gm-Message-State: AOPr4FVqEB21wplQ9B8M3eLShTD7s59CQwEG/JegCN3Ba+w+sDbddLjx+qoIiMPzB4G1oxby7FOqDHj5m1swuQ== MIME-Version: 1.0 X-Received: by 10.141.44.135 with SMTP id v129mr17515208qhe.46.1463698579005; Thu, 19 May 2016 15:56:19 -0700 (PDT) Received: by 10.55.170.201 with HTTP; Thu, 19 May 2016 15:56:18 -0700 (PDT) In-Reply-To: <201605191951.u4JJpdYQ087521@repo.freebsd.org> References: <201605191951.u4JJpdYQ087521@repo.freebsd.org> Date: Thu, 19 May 2016 15:56:18 -0700 Message-ID: Subject: Re: svn commit: r300226 - in head: cddl/contrib/dtracetoolkit cddl/usr.sbin cddl/usr.sbin/dtruss share/dtrace share/dtrace/toolkit From: Ngie Cooper To: "George V. Neville-Neil" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 22:56:20 -0000 On Thu, May 19, 2016 at 12:51 PM, George V. Neville-Neil wrote: > Author: gnn > Date: Thu May 19 19:51:39 2016 > New Revision: 300226 > URL: https://svnweb.freebsd.org/changeset/base/300226 > > Log: > Remove the old version of the DTraceToolkit from the source tree. > The DTraceToolkit is part of the Open DTrace effort and is supported > on FreeBSD as a port (sysutils/DTraceToolkit) which has been updated > to properly track toolkit development upstream. > > Sponsored by: DARPA, AFRL Add the files to ObsoleteFiles.inc?