From owner-svn-src-all@freebsd.org Wed Sep 30 22:21:37 2015 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 2FB5CA0AAA3; Wed, 30 Sep 2015 22:21:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E6CD1F48; Wed, 30 Sep 2015 22:21:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3E345B922; Wed, 30 Sep 2015 18:21:35 -0400 (EDT) From: John Baldwin To: src-committers@freebsd.org Cc: svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r288424 - head/usr.bin/truss Date: Wed, 30 Sep 2015 12:46:02 -0700 Message-ID: <2136278.DT0mBerccO@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-PRERELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201509301913.t8UJDWL8050052@repo.freebsd.org> References: <201509301913.t8UJDWL8050052@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 30 Sep 2015 18:21:35 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 30 Sep 2015 22:21:37 -0000 On Wednesday, September 30, 2015 07:13:32 PM John Baldwin wrote: > Author: jhb > Date: Wed Sep 30 19:13:32 2015 > New Revision: 288424 > URL: https://svnweb.freebsd.org/changeset/base/288424 > > Log: > Several changes to truss. > .... > > Reviewed by: kib (earlier version) > Tested on: amd64 (FreeBSD/amd64 & i386), i386, arm (earlier version) > Tested on: powerpc64 (FreeBSD/powerpc64 & powerpc) This was posted to arch@ a while back for testing. mips and sparc64 could certainly use some testing. -- John Baldwin