summaryrefslogtreecommitdiff
path: root/sys/kern/kern_lockf.c
Commit message (Expand)AuthorAgeFilesLines
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+4
* Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug.Bruce Evans1997-04-011-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.Bruce Evans1997-02-181-2/+7
* Restored some lost function return types.Bruce Evans1997-02-121-0/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-69/+54
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Delete bogus inconsistency check that could cause a gratuitous panic. IDavid Greenman1996-12-291-8/+1
* Fixed arg checking in if_advlock(). Invalid args were accepted in anBruce Evans1996-12-191-11/+14
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-9/+19
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Changed some variable names in lf_addblock to make the code bothDavid Greenman1994-10-251-9/+9
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-7/+8
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-081-0/+797