summaryrefslogtreecommitdiff
path: root/share/man/man9/mutex.9
AgeCommit message (Expand)Author
2019-11-04xr witness(4); prodded by and ok visa@anton
2017-10-30Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS().Visa Hankala
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2014-02-13lowercase non-capital;Jason McIntyre
2014-02-13use the return values section to document return valuesDavid Gwynne
2014-02-13explicitely document the contexts you can call mutex functions in.David Gwynne
2014-01-19msleep.9 is relevant to my interests.David Gwynne
2013-12-09.Nm lines for the macrosDavid Gwynne
2013-12-09basic documentation for MUTEX_INITIALIZER.David Gwynne
2013-07-17use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-04Replace old-fashioned .Fd by new-fangled .In for #include lines.Ingo Schwarze
2010-08-08cpu -> CPU;Jason McIntyre
2010-08-07Document the mutex locking assert macros.Owain Ainsworth
2009-09-08missing word;Jason McIntyre
2009-09-08slight corrections from what dlg just commitedTheo de Raadt
2009-09-08another missing bit of mtx_enter_try.David Gwynne
2009-05-11remove the mtx_enter_try() bits until the code goes back in;Jason McIntyre
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-12-09kill trailing whitespace;Jason McIntyre
2007-12-09clarify that mtx_enter will only raise the ipl if necessary (notTed Unangst
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-14Add notes about sleeping with held locks and interrupt handler usage.Jonathan Gray
2007-05-13reference rwlock(9)Jonathan Gray
2005-02-18Manual page for the mutex set of functions. Okay jmc@ and art@.Pedro Martelletto