summaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd/rstat_proc.c
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2013-05-15undo malfunctionMiod Vallat
2013-05-14Don't display swapin/swapout uvmexp fieldsMiod Vallat
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-09-15ARGSUSED signal handlerTheo de Raadt
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2003-07-29spacesTheo de Raadt
2003-07-05protosTheo de Raadt
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}Theo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-18create own svc_run(), which can do updating outside of a signal handlerTheo de Raadt
2001-11-06new vm includes.Artur Grabowski
2001-10-30rstat_timeval is not the same as timevalTheo de Raadt
2001-10-02o Remove #if{,n}def BSD stuffTodd C. Miller
2001-09-19some signal race whackingTheo de Raadt
2001-07-08-WallTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-01-24sysctl() arg 4 is a size_t, not intTheo de Raadt
2001-01-17use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafeTheo de Raadt
1999-11-30UVM support (how could I miss this?). From jason@Artur Grabowski
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1997-08-05Errno.Angelos D. Keromytis
1997-07-23tabifykstailey
1997-07-08Don't call exit(0) from rstat_service(). There is a alarm(3) that brings uskstailey
1997-07-08daemons can't fprintf(stderr, "blah"), use syslog(3)kstailey
1997-04-17Use the real times returned by dkreadstat().Tobias Weingartner
1997-02-20Provide disk statistics; cleaned up from NetBSD PR 3200 [Jarle Greipsland]Thorsten Lockert
1997-02-09save 6% diskspace by moving to tabsTheo de Raadt
1996-03-28From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt