aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed `make -jN' for large N, as usual.Bruce Evans1998-03-061-2/+2
| | | | Notes: svn path=/head/; revision=34130
* Use err(3). Add usage() and #includes.Philippe Charnier1997-10-135-52/+58
| | | | 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
* Fixed type mismatch caused by bogus prototypes. rpcgen for some reasonBruce Evans1997-04-151-2/+2
| | | | | | | doesn't generate any prototypes for the functions to be registered. Notes: svn path=/head/; revision=24967
* Typo police.Mike Pritchard1997-03-161-2/+2
| | | | | | | 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
* 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
* rpc.rstatd -> rpc.lockd typoPeter Wemm1996-08-161-1/+1
| | | | | | | Noticed by: tholo@sigmasoft.com (Thorsten Lockert) Notes: svn path=/head/; revision=17627
* Correct the rpc.lockd and rpc.statd man pages to not referenceMike Pritchard1996-04-071-3/+3
| | | | | | | | | 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
* Tweaks for the stub lockd.Peter Wemm1996-04-016-242/+46
| | | | | | | | | | - Use rpcgen to generate the unmodified boilerplate code rather than having it in the repository. - Eliminate the conflicting function names by changing them to their "natural" rpcgen generated names Notes: svn path=/head/; revision=14981
* Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'sPeter Wemm1996-02-177-0/+1481
stub lockd. This implements just the protocol, but does not interact with the kernel. It says "Yes!" to all requests. This is useful if you have people using tools that do locking for no reason (eg: some PC NFS systems running some Microsoft products) and will happily report they couldn't lock the file and merrily proceed anyway. Running this will not change the reliability of sharing files, it'll just keep it out of everybody's face. Notes: svn path=/cvs2svn/branches/A_GORDON/; revision=14123