summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mutex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the MI implementation of mutexes and remove the __HAVE_MUTEXart2007-05-151-84/+0
* Missing RCS Idmiod2006-06-041-0/+2
* Introducing mutexes - cpu-owned spinning locks with spl semantics.art2004-07-201-0/+82