From owner-cvs-libexec Wed Dec 11 11:11:56 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00139 for cvs-libexec-outgoing; Wed, 11 Dec 1996 11:11:56 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00132; Wed, 11 Dec 1996 11:11:54 -0800 (PST) Date: Wed, 11 Dec 1996 11:11:54 -0800 (PST) From: Garrett Wollman Message-Id: <199612111911.LAA00132@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/rpc.rstatd rstat_proc.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/11 11:11:53 Modified: libexec/rpc.rstatd rstat_proc.c Log: Convert this program to use sysctl rather than kvm for some of its statistics. Unfortunately, the coverage of sysctl isn't good enough to do all of them :-( . Revision Changes Path 1.4 +69 -111 src/libexec/rpc.rstatd/rstat_proc.c