aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/lockf.h
Commit message (Expand)AuthorAgeFilesLines
* The advisory lock may be activated or activated and removed during theKonstantin Belousov2009-05-241-0/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+5
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-0/+6
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-18/+70
* Correct typo in commentChristian S.J. Peron2007-05-171-1/+1
* - Fix leak of struct nlminfo on process exit.Gleb Smirnoff2005-10-261-4/+0
* - Make lf_print static and move its prototype into kern_lockf.cJeff Roberson2005-01-251-5/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Remove __PAlfred Perlstein2002-03-191-3/+3
* Wrap around MALLOC_DECLARE() invocation with #ifdef.Boris Popov2001-05-031-0/+2
* Implement client side NFS locks.Alfred Perlstein2001-04-171-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Forward declare a struct and #include <sys/queue.h> so that this fileBruce Evans1998-02-031-1/+5
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-8/+12
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed bogus _BEGIN_DECLS/_END_DECLS.Bruce Evans1996-05-011-7/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-11/+1
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-081-0/+81