From owner-cvs-src@FreeBSD.ORG Fri Aug 3 15:45:56 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8638816A417; Fri, 3 Aug 2007 15:45:56 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0CA13C46A; Fri, 3 Aug 2007 15:45:56 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l73Fjum5009575; Fri, 3 Aug 2007 15:45:56 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l73Fjugu009574; Fri, 3 Aug 2007 15:45:56 GMT (envelope-from maxim) Message-Id: <200708031545.l73Fjugu009574@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 3 Aug 2007 15:45:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:45:56 -0000 maxim 2007-08-03 15:45:55 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.c Log: o With -x switch do not pay attention at the hardcoded limit of 3 devices and dump stats for all devices in the system. User can still limit iostat -x by -n switch. Spotted by: Igor Sysoev Submitted by: kensmith Approved by: re (kensmith) MFC after: 2 weeks Revision Changes Path 1.36 +7 -5 src/usr.sbin/iostat/iostat.c