index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_lock.c
Age
Commit message (
Expand
)
Author
2007-11-26
Remove some dead code that is confusing my greps.
Artur Grabowski
2007-05-31
remove p_lock from struct proc; unused debug goo for lockmgr,
Thordur I. Bjornsson
2007-05-11
Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@
Pedro Martelletto
2007-05-08
lockmgr_printinfo() is only called from #ifdef DIAGNOSTIC positions, so #ifde...
Theo de Raadt
2007-04-12
Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK
Thordur I. Bjornsson
2007-04-11
lockmgr keeps losing code, call 911!
Miod Vallat
2007-03-15
Since p_flag is often manipulated in interrupts and without biglock
Artur Grabowski
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2007-02-03
Remove unused functionality from lockmgr():
Miod Vallat
2006-01-03
remove duplicate comment;
Jason McIntyre
2005-11-28
ansi/deregister.
Jonathan Gray
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2005-05-29
sched work by niklas and art backed out; causes panics
Theo de Raadt
2005-05-25
This patch is mortly art's work and was done *a year* ago. Art wants to thank
Niklas Hallqvist
2004-11-01
additional DIAGNOSTIC, checking for proc in lockmgr when required
marius eriksen
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-12
Detect the case where we LK_RELEASE a lock when noone is holding it.
Artur Grabowski
2002-03-17
Add a DIAGNOSTIC check for when both LK_CANRECURSE and
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-04
Add declaration of "state" to _simple_lock_assert(). Since it is
Todd C. Miller
2001-11-07
new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail.
Artur Grabowski
1999-07-09
rename SIMPLELOCK_DEBUG to LOCKDEBUG
Artur Grabowski
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-12-28
simple debugging for simple locks
Artur Grabowski
1998-11-10
put text after endif into comments
Artur Grabowski
1997-11-07
$OpenBSD$
Niklas Hallqvist
1997-11-06
Fixes so that it compiles with #ifdef DEBUG
Constantine Sapuntzakis
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis