From owner-svn-src-projects@FreeBSD.ORG Mon Jun 4 13:34:00 2012 Return-Path: Delivered-To: svn-src-projects@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC4B61065670; Mon, 4 Jun 2012 13:34:00 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9168FC15; Mon, 4 Jun 2012 13:34:00 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id q54DXwfJ086990; Mon, 4 Jun 2012 17:33:58 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id q54DXw8Y086989; Mon, 4 Jun 2012 17:33:58 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 4 Jun 2012 17:33:58 +0400 From: Gleb Smirnoff To: Bruce Evans Message-ID: <20120604133358.GO44607@FreeBSD.org> References: <201206041009.q54A9v4A019437@svn.freebsd.org> <20120604210548.Y1459@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20120604210548.Y1459@besplex.bde.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-projects@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r236554 - projects/pf/head/sys/contrib/pf/net X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 13:34:01 -0000 On Mon, Jun 04, 2012 at 09:29:46PM +1000, Bruce Evans wrote: B> > Log: B> > Consistent names for pf(4) malloc(9) types. B> B> Many still have spaces in them. This breaks at least simple parsing B> of "vmstat -m" output using columns in awk (and postprocessing of B> vmstat -m output is more needed than orginally, since vmstat is now B> too stupid to even print the totals). A few bugs in this area have B> been fixed relatively recently. For example: B> B> file desc -> filedesc (matches original naming scheme -- no underscore) B> BIO buffer -> biobuf B> UFS mount -> ufs_mount (now just a style bug -- underscore) B> VM pgdata -> vm_pgdata B> * ihash -> [went away] B> struct cdev * -> [went away] B> cluster_save buffer -> [went away] (was also too long) B> [too many] -> [vmstat -z, with worse names and formatting] Should only the shortdesc not contain spaces? Well, there is conflict between parseability and understandability :) B> Now broken on ref10-i386: B> B> NFSCL diroffd B> NFS fh B> B> only. Also a lot of "CAM foo". -- Totus tuus, Glebius.