aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sx.c
Commit message (Expand)AuthorAgeFilesLines
* - Move state about lock objects out of struct lock_object and into a newJohn Baldwin2001-05-041-27/+3
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-281-10/+63
* In order to avoid recursing on the backing mutex for sx locks in theJohn Baldwin2001-03-061-2/+2
* - Add sx_descr description member to sx lock structureBosko Milekic2001-03-061-6/+26
* Implement shared/exclusive locks.Jason Evans2001-03-051-0/+160