| Commit message (Expand) | Author | Age | Files | Lines |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 1 | -3/+3 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -7/+8 |
* | No need to include sys/systm.h twice. | cognet | 2010-11-16 | 1 | -1/+0 |
* | rmlock(9) two additions and one change/fix: | mlaier | 2010-09-01 | 1 | -37/+90 |
* | Remove extra spaces (no functional change). | bz | 2009-12-25 | 1 | -6/+6 |
* | Minor comment tweaks in rmlocks. | rwatson | 2009-12-25 | 1 | -5/+5 |
* | Minor style tweak. | rwatson | 2009-05-29 | 1 | -1/+2 |
* | Since sched_pin() and sched_unpin() are already inlined, don't manually | rwatson | 2009-05-29 | 1 | -2/+2 |
* | Make the rmlock(9) interface a bit more like the rwlock(9) interface: | rwatson | 2009-05-29 | 1 | -6/+26 |
* | Add the OpenSolaris dtrace lockstat provider. The lockstat provider | sson | 2009-05-26 | 1 | -0/+16 |
* | Improve approximation of style(9). | rwatson | 2009-04-26 | 1 | -149/+132 |
* | Teach WITNESS about the interlocks used with lockmgr. This removes a bunch | jhb | 2008-09-10 | 1 | -2/+2 |
* | Expand lock class with the "virtual" function lc_assert which will offer | attilio | 2007-11-18 | 1 | -0/+9 |
* | Add rm_wowned(9) function to test whether the current thread owns an | rwatson | 2007-11-10 | 1 | -0/+7 |
* | Initial checkin for rmlock (read mostly lock) a multi reader single writer | ups | 2007-11-08 | 1 | -0/+500 |