Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it is | jhb | 2006-07-27 | 1 | -0/+4 |
* | Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes a | jhb | 2006-04-19 | 1 | -2/+133 |
* | 'owner' is not used without SMP. Fix kernel build for such kernel | wkoszek | 2006-04-18 | 1 | -0/+4 |
* | Adaptively spin before blocking on the turnstile if an rwlock is write | jhb | 2006-04-18 | 1 | -7/+88 |
* | - Add a rw_wowner() macro that just returns the owner of a write lock and | jhb | 2006-04-17 | 1 | -26/+38 |
* | Fix another compile problem. If I find any more, this file is going in the | scottl | 2006-02-01 | 1 | -1/+1 |
* | Regroup order of operations to better reflect what was probably intended. | scottl | 2006-01-30 | 1 | -3/+3 |
* | Take a stab at making this compile when WITNESS is not defined. gcc can't | scottl | 2006-01-29 | 1 | -4/+4 |
* | Unbreak on archs where %d doesn't print uintptr_t arithmetic. | mlaier | 2006-01-29 | 1 | -1/+2 |
* | Add a basic reader/writer lock implementation to the kernel. This | jhb | 2006-01-27 | 1 | -0/+587 |