From owner-cvs-src@FreeBSD.ORG Sat Oct 28 18:15:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2504416A47E; Sat, 28 Oct 2006 18:15:15 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D54843D55; Sat, 28 Oct 2006 18:15:14 +0000 (GMT) (envelope-from glebius@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 k9SIFD0T027079; Sat, 28 Oct 2006 18:15:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9SIFDlm027078; Sat, 28 Oct 2006 18:15:13 GMT (envelope-from glebius) Message-Id: <200610281815.k9SIFDlm027078@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 28 Oct 2006 18:15:13 +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.bin/vmstat vmstat.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: Sat, 28 Oct 2006 18:15:15 -0000 glebius 2006-10-28 18:15:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/vmstat vmstat.c Log: MFC rev. 1.93, 1.94: - Print the number of allocation failures in UMA zones. - Add comma after REQUESTS field missed in previous commit. - Widen some columns; make width of header columns less cryptic. PR: kern/102940 Approved by: re (hrs) Revision Changes Path 1.86.2.4 +4 -4 src/usr.bin/vmstat/vmstat.c