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
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