summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* - Add a rw_wowner() macro that just returns the owner of a write lock andjhb2006-04-171-26/+38
* Fix another compile problem. If I find any more, this file is going in thescottl2006-02-011-1/+1
* Regroup order of operations to better reflect what was probably intended.scottl2006-01-301-3/+3
* Take a stab at making this compile when WITNESS is not defined. gcc can'tscottl2006-01-291-4/+4
* Unbreak on archs where %d doesn't print uintptr_t arithmetic.mlaier2006-01-291-1/+2
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-271-0/+587
OpenPOWER on IntegriCloud