summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_lock.c
Commit message (Expand)AuthorAgeFilesLines
* general LOCK_PROFILING cleanupkmacy2007-02-261-55/+6
* Bug fix for obscenely large wait times on uncontested lockskmacy2006-12-041-4/+4
* track lock class name in a way that doesn't break WITNESSkmacy2006-11-131-3/+4
* Unbreak witnesskmacy2006-11-121-1/+1
* show lock class in profiling output for default case where type is not specif...kmacy2006-11-121-19/+22
* tinderbox fixkmacy2006-11-111-1/+1
* remove lingering call to rd(tick)kmacy2006-11-111-1/+1
* missed nits replacing mutex with lockkmacy2006-11-111-4/+4
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-111-0/+291
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-271-0/+1
* Always include the lock_classes[] array in the kernel. Thejhb2006-01-181-2/+0
* Bah. Fix 'show lock' to actually be compiled in. I had just fixed this injhb2006-01-171-0/+3
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-171-0/+113
OpenPOWER on IntegriCloud