From owner-svn-src-all@FreeBSD.ORG Thu Jun 26 07:22:27 2014 Return-Path: Delivered-To: svn-src-all@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 06BD7FF8; Thu, 26 Jun 2014 07:22:27 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id BFBD127E4; Thu, 26 Jun 2014 07:22:25 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA15252; Thu, 26 Jun 2014 10:22:22 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1X040k-000Hho-8T; Thu, 26 Jun 2014 10:22:22 +0300 Message-ID: <53ABC9FE.4000107@FreeBSD.org> Date: Thu, 26 Jun 2014 11:21:34 +0400 From: Andriy Gapon User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Rui Paulo , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r267898 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/sys References: <201406260706.s5Q76hYW014217@svn.freebsd.org> In-Reply-To: <201406260706.s5Q76hYW014217@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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, 26 Jun 2014 07:22:27 -0000 On 26/06/2014 11:06, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jun 26 07:06:43 2014 > New Revision: 267898 > URL: http://svnweb.freebsd.org/changeset/base/267898 > > Log: > Bring the following change from the illumos-joyent repository: > > commit 78e24ab6803bbe11ba37642624e1498ede5b239d > Author: Bryan Cantrill > Date: Thu Oct 31 01:20:54 2013 > > OS-1688 DTrace count() with histogram > OS-2360 DTrace full width distribution histograms > OS-2361 DTrace frequency trails > > MFC after: 2 weeks Seems like this change is in illumos already: commit 33093f5bcdc51014933497dd39374080c1ac5705 Author: Bryan Cantrill Date: Thu Oct 31 08:20:54 2013 +0000 4471 DTrace count() with histogram 4472 DTrace full width distribution histograms 4473 DTrace frequency trails Reviewed by: Dan McDonald Approved by: Gordon Ross As such it would have been preferable to use our standard workflow and merge the change via the illumos vendor area. -- Andriy Gapon