From owner-cvs-all@FreeBSD.ORG Fri Aug 19 00:07:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941EF16A41F; Fri, 19 Aug 2005 00:07:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6644E43D49; Fri, 19 Aug 2005 00:07:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7J076Vh078996; Fri, 19 Aug 2005 00:07:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7J076Cl078995; Fri, 19 Aug 2005 00:07:06 GMT (envelope-from rwatson) Message-Id: <200508190007.j7J076Cl078995@repoman.freebsd.org> From: Robert Watson Date: Fri, 19 Aug 2005 00:07:06 +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 Makefile vmstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 00:07:06 -0000 rwatson 2005-08-19 00:07:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/vmstat Makefile vmstat.c Log: Merge Makefile:1.12, vmstat.c:1.87 from HEAD to RELENG_6: Teach vmstat -m and vmstat -z to use libmemstat(3). Certain statistics from -z are now a bit different due to changes in the way statistics are now measured. Reproduce with some amount of accuracy the slightly obscure layouts adopted by the two kernel sysctls. In the future, we might want to normalize them. GC dosysctl(), which is now no longer used. Merge vmstat.c:1.88 from HEAD to RELENG_6: Minor syntax tweaks: - Remove some extra blank lines. - Remove comments that don't contribute to understanding. - Remove additional blank lines in output added to maximize compatibility with older vmstat output, but that is actually somewhat gratuitous. Submitted by: bde Approved by: re (kensmith) Revision Changes Path 1.11.8.1 +2 -2 src/usr.bin/vmstat/Makefile 1.86.2.1 +77 -21 src/usr.bin/vmstat/vmstat.c