summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd
Commit message (Collapse)AuthorAgeFilesLines
* Rename local function havedisk() to haveadisk() to avoid conflict amike2002-10-021-3/+3
| | | | with another function by the same name in a system header.
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
| | | | pollution in <kvm.h>.
* Port to TI/RPC and/or IPV6.alfred2002-07-151-26/+40
| | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
* The .Nm utilitycharnier2002-07-061-3/+6
|
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-4/+5
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* o __P removalimp2002-02-072-35/+18
| | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused.
* 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
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for libexec/ to 8.ru2001-03-201-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
* 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-152-23/+97
| | | | | 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-072-10/+5
|
* Remove \n at end of syslog string. -Wall cleaning. Cosmetics in man page.charnier1997-11-263-28/+39
|
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | 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-302-5/+5
|
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rstatd can run under inetd.
* 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-284-0/+647
Original rstatd by John Brezak Submitted by: Geoff.
OpenPOWER on IntegriCloud