From owner-cvs-all Wed Sep 16 11:04:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28856 for cvs-all-outgoing; Wed, 16 Sep 1998 11:04:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28851; Wed, 16 Sep 1998 11:04:04 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19561; Wed, 16 Sep 1998 11:03:45 -0700 (PDT) Date: Wed, 16 Sep 1998 11:03:45 -0700 (PDT) Message-Id: <199809161803.LAA19561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/iostat iostat.8 iostat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/16 11:03:45 PDT Modified files: usr.sbin/iostat iostat.8 iostat.c Log: Fixed segfault when more then four devices are specified (improper free), fixed variable so all manually-specified devices are shown rather then cutting the display off at 3, fixed formatting for msps when msps is larger then 100 (it was blowing the columner display output before), added -K option to make blk count (-oIK) force a 1K block size (to conform more closely to systat, vmstat definition of blocksize). Revision Changes Path 1.6 +5 -2 src/usr.sbin/iostat/iostat.8 1.10 +21 -11 src/usr.sbin/iostat/iostat.c