Received: by mail.netbsd.org (Postfix, from userid 605) id EDC6814A474; Sun, 8 Nov 2015 00:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 270B714A470 for ; Sun, 8 Nov 2015 00:49:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id e05p0SZCWpB0 for ; Sun, 8 Nov 2015 00:49:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 29DEB14A450 for ; Sun, 8 Nov 2015 00:49:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 23E0498; Sun, 8 Nov 2015 00:49:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Nov 2015 00:49:06 +0000 From: "Jeff Rizzo" Subject: CVS commit: [netbsd-7] src/usr.sbin/iostat To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20151108004906.23E0498@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jeff Rizzo" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: riz Date: Sun Nov 8 00:49:06 UTC 2015 Modified Files: src/usr.sbin/iostat [netbsd-7]: iostat.8 iostat.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1016): usr.sbin/iostat/iostat.c: revision 1.62 usr.sbin/iostat/iostat.c: revision 1.63 usr.sbin/iostat/iostat.8: revision 1.24 support fnmatch(3) patterns for disknames. eg, "iostat wd*" works now. update the default disk number selection to note that it uses the current terminal size to fit disks, not hard coded 4. extend the "tout" column to 5 characters, it's really common on a modern machine to have eg, build output way more than 9999 chars/sec. this doesn't affect the default disk list on an 80-char wide screen. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.23.2.1 src/usr.sbin/iostat/iostat.8 cvs rdiff -u -r1.61 -r1.61.2.1 src/usr.sbin/iostat/iostat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.