aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd/lockd_lock.c
Commit message (Expand)AuthorAgeFilesLines
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Add missing break in lock_partialfilelock(..) with NFS_RESERREnji Cooper2016-06-131-0/+1
* NULL releasedfl after calling deallocate_file_lock() which frees itDon Lewis2016-05-161-0/+1
* Remove dead return codeKevin Lo2012-09-111-2/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-4/+4
* rpc.lockd(8) WARNS cleanupUlrich Spörlein2010-12-201-1/+2
* - Fix compilaton with DUMP_FILELOCK_VERBOSE.Jun Kuriyama2007-04-121-8/+8
* 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
* Remove extraneous trailing \0 in string literal.Thomas Quinot2006-08-111-2/+1
* Add FBSDID. Add missing prototypes. Remove unused variables. Give variablePhilippe Charnier2005-05-201-8/+8
* After talking to Colin,Michael Reifenberger2004-07-161-61/+64
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* The callrpc call to unmonitor hosts was passing the wrong xdrAlfred Perlstein2004-02-171-2/+2
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedPeter Wemm2003-10-261-12/+16
* Avoid registering for a lock on the server in the event the NFS clientRobert Watson2003-05-141-6/+11
* Remove cast that's not needed.Alfred Perlstein2002-03-221-1/+1
* Bring code to WARNS=3 level. Mostly fix unused variables.Alfred Perlstein2002-03-211-8/+13
* Fix boundry condition in lock management:Alfred Perlstein2002-01-171-2/+13
* prototype functions and fix some line wrappingAlfred Perlstein2001-12-021-6/+16
* This completes the all partial file locking under NFS. The underlyingAlfred Perlstein2001-11-201-114/+399
* Cleanup.Alfred Perlstein2001-11-181-329/+344
* Re-enable statd code.Alfred Perlstein2001-11-181-111/+185
* This adds in the full HW locking capability and should now make my rewriteAlfred Perlstein2001-11-181-318/+775
* Bring in Andrew P. Lentvorski initial work on making lockd work,Alfred Perlstein2001-11-151-0/+1396