summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pointless cast: (struct timezone *)0 -> NULLcheloha2019-08-091-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-5/+5
* bzero -> memsettedu2017-05-271-2/+2
* Pull in <sys/time.h> for struct timespecguenther2016-08-271-1/+2
* knock out duplicate rcs id;jmc2015-12-011-3/+1
* rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.tim2015-12-011-4/+4
* Remove superfluous check; "Of course" deraadt@tim2015-12-011-8/+6
* Remove unused errstr variable.millert2015-10-051-2/+1
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+5
* document missing argument; ok jmcderaadt2015-04-141-3/+11
* delete some rpc fd_set related externs which are not usedderaadt2015-03-131-4/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* obvious reallocarrayderaadt2014-10-111-3/+3
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-2/+2
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* undo malfunctionmiod2013-05-151-1/+1
* Don't display swapin/swapout uvmexp fieldsmiod2013-05-141-3/+3
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-26/+26
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-11/+2
* Do not fall back to using nobody if _user is missing, butthib2009-05-201-5/+6
* convert to new .Dd format;jmc2007-05-311-3/+3
* use poll() instead of select(), pr4502, alexander.farber@gmail.comderaadt2005-09-161-23/+22
* more signal flag races; ok miod@otto2004-09-161-3/+3
* ARGSUSED signal handlerderaadt2004-09-152-4/+6
* IPv6 support.brad2004-06-021-3/+3
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-3/+3
* Inline the cleanup() routine since it is no longer a signal handlermillert2004-01-071-13/+8
* term 3 cleanup, ok from brezakderaadt2003-12-121-9/+4
* spacesderaadt2003-07-291-3/+3
* protosderaadt2003-07-052-7/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* use LOG_NDELAY in chroot() using daemonsderaadt2003-01-201-4/+4
* use socklen_t more; henning okderaadt2002-09-061-3/+4
* 5 new uid/gid sets; millert okderaadt2002-07-151-3/+5
* screw the MLINKSderaadt2002-06-291-2/+1
* document /var/empty chrootderaadt2002-06-291-3/+10
* correct uid handling; markusderaadt2002-06-281-3/+3
* go back to running these as root from inetd. however once rpc.{rusersd,rstatd}deraadt2002-06-282-38/+50
* no need for -lkvm anymorederaadt2002-05-231-4/+4
* string.hderaadt2002-03-241-2/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-12/+12
* create own svc_run(), which can do updating outside of a signal handlerderaadt2001-11-182-17/+73
* new vm includes.art2001-11-061-3/+2
* rstat_timeval is not the same as timevalderaadt2001-10-301-4/+5
* o Remove #if{,n}def BSD stuffmillert2001-10-021-158/+36
* some signal race whackingderaadt2001-09-191-19/+19
* -Wallderaadt2001-07-082-9/+17
* UVM is no longer an optionart2001-06-272-34/+3