summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
Commit message (Expand)AuthorAgeFilesLines
* MFC r277352:rstone2015-01-281-1/+1
* Remove dead return codekevlo2012-09-111-2/+0
* Fix build:delphij2012-05-231-1/+1
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-302-5/+5
* Fix the nfs related daemons so that they don't intermittentlyrmacklem2011-06-021-28/+221
* rpc.lockd(8) WARNS cleanupuqs2010-12-203-6/+4
* Fix the include path for nfs_lock.h.rmacklem2010-07-241-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+0
* 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-272-11/+14
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-262-17/+257
* 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-022-111/+348
* - Fix compilaton with DUMP_FILELOCK_VERBOSE.kuriyama2007-04-121-8/+8
* Add the "-p" option, which allows to specify a port which the daemonmatteo2007-04-032-8/+92
* Fix a typo in a comment, introduced in rev. 1.19.brueffer2007-01-161-1/+1
* some whitespace cleanup (which I usually don't bother with)mjacob2007-01-041-57/+55
* Add a function that checks for duplicate requests (basedmjacob2007-01-041-2/+43
* Set alarm timer for grace period from the grace_period variable, insteadthomas2006-08-231-1/+1
* o Style previous.maxim2006-08-171-2/+2
* Use setproctitle(3) to provide identification of the client and serverthomas2006-08-161-0/+2
* Remove extraneous trailing \0 in string literal.thomas2006-08-111-2/+1
* Move call to ignore SIGPIPE signals before calling fork(),rodrigc2006-05-271-1/+3
* Ignore SIGPIPE signals on write() failures.rodrigc2006-05-251-0/+1
* When a user is in more than 16 groups the call to authunix_create() willharti2005-11-171-1/+6
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablecharnier2005-05-202-14/+15
* Consumers of nfslockdans() seems to think it should return 0 on success, socognet2005-03-161-1/+1
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
* - Use svc_getrpccaller() rather than svc_getcaller() for usingkuriyama2005-02-031-20/+16
* Sort sections.ru2005-01-181-2/+2
* Userland change corresponding to the change in kernel/userland communicationphk2004-12-061-31/+19
* Include <unistd.h> for {g,s}eteuid().stefanf2004-10-091-0/+1
* After talking to Colin,mr2004-07-163-64/+70
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
* 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
OpenPOWER on IntegriCloud