summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* additional DIAGNOSTIC, checking for proc in lockmgr when requiredmarius2004-11-011-1/+5
| | | | ok pedro@ tedu@
* debranch SMP, have funniklas2004-06-131-157/+890
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Detect the case where we LK_RELEASE a lock when noone is holding it.art2002-07-121-2/+3
|
* Add a DIAGNOSTIC check for when both LK_CANRECURSE andart2002-03-171-1/+8
| | | | LK_RECURSEFAIL are set.
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* Add declaration of "state" to _simple_lock_assert(). Since it ismillert2001-12-041-1/+2
| | | | | an int this can safely be omitted but it is bad style to do so. Closes PR 2223.
* new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail.art2001-11-071-2/+7
|
* rename SIMPLELOCK_DEBUG to LOCKDEBUGart1999-07-091-21/+52
| | | | | clean up the debug functions add simple_lock_assert
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-2/+2
|
* simple debugging for simple locksart1998-12-281-57/+11
|
* put text after endif into commentsart1998-11-101-2/+2
|
* $OpenBSD$niklas1997-11-071-0/+2
|
* Fixes so that it compiles with #ifdef DEBUGcsapuntz1997-11-061-2/+13
|
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-0/+537
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-537/+0
|
* VFS Lite2 Changescsapuntz1997-10-061-0/+537