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.