aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd
Commit message (Expand)AuthorAgeFilesLines
* Use .ALLSRC instead of RPCSRCEnji Cooper2017-03-011-2/+2
* Add missing break in lock_partialfilelock(..) with NFS_RESERREnji Cooper2016-06-131-0/+1
* Actually use the loop interation limit so carefully computed on theDon Lewis2016-05-161-1/+1
* NULL releasedfl after calling deallocate_file_lock() which frees itDon Lewis2016-05-161-0/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+25
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-3/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-284-157/+52
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-041-2/+0
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+26
* | | | rpc.locked does not need to link to libutilBaptiste Daroussin2015-04-091-1/+1
* | | | When mountd is creating sockets, it iterates over all addresses specifiedRyan Stone2015-01-191-1/+1
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
* | | Make a copy instead using constant string directly when assigning to char *.Xin LI2014-01-041-7/+3
* | | Use prototype.Xin LI2014-01-042-145/+48
| |/ |/|
* | Remove dead return codeKevin Lo2012-09-111-2/+0
|/
* Fix build:Xin LI2012-05-231-1/+1
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-5/+5
* Fix the nfs related daemons so that they don't intermittentlyRick Macklem2011-06-021-28/+221
* rpc.lockd(8) WARNS cleanupUlrich Spörlein2010-12-203-6/+4
* Fix the include path for nfs_lock.h.Rick Macklem2010-07-241-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-1/+0
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-45/+62
* Add a missing call to init_nsm().Doug Rabson2008-06-021-0/+1
* If we can't find or load the kernel NLM support, don't just go ahead andDoug Rabson2008-04-101-1/+2
* Call listen(2) on bound tcp sockets before passing them to svc_tli_create.Doug Rabson2008-04-061-0/+3
* Remove the '-k' option.Doug Rabson2008-03-271-1/+1
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-272-11/+14
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-262-17/+257
* Check the correct variables for malloc failures.Matteo Riondato2007-11-071-1/+1
* Add the -h <bindip> option to rpc.lockd, similar to the one inMatteo Riondato2007-11-022-111/+348
* - Fix compilaton with DUMP_FILELOCK_VERBOSE.Jun Kuriyama2007-04-121-8/+8
* Add the "-p" option, which allows to specify a port which the daemonMatteo Riondato2007-04-032-8/+92
* Fix a typo in a comment, introduced in rev. 1.19.Christian Brueffer2007-01-161-1/+1
* some whitespace cleanup (which I usually don't bother with)Matt Jacob2007-01-041-57/+55
* Add a function that checks for duplicate requests (basedMatt Jacob2007-01-041-2/+43
* Set alarm timer for grace period from the grace_period variable, insteadThomas Quinot2006-08-231-1/+1
* o Style previous.Maxim Konovalov2006-08-171-2/+2
* Use setproctitle(3) to provide identification of the client and serverThomas Quinot2006-08-161-0/+2
* Remove extraneous trailing \0 in string literal.Thomas Quinot2006-08-111-2/+1
* Move call to ignore SIGPIPE signals before calling fork(),Craig Rodrigues2006-05-271-1/+3