From owner-svn-src-all@FreeBSD.ORG Thu Jul 1 23:59:04 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9808F1065670; Thu, 1 Jul 2010 23:59:04 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 377D08FC08; Thu, 1 Jul 2010 23:59:03 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id D1AB1157549; Thu, 1 Jul 2010 18:59:01 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id S7O1EAU6BV1B; Thu, 01 Jul 2010 18:58:59 -0500 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <201007011822.02280.jhb@freebsd.org> Date: Fri, 2 Jul 2010 00:58:56 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201007012158.o61LwkJW096565@svn.freebsd.org> <201007011822.02280.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1081) Cc: svn-src-head@freebsd.org, Alexander Motin , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r209638 - in head/sys: amd64/amd64 i386/i386 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Jul 2010 23:59:04 -0000 On 1 Jul 2010, at 23:22, John Baldwin wrote: > On Thursday 01 July 2010 05:58:46 pm Alexander Motin wrote: >> Author: mav >> Date: Thu Jul 1 21:58:46 2010 >> New Revision: 209638 >> URL: http://svn.freebsd.org/changeset/base/209638 >>=20 >> Log: >> Make stray irq counters have format alike to other counters. Unified >> format makes string processing (for example by `systat -vm`) easier. >=20 > As I said on the mailing lists, I actually think that the old way is a=20= > feature. I believe bde@ also has useful input on appropriately = parsing=20 > interrupt names for systat -vmstat output. I forgot to voice my opinion on the mailing list, but I prefer the old = way too. Regards, -- Rui Paulo