aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/mutex.9
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Update the "first appeared in" version in several manual pages.Glen Barber2017-05-241-2/+2
* Implement mtx_trylock_spin(9).Konstantin Belousov2016-07-231-11/+35
* Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).Dmitry Chagin2014-12-131-7/+13
* Minor mdoc nits.Joel Dahl2013-08-101-2/+1
* Give mutex(9) the ability to recurse on a per-instance basis.Attilio Rao2013-08-091-2/+10
* Constify arguments for locking KPIs where possible.Pawel Jakub Dawidek2011-11-161-5/+5
* Retire the INTR_FAST flag as it was obsoleted by the introduction of theJohn Baldwin2011-01-061-3/+1
* Add some cross references to locking.9 from related pages.Julian Elischer2007-03-301-0/+1
* Allow threads to atomically release rw and sx locks while waiting for anJohn Baldwin2007-03-091-1/+13
* Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init()John Baldwin2007-03-091-3/+3
* Document MTX_NOPROFILE flag.Pawel Jakub Dawidek2006-12-211-1/+3
* Replace a reference to no longer existing MUTEX_PROFILING(9) withRuslan Ermilov2006-11-111-1/+1
* o Fix MTX_SYSINIT prototype.Maxim Konovalov2006-07-091-1/+1
* Xref rwlock(9).Gleb Smirnoff2006-02-011-1/+2
* Various and sundry improvements:John Baldwin2005-09-131-49/+46
* Don't say that mtx_lock() will "sleep" if another kernel thread isRuslan Ermilov2005-02-151-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-11/+11
* "non-spin" is better with a dash, than without.Giorgos Keramidas2005-01-061-1/+1
* Fix the NAME section making whatis(1) happy in particular.Ruslan Ermilov2004-07-051-1/+1
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-2/+2
* Assorted markup, spelling, and grammar fixes.Ruslan Ermilov2004-06-161-2/+2
* Add a cross-reference to MUTEX_PROFILING(9).Dag-Erling Smørgrav2004-01-251-0/+1
* Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to theJoseph Koshy2004-01-011-3/+11
* Use of the MTX_SYSINIT macro requires the inclusion of <sys/kernel.h>.Joseph Koshy2003-12-281-0/+1
* Typo fix.Joseph Koshy2003-12-111-1/+1
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.Ruslan Ermilov2003-05-211-6/+17
* Back out revision 1.34 until we can come up with a more accurate patch.Chris Costello2003-02-171-65/+0
* Add a section on Giant lock manipulation macros.Chris Costello2003-02-171-0/+65
* Add some documentation of FreeBSD's special synchronization quirksAndrew Gallatin2002-10-211-0/+20
* Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago.John Baldwin2002-09-241-36/+7
* Document MTX_DUPOKChad David2002-06-061-3/+3
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-3/+4
* Remove a duplicate description of the type parameter for mtx_init.Chad David2002-04-121-4/+0
* Add text describing the new type parameter, and rename descriptionChad David2002-04-121-6/+17
* Document the lock type argument of mtx_init().Scott Long2002-04-121-1/+5
* Update the .Fn line for MTX_SYSINIT to include the parameter types.Chad David2002-04-121-1/+1
* - Add notes about SX_SYSINIT and MTX_SYSINIT in order to document theAndrew R. Reiter2002-04-021-1/+13
* Add mtx_pool(9) to the SEE ALSO section.Dima Dorfman2002-03-281-0/+1
* ispell sweep of share/man/man9/*.Mike Pritchard2002-01-091-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Common Mike adds see alsos from all of the synchronizationMike Silbersack2001-09-171-0/+3
* mdoc(7) police: Please don't commit when you are drunk!Ruslan Ermilov2001-09-041-3/+1
* From Mike Silbersack's message on cvs-commits:Valentino Vaschetto2001-09-021-0/+4
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.Ruslan Ermilov2001-08-131-2/+2
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-8/+8
* s/mtx_try_enter/mtx_trylock/Dima Dorfman2001-05-061-1/+1
* - Document mtx_initialized().John Baldwin2001-03-301-7/+18