summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd/lockd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277352:rstone2015-01-281-1/+1
* Fix the nfs related daemons so that they don't intermittentlyrmacklem2011-06-021-28/+221
* rpc.lockd(8) WARNS cleanupuqs2010-12-201-4/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-45/+62
* Add a missing call to init_nsm().dfr2008-06-021-0/+1
* If we can't find or load the kernel NLM support, don't just go ahead anddfr2008-04-101-1/+2
* Call listen(2) on bound tcp sockets before passing them to svc_tli_create.dfr2008-04-061-0/+3
* Remove the '-k' option.dfr2008-03-271-1/+1
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-5/+14
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-17/+251
* Check the correct variables for malloc failures.matteo2007-11-071-1/+1
* Add the -h <bindip> option to rpc.lockd, similar to the one inmatteo2007-11-021-110/+329
* Add the "-p" option, which allows to specify a port which the daemonmatteo2007-04-031-7/+84
* Set alarm timer for grace period from the grace_period variable, insteadthomas2006-08-231-1/+1
* After talking to Colin,mr2004-07-161-1/+1
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedpeter2003-10-261-1/+1
* init_nsm() is executed after a call to daemon(*, 0), so error andghelmer2003-04-241-2/+4
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-1/+6
* 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
* Remove main() prototype.alfred2002-03-211-1/+0
* Remove __P.alfred2002-03-211-8/+8
* Fold ANDREW_LOCKD into -current.alfred2001-11-291-9/+1
* Turn on NO_WERROR and set WARNS to 1.alfred2001-11-131-10/+6
* Implement client side NFS locks.alfred2001-04-171-0/+55
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-56/+175
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use err(3). Add usage() and #includes.charnier1997-10-131-33/+27
* Fixed type mismatch caused by bogus prototypes. rpcgen for some reasonbde1997-04-151-2/+2
* Tweaks for the stub lockd.peter1996-04-011-218/+6
* Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-171-0/+325
OpenPOWER on IntegriCloud