| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some cross references to locking.9 from related pages. | julian | 2007-03-30 | 1 | -0/+1 |
* | Allow threads to atomically release rw and sx locks while waiting for an | jhb | 2007-03-09 | 1 | -1/+13 |
* | Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init() | jhb | 2007-03-09 | 1 | -3/+3 |
* | Document MTX_NOPROFILE flag. | pjd | 2006-12-21 | 1 | -1/+3 |
* | Replace a reference to no longer existing MUTEX_PROFILING(9) with | ru | 2006-11-11 | 1 | -1/+1 |
* | o Fix MTX_SYSINIT prototype. | maxim | 2006-07-09 | 1 | -1/+1 |
* | Xref rwlock(9). | glebius | 2006-02-01 | 1 | -1/+2 |
* | Various and sundry improvements: | jhb | 2005-09-13 | 1 | -49/+46 |
* | Don't say that mtx_lock() will "sleep" if another kernel thread is | ru | 2005-02-15 | 1 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -11/+11 |
* | "non-spin" is better with a dash, than without. | keramida | 2005-01-06 | 1 | -1/+1 |
* | Fix the NAME section making whatis(1) happy in particular. | ru | 2004-07-05 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks and double whitespaces. | ru | 2004-07-03 | 1 | -2/+2 |
* | Assorted markup, spelling, and grammar fixes. | ru | 2004-06-16 | 1 | -2/+2 |
* | Add a cross-reference to MUTEX_PROFILING(9). | des | 2004-01-25 | 1 | -0/+1 |
* | Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to the | jkoshy | 2004-01-01 | 1 | -3/+11 |
* | Use of the MTX_SYSINIT macro requires the inclusion of <sys/kernel.h>. | jkoshy | 2003-12-28 | 1 | -0/+1 |
* | Typo fix. | jkoshy | 2003-12-11 | 1 | -1/+1 |
* | Assorted mdoc(7), grammar, spelling, and punctuation fixes. | ru | 2003-05-21 | 1 | -6/+17 |
* | Back out revision 1.34 until we can come up with a more accurate patch. | chris | 2003-02-17 | 1 | -65/+0 |
* | Add a section on Giant lock manipulation macros. | chris | 2003-02-17 | 1 | -0/+65 |
* | Add some documentation of FreeBSD's special synchronization quirks | gallatin | 2002-10-21 | 1 | -0/+20 |
* | Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago. | jhb | 2002-09-24 | 1 | -36/+7 |
* | Document MTX_DUPOK | davidc | 2002-06-06 | 1 | -3/+3 |
* | mdoc(7) police: lint. | ru | 2002-05-29 | 1 | -3/+4 |
* | Remove a duplicate description of the type parameter for mtx_init. | davidc | 2002-04-12 | 1 | -4/+0 |
* | Add text describing the new type parameter, and rename description | davidc | 2002-04-12 | 1 | -6/+17 |
* | Document the lock type argument of mtx_init(). | scottl | 2002-04-12 | 1 | -1/+5 |
* | Update the .Fn line for MTX_SYSINIT to include the parameter types. | davidc | 2002-04-12 | 1 | -1/+1 |
* | - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the | arr | 2002-04-02 | 1 | -1/+13 |
* | Add mtx_pool(9) to the SEE ALSO section. | dd | 2002-03-28 | 1 | -0/+1 |
* | ispell sweep of share/man/man9/*. | mpp | 2002-01-09 | 1 | -2/+2 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
* | Common Mike adds see alsos from all of the synchronization | silby | 2001-09-17 | 1 | -0/+3 |
* | mdoc(7) police: Please don't commit when you are drunk! | ru | 2001-09-04 | 1 | -3/+1 |
* | From Mike Silbersack's message on cvs-commits: | logo | 2001-09-02 | 1 | -0/+4 |
* | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | ru | 2001-08-13 | 1 | -2/+2 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 1 | -8/+8 |
* | s/mtx_try_enter/mtx_trylock/ | dd | 2001-05-06 | 1 | -1/+1 |
* | - Document mtx_initialized(). | jhb | 2001-03-30 | 1 | -7/+18 |
* | Fixed wrong include in synopsis. <sys/param.h> is a prerequisite for | bde | 2001-03-29 | 1 | -5/+5 |
* | - Both <sys/sx.h> and <sys/mutex.h> depend on <sys/types.h> and | jhb | 2001-03-28 | 1 | -0/+2 |
* | mdoc(7) cleanup. | ru | 2001-02-12 | 1 | -26/+34 |
* | Catch up to mutex API changes. | bmilekic | 2001-02-12 | 1 | -145/+214 |
* | mtx_try_enter() returns an int, not void. | jhb | 2001-02-02 | 1 | -1/+1 |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 1 | -39/+1 |
* | mdoc(7) police: add a missing .Os, change the list type to ``tagged''. | ru | 2000-12-14 | 1 | -11/+10 |
* | Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as | jhb | 2000-12-13 | 1 | -0/+15 |