| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | mutex(9): correct man page, mtx_trylock_spin returns int not void | Allan Jude | 2023-02-18 | 1 | -2/+2 |
| * | Update the "first appeared in" version in several manual pages. | Glen Barber | 2017-05-24 | 1 | -2/+2 |
| * | Implement mtx_trylock_spin(9). | Konstantin Belousov | 2016-07-23 | 1 | -11/+35 |
| * | Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9). | Dmitry Chagin | 2014-12-13 | 1 | -7/+13 |
| * | Minor mdoc nits. | Joel Dahl | 2013-08-10 | 1 | -2/+1 |
| * | Give mutex(9) the ability to recurse on a per-instance basis. | Attilio Rao | 2013-08-09 | 1 | -2/+10 |
| * | Constify arguments for locking KPIs where possible. | Pawel Jakub Dawidek | 2011-11-16 | 1 | -5/+5 |
| * | Retire the INTR_FAST flag as it was obsoleted by the introduction of the | John Baldwin | 2011-01-06 | 1 | -3/+1 |
| * | Add some cross references to locking.9 from related pages. | Julian Elischer | 2007-03-30 | 1 | -0/+1 |
| * | Allow threads to atomically release rw and sx locks while waiting for an | John Baldwin | 2007-03-09 | 1 | -1/+13 |
| * | Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init() | John Baldwin | 2007-03-09 | 1 | -3/+3 |
| * | Document MTX_NOPROFILE flag. | Pawel Jakub Dawidek | 2006-12-21 | 1 | -1/+3 |
| * | Replace a reference to no longer existing MUTEX_PROFILING(9) with | Ruslan Ermilov | 2006-11-11 | 1 | -1/+1 |
| * | o Fix MTX_SYSINIT prototype. | Maxim Konovalov | 2006-07-09 | 1 | -1/+1 |
| * | Xref rwlock(9). | Gleb Smirnoff | 2006-02-01 | 1 | -1/+2 |
| * | Various and sundry improvements: | John Baldwin | 2005-09-13 | 1 | -49/+46 |
| * | Don't say that mtx_lock() will "sleep" if another kernel thread is | Ruslan Ermilov | 2005-02-15 | 1 | -2/+2 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 1 | -11/+11 |
| * | "non-spin" is better with a dash, than without. | Giorgos Keramidas | 2005-01-06 | 1 | -1/+1 |
| * | Fix the NAME section making whatis(1) happy in particular. | Ruslan Ermilov | 2004-07-05 | 1 | -1/+1 |
| * | Mechanically kill hard sentence breaks and double whitespaces. | Ruslan Ermilov | 2004-07-03 | 1 | -2/+2 |
| * | Assorted markup, spelling, and grammar fixes. | Ruslan Ermilov | 2004-06-16 | 1 | -2/+2 |
| * | Add a cross-reference to MUTEX_PROFILING(9). | Dag-Erling Smørgrav | 2004-01-25 | 1 | -0/+1 |
| * | Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to the | Joseph Koshy | 2004-01-01 | 1 | -3/+11 |
| * | Use of the MTX_SYSINIT macro requires the inclusion of <sys/kernel.h>. | Joseph Koshy | 2003-12-28 | 1 | -0/+1 |
| * | Typo fix. | Joseph Koshy | 2003-12-11 | 1 | -1/+1 |
| * | Assorted mdoc(7), grammar, spelling, and punctuation fixes. | Ruslan Ermilov | 2003-05-21 | 1 | -6/+17 |
| * | Back out revision 1.34 until we can come up with a more accurate patch. | Chris Costello | 2003-02-17 | 1 | -65/+0 |
| * | Add a section on Giant lock manipulation macros. | Chris Costello | 2003-02-17 | 1 | -0/+65 |
| * | Add some documentation of FreeBSD's special synchronization quirks | Andrew Gallatin | 2002-10-21 | 1 | -0/+20 |
| * | Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago. | John Baldwin | 2002-09-24 | 1 | -36/+7 |
| * | Document MTX_DUPOK | Chad David | 2002-06-06 | 1 | -3/+3 |
| * | mdoc(7) police: lint. | Ruslan Ermilov | 2002-05-29 | 1 | -3/+4 |
| * | Remove a duplicate description of the type parameter for mtx_init. | Chad David | 2002-04-12 | 1 | -4/+0 |
| * | Add text describing the new type parameter, and rename description | Chad David | 2002-04-12 | 1 | -6/+17 |
| * | Document the lock type argument of mtx_init(). | Scott Long | 2002-04-12 | 1 | -1/+5 |
| * | Update the .Fn line for MTX_SYSINIT to include the parameter types. | Chad David | 2002-04-12 | 1 | -1/+1 |
| * | - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the | Andrew R. Reiter | 2002-04-02 | 1 | -1/+13 |
| * | Add mtx_pool(9) to the SEE ALSO section. | Dima Dorfman | 2002-03-28 | 1 | -0/+1 |
| * | ispell sweep of share/man/man9/*. | Mike Pritchard | 2002-01-09 | 1 | -2/+2 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
| * | Common Mike adds see alsos from all of the synchronization | Mike Silbersack | 2001-09-17 | 1 | -0/+3 |
| * | mdoc(7) police: Please don't commit when you are drunk! | Ruslan Ermilov | 2001-09-04 | 1 | -3/+1 |
| * | From Mike Silbersack's message on cvs-commits: | Valentino Vaschetto | 2001-09-02 | 1 | -0/+4 |
| * | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | Ruslan Ermilov | 2001-08-13 | 1 | -2/+2 |
| * | can not -> cannot | Sheldon Hearn | 2001-08-08 | 1 | -1/+1 |
| * | Removed whitespace at end-of-line; no content changes. I simply did | Jens Schweikhardt | 2001-07-14 | 1 | -8/+8 |
| * | s/mtx_try_enter/mtx_trylock/ | Dima Dorfman | 2001-05-06 | 1 | -1/+1 |