summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd/rstat_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-171-0/+4
| | | | | | | interface in the middle is if_detach()'d). Return (and handle) ENOENT when the ifmib(4) is accessed for a nonexistent interface. MFC after: 14 days
* Fixes file descriptor leak in standalone mode.jon2001-08-031-0/+2
| | | | | | | | Prevents simultaneous calls to updatestat() as function is not reentrant. PR: bin/24857 Submitted by: Martin Butkus <mb@bagheera.thgwf.de> MFC after: 1 month
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix a memory leak in rpc.rstatd that shows up when it's run in standaloneken1998-10-081-1/+7
| | | | | | mode. (i.e., not from inetd) PR: bin/8212
* Work around an alpha compiler bug.dfr1998-09-161-4/+5
| | | | Reviewed by: Kenneth D. Merry <ken@plutotech.com>
* Update system to new device statistics code.gibbs1998-09-151-20/+94
| | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> mike@smith.net.au (Mike Smith)
* Make these programs compile and work correctly now that /usr/include/rpcsvcwpaul1998-01-191-17/+29
| | | | | | has been ANSI-fied. Pointed out by: bde
* Remove unused #include. Display if inetd started us in case of failure.charnier1998-01-071-5/+1
|
* Remove \n at end of syslog string. -Wall cleaning. Cosmetics in man page.charnier1997-11-261-17/+23
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Update to match changes in <net/if.h>.wollman1997-01-031-2/+1
|
* Convert this program to use sysctl rather than kvm for some of itswollman1996-12-111-111/+69
| | | | | statistics. Unfortunately, the coverage of sysctl isn't good enough to do all of them :-( .
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Updated to changes in struct vmmeter. There is a slight bogosity here:dg1994-10-151-5/+5
| | | | "pageins/outs" now refers to vnode paging.
* rstatd -- from FreeBSD-1.1.5.1, with changes for 4.4-Lite kvm interface.csgr1994-08-281-0/+459
Original rstatd by John Brezak Submitted by: Geoff.
OpenPOWER on IntegriCloud