summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* - Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex sojhb2000-10-271-56/+38
* Quite some warnings.jhb2000-10-251-3/+3
* Propogate the 'const'ness of mutex descriptions to the witness code tojhb2000-10-201-3/+3
* Actually enable the witness code if the WITNESS kernel option is enabled.jhb2000-10-201-5/+1
* Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variablejhb2000-10-201-1/+1
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-10/+595
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-60/+61
* Style cleanups. No functional changes.jasone2000-09-091-8/+6
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-3/+3
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-081-4/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+799
OpenPOWER on IntegriCloud