From owner-cvs-src@FreeBSD.ORG Fri Aug 17 19:09:01 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 069AE16A421; Fri, 17 Aug 2007 19:09:01 +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 D29CD13C4B0; Fri, 17 Aug 2007 19:09:00 +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 l7HJ906S083933; Fri, 17 Aug 2007 19:09:00 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HJ90oo083929; Fri, 17 Aug 2007 19:09:00 GMT (envelope-from maxim) Message-Id: <200708171909.l7HJ90oo083929@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 17 Aug 2007 19:09:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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, 17 Aug 2007 19:09:01 -0000 maxim 2007-08-17 19:09:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/iostat iostat.c Log: MFC rev. 1.36: with -x switch do not pay attention at the hardcoded limit of 3 devices and dump stats for all devices in the system. Revision Changes Path 1.28.12.4 +7 -5 src/usr.sbin/iostat/iostat.c