From owner-cvs-src@FreeBSD.ORG Fri Feb 9 14:48:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6685316A406; Fri, 9 Feb 2007 14:48:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4003B13C4B2; Fri, 9 Feb 2007 14:48:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l19Emuwq031293; Fri, 9 Feb 2007 14:48:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l19EmuTv031292; Fri, 9 Feb 2007 14:48:56 GMT (envelope-from jhb) Message-Id: <200702091448.l19EmuTv031292@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2007 14:48:56 +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, 09 Feb 2007 14:48:56 -0000 jhb 2007-02-09 14:48:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/iostat iostat.c Log: MFC: Fix iostat(8) to fully work on crash dumps. Revision Changes Path 1.28.12.2 +6 -5 src/usr.sbin/iostat/iostat.c