Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly sort Xr to silence mandoc warnings. | dchagin | 2014-12-15 | 1 | -1/+1 |
* | Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9). | dchagin | 2014-12-13 | 1 | -1/+10 |
* | Several improvements to rmlock(9). Many of these are based on patches | jhb | 2013-06-25 | 1 | -6/+61 |
* | Several updates: | jhb | 2012-06-08 | 1 | -59/+62 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -5/+5 |
* | Constify arguments for locking KPIs where possible. | pjd | 2011-11-16 | 1 | -3/+3 |
* | rmlock(9) two additions and one change/fix: | mlaier | 2010-09-01 | 1 | -2/+28 |
* | Make the rmlock(9) interface a bit more like the rwlock(9) interface: | rwatson | 2009-05-29 | 1 | -6/+24 |
* | More cleanup. | brueffer | 2007-11-11 | 1 | -12/+14 |
* | Add rm_wowned(9) function to test whether the current thread owns an | rwatson | 2007-11-10 | 1 | -2/+8 |
* | Clean up the rmlock(9) manual page: | hmp | 2007-11-10 | 1 | -24/+43 |
* | Initial checkin for rmlock (read mostly lock) a multi reader single writer | ups | 2007-11-08 | 1 | -0/+185 |