From owner-cvs-usrsbin Sun Oct 19 11:49:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA25027 for cvs-usrsbin-outgoing; Sun, 19 Oct 1997 11:49:26 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA25006; Sun, 19 Oct 1997 11:49:16 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: by burka.rdy.com id LAA11480; (8.8.7/RDY) Sun, 19 Oct 1997 11:49:14 -0700 (PDT) Message-Id: <199710191849.LAA11480@burka.rdy.com> Subject: Re: cvs commit: src/usr.sbin/pstat pstat.c In-Reply-To: <199710191841.LAA05801@freefall.freebsd.org> from David Greenman at "Oct 19, 97 11:41:24 am" To: davidg@FreeBSD.ORG (David Greenman) Date: Sun, 19 Oct 1997 11:49:14 -0700 (PDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David Greenman writes: > davidg 1997/10/19 11:41:24 PDT > > Modified files: > usr.sbin/pstat pstat.c > Log: > "Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since > we no longer support that sysctl (in my opinion, pstat -v is a security > hole in any case). Are you going to commint it to 2.2 branch? > > Revision Changes Path > 1.32 +6 -2 src/usr.sbin/pstat/pstat.c > -- dima