summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-4/+7
|
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+2
| | | | okay millert@
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+3
| | | | | programs will build even without a make depend first. okay tb@ millert@
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-213-18/+18
| | | | "warning:" rectification.
* Mark functions that do not return as __dead to quiet gcc warnings.krw2017-01-201-3/+3
| | | | ok beck@
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-2/+2
| | | | ok millert krw
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+3
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* tweak previous;jmc2008-06-151-26/+33
|
* initial import of rpc.statd, basically from NetBSDsturm2008-06-156-0/+1330
"just get it in" deraadt