index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-17
/
+47
*
Move MAXCPU from machine/smp.h to machine/param.h to fix breakage
ps
2000-09-23
1
-2
/
+2
*
Make LINT compile.
phk
2000-09-16
1
-2
/
+0
*
Eliminate the undocumented, experimental, non-delivering and highly
phk
2000-03-16
1
-16
/
+0
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-4
/
+8
*
Correct a locking error in apause: It should always hold
alc
1999-11-11
1
-14
/
+16
*
Fix process p_locks accounting. Conversions of the owner to LK_KERNPROC
dillon
1999-09-27
1
-2
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
When requesting an exclusive lock with LK_NOWAIT, do not panic
mckusick
1999-06-28
1
-5
/
+7
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+18
*
fix breakage for alphas.
julian
1999-03-15
1
-2
/
+2
*
This solves a deadlock that can occur when read()ing into a file-mmap()
julian
1999-03-12
1
-3
/
+24
*
Add 'options DEBUG_LOCKS', which stores extra information in struct
eivind
1999-01-20
1
-1
/
+25
*
KNFize, by bde.
eivind
1999-01-10
1
-1
/
+2
*
Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as
eivind
1999-01-08
1
-9
/
+2
*
Staticize.
eivind
1998-11-26
1
-2
/
+2
*
Really finish supporting compiling with `gcc -ansi'.
bde
1998-04-17
1
-2
/
+2
*
Some kern_lock code improvements. Add missing wakeup, and enable
dyson
1998-03-07
1
-10
/
+43
*
Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; give
eivind
1998-02-11
1
-2
/
+6
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-3
/
+1
*
Removed unused #includes.
bde
1997-10-28
1
-5
/
+1
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-77
/
+85
*
typo in comment.
phk
1997-08-22
1
-2
/
+2
*
Allow lockmgr to work without a current process. Disallowing that
dyson
1997-08-19
1
-3
/
+4
*
Added includes of smp.h for SMP.
fsmp
1997-08-18
1
-1
/
+5
*
Fix kern_lock so that it will work. Additionally, clean-up some of the
dyson
1997-08-18
1
-132
/
+144
*
pushed down "volatility" of simplelock to actual int inside the struct.
fsmp
1997-08-04
1
-5
/
+5
*
Fixed commented-out Lite2 sysctl debug.lockpausetime.
bde
1997-04-01
1
-5
/
+6
*
Add missing $Id$
peter
1997-03-25
1
-0
/
+1
*
Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43;
peter
1997-03-25
1
-3
/
+2
*
Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30
peter
1997-03-25
1
-0
/
+1
*
Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15
peter
1997-03-25
1
-8
/
+14
*
Import 4.4BSD-Lite2 onto CSRG branch
peter
1997-03-25
1
-0
/
+531