aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd
Commit message (Expand)AuthorAgeFilesLines
* Add and document options to allow rpc.lockd and rpc.statd to run in theRavi Pokala2019-11-222-4/+20
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-184-4/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Reduce code duplication in rpc.lockd.Xin LI2017-06-211-195/+76
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-2/+2
* Check return value of seteuid() and bail out if we fail.Xin LI2017-06-191-2/+8
* Fix buffer lengths.Xin LI2017-06-121-4/+3
* 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