summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-294-4/+4
| | | | Notes: svn path=/stable/3/; revision=50581
* Removed bogus dependencies of generated .c files on generated headers.Bruce Evans1998-05-101-2/+2
| | | | Notes: svn path=/head/; revision=35910
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesBruce Evans1998-03-061-3/+2
| | | | | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies. Notes: svn path=/head/; revision=34082
* Use err(3). Add usage() and #includes.Philippe Charnier1997-10-135-52/+49
| | | | Notes: svn path=/head/; revision=30376
* Typo fix: ${.DESTDIR} -> ${DESTDIR}.Satoshi Asami1997-05-231-2/+2
| | | | | | | Reviewed by: bde Notes: svn path=/head/; revision=26053
* Typo police.Mike Pritchard1997-03-161-4/+4
| | | | | | | Partially obtained from: NetBSD PR# 3333 Notes: svn path=/head/; revision=23929
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
| | | | | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Notes: svn path=/head/; revision=21786
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Add sm_inter.h to DPSRCS so that make depend is not required to buildNate Williams1996-07-091-1/+2
| | | | | | | this. Notes: svn path=/head/; revision=17050
* Correct the rpc.lockd and rpc.statd man pages to not referenceMike Pritchard1996-04-071-1/+1
| | | | | | | | | their path names in the synopsis line (especially since they referenced the wrong path!). Corrected some other minor problems with the rpc.lockd man page. Notes: svn path=/head/; revision=15096
* Some minor tweaks for statdPeter Wemm1996-04-014-101/+25
| | | | | | | | | - use rpcgen to generate unmodified code instead of havinf it in the repository - use "natural" function names to avoid conflicts with prototypes etc. Notes: svn path=/head/; revision=14982
* Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'sPeter Wemm1996-02-177-0/+1321
rpc.statd. This is apparently fully functional and complete. Notes: svn path=/cvs2svn/branches/A_GORDON/; revision=14125