Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fix for obscenely large wait times on uncontested locks | kmacy | 2006-12-04 | 1 | -4/+4 |
* | track lock class name in a way that doesn't break WITNESS | kmacy | 2006-11-13 | 1 | -3/+4 |
* | Unbreak witness | kmacy | 2006-11-12 | 1 | -1/+1 |
* | show lock class in profiling output for default case where type is not specif... | kmacy | 2006-11-12 | 1 | -19/+22 |
* | tinderbox fix | kmacy | 2006-11-11 | 1 | -1/+1 |
* | remove lingering call to rd(tick) | kmacy | 2006-11-11 | 1 | -1/+1 |
* | missed nits replacing mutex with lock | kmacy | 2006-11-11 | 1 | -4/+4 |
* | MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profile | kmacy | 2006-11-11 | 1 | -0/+291 |
* | Add a basic reader/writer lock implementation to the kernel. This | jhb | 2006-01-27 | 1 | -0/+1 |
* | Always include the lock_classes[] array in the kernel. The | jhb | 2006-01-18 | 1 | -2/+0 |
* | Bah. Fix 'show lock' to actually be compiled in. I had just fixed this in | jhb | 2006-01-17 | 1 | -0/+3 |
* | Add a new file (kern/subr_lock.c) for holding code related to struct | jhb | 2006-01-17 | 1 | -0/+113 |