summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
Commit message (Expand)AuthorAgeFilesLines
* Make rpc.lockd bind to a reserved port, since there are NFS clientsroam2004-03-041-0/+18
* The callrpc call to unmonitor hosts was passing the wrong xdralfred2004-02-171-2/+2
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedpeter2003-10-265-29/+44
* When getting back an NLM DENIED response for a requested lock from therwatson2003-05-151-2/+2
* Avoid registering for a lock on the server in the event the NFS clientrwatson2003-05-141-6/+11
* When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messagesrwatson2003-05-141-2/+7
* init_nsm() is executed after a call to daemon(*, 0), so error andghelmer2003-04-241-2/+4
* style.Makefile(5)obrien2003-04-041-2/+0
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-1/+6
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-151-7/+7
* Add IPv6 support.alfred2002-07-151-5/+15
* The .Nm utilitycharnier2002-07-141-2/+2
* When binding to transports if getnetconfigent() fails then actuallyalfred2002-04-111-1/+2
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.alfred2002-03-221-2/+4
* Const fix.alfred2002-03-221-1/+1
* Remove cast that's not needed.alfred2002-03-221-1/+1
* WARNS from 3 to 4. still some warnings about assigning const char * toalfred2002-03-221-1/+1
* constify log_from_addr() parameter.alfred2002-03-221-2/+2
* Bring code to WARNS=3 level. Mostly fix unused variables.alfred2002-03-213-17/+22
* Remove main() prototype.alfred2002-03-211-1/+0
* Remove __P.alfred2002-03-213-15/+15
* Fix boundry condition in lock management:alfred2002-01-171-2/+13
* prototype functions and fix some line wrappingalfred2001-12-021-6/+16
* Fold ANDREW_LOCKD into -current.alfred2001-11-293-566/+1965
* Turn on NO_WERROR and set WARNS to 1.alfred2001-11-135-20/+27
* fix parameters to lock_answer().alfred2001-11-121-1/+1
* Fixup for WARNS.alfred2001-11-121-6/+9
* Drop privs while servicing kernel lock requests.alfred2001-11-111-7/+17
* leverage fixed fifo implementation (rev 1.56 ofalfred2001-11-081-8/+3
* use syslog rather than printf so we can see what's going on in debug modealfred2001-11-081-4/+4
* style fixes, fix line wrap and function declarationalfred2001-11-081-6/+5
* Implement partial-file NFS lock testing.alfred2001-10-143-13/+139
* Userland part of nfs client/server split and cleanup.peter2001-09-181-5/+5
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+2
* Distinguish between rpc version numbers in the client cache to avoidalfred2001-04-281-1/+6
* handles.c belonged to the old stub lockd, nuke it.alfred2001-04-281-61/+0
* procs.c belonged to the old stub lockd, nuke it.alfred2001-04-281-592/+0
* mdoc(7) police: Removed forgotten .Pp.ru2001-04-271-1/+0
* Fix compiling without -O, some dead code was using non-existant functions,alfred2001-04-252-6/+10
* Remove section from bugs that says we don't support client locks.alfred2001-04-191-11/+0
* remove debug code left in by accidentalfred2001-04-181-7/+0
* Implement client side NFS locks.alfred2001-04-176-9/+672
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-198-160/+2390
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Use Fx macro wherever possible.ru2000-11-141-2/+2
* Don't call syslog() without a format string.kris2000-07-121-1/+1
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
OpenPOWER on IntegriCloud