summaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2019-08-09Fix pointless cast: (struct timezone *)0 -> NULLcheloha
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-05-27bzero -> memsetTed Unangst
2016-08-27Pull in <sys/time.h> for struct timespecPhilip Guenther
2015-12-01knock out duplicate rcs id;Jason McIntyre
2015-12-01rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.Tim van der Molen
2015-12-01Remove superfluous check; "Of course" deraadt@Tim van der Molen
2015-10-05Remove unused errstr variable.Todd C. Miller
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-14document missing argument; ok jmcTheo de Raadt
2015-03-13delete some rpc fd_set related externs which are not usedTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-10-11obvious reallocarrayTheo de Raadt
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
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
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2007-05-31convert to new .Dd format;Jason McIntyre
2005-09-16use poll() instead of select(), pr4502, alexander.farber@gmail.comTheo de Raadt
2004-09-16more signal flag races; ok miod@Otto Moerbeek
2004-09-15ARGSUSED signal handlerTheo de Raadt
2004-06-02IPv6 support.Brad Smith
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-01-07Inline the cleanup() routine since it is no longer a signal handlerTodd C. Miller
2003-12-12term 3 cleanup, ok from brezakTheo de Raadt
2003-07-29spacesTheo de Raadt
2003-07-05protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-20use LOG_NDELAY in chroot() using daemonsTheo de Raadt
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-06-29screw the MLINKSTheo de Raadt
2002-06-29document /var/empty chrootTheo de Raadt
2002-06-28correct uid handling; markusTheo de Raadt
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}Theo de Raadt
2002-05-23no need for -lkvm anymoreTheo de Raadt
2002-03-24string.hTheo 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