summaryrefslogtreecommitdiff
path: root/sys/kern/kern_rwlock.c
AgeCommit message (Expand)Author
2006-11-30s/completly/completely/Michael Knudsen
2006-06-02remove upgrade/downgrade, they are useless.Ted Unangst
2006-05-07add a name to rwlock so that we can tell where procs are getting stuckTed Unangst
2006-04-20much -> mustPedro Martelletto
2006-01-06oring in PCATCH doesn't help if we don't pass the right prio to tsleepTed Unangst
2006-01-06check in of "rwlock.20051230" from art.Ted Unangst
2004-07-21I was wrong. The assymetry created by the proc argument to rw_enter_writeArtur Grabowski
2003-11-18don't leave test code enabled, spotted Dries SchellekensTed Unangst
2003-11-18add lightwight reader/writer locks from art@. we will be using theseTed Unangst