summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd
Commit message (Expand)AuthorAgeFilesLines
* MFC r320093: Check return value of seteuid() and bail out if we fail.delphij2017-07-031-2/+8
* MFC r320183: Reduce code duplication in rpc.lockd.delphij2017-06-221-195/+76
* MFC r319852:delphij2017-06-151-4/+3
* Add missing break in lock_partialfilelock(..) with NFS_RESERRngie2016-06-131-0/+1
* Actually use the loop interation limit so carefully computed on thetruckman2016-05-161-1/+1
* NULL releasedfl after calling deallocate_file_lock() which frees ittruckman2016-05-161-0/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* Fix type mismatches for malloc(3) and Co.uqs2015-12-291-1/+1
* Add META_MODE support.sjg2015-06-131-0/+25
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-3/+2
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-284-157/+52
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| | \
| *-. \ Sync from headsjg2012-11-041-2/+0
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+26
| | |/ / | |/| |
* | | | rpc.locked does not need to link to libutilbapt2015-04-091-1/+1
* | | | When mountd is creating sockets, it iterates over all addresses specifiedrstone2015-01-191-1/+1
* | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| |
* | | multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+1
* | | Make a copy instead using constant string directly when assigning to char *.delphij2014-01-041-7/+3
* | | Use prototype.delphij2014-01-042-145/+48
| |/ |/|
* | 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
OpenPOWER on IntegriCloud