From owner-cvs-all@FreeBSD.ORG Sun Dec 7 09:46:15 2003 Return-Path: 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 E759816A4CE; Sun, 7 Dec 2003 09:46:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB69A43FD7; Sun, 7 Dec 2003 09:46:14 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB7HkEXJ082438; Sun, 7 Dec 2003 09:46:14 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB7HkE76082437; Sun, 7 Dec 2003 09:46:14 -0800 (PST) (envelope-from des) Message-Id: <200312071746.hB7HkE76082437@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 7 Dec 2003 09:46:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/vmstat Makefile vmstat.8 vmstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 07 Dec 2003 17:46:16 -0000 des 2003/12/07 09:46:14 PST FreeBSD src repository Modified files: usr.bin/vmstat Makefile vmstat.8 vmstat.c Log: Finish the transition from libkvm to sysctl that I started a while ago. The use of libkvm for post-mortem analysis is still supported (though it could use more testing). We can now remove vmstat's setgid bit. While I'm here, hack the interrupt listing code to not display interrupts that haven't occurred unless the -a option was given on the command line, and document this change. Revision Changes Path 1.10 +0 -2 src/usr.bin/vmstat/Makefile 1.26 +8 -1 src/usr.bin/vmstat/vmstat.8 1.70 +240 -114 src/usr.bin/vmstat/vmstat.c