summaryrefslogtreecommitdiff
path: root/share/man/man9/rwlock.9
AgeCommit message (Expand)Author
2021-01-16Fix prototype for rw_assert_wrlock() function.mvs
2019-11-04xr rwsleep(9); ok millert@ visa@anton
2019-02-25create a RETURN VALUES section and put things that return in there.David Gwynne
2018-06-04...and correct the count at which warning normally occursPhilip Guenther
2018-06-04Xr witness 4Philip Guenther
2018-06-04Add RW_DUPOK for suppressing witness checks for specific rw_enter() callsPhilip Guenther
2017-10-30Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS().Visa Hankala
2017-08-12Add rw_assert_anylock(), for assering you have it either read or write lockedPhilip Guenther
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2014-07-09sort out the MLINKS mess, and tweak previous a bit;Jason McIntyre
2014-07-09Fixed rw_status() description, moving it to where it belongs.Philip Guenther
2014-07-09crude rrwlock to appease guenther and beckTed Unangst
2014-02-14remove the caveat apologising that you cant use rwlocks in interruptDavid Gwynne
2014-02-14CONTEXTDavid Gwynne
2013-12-09document RWLOCK_INITIALIZERDavid 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-01document the rw_assert_ functionsBret Lambert
2007-12-09update pedro's email address, at his request;Jason McIntyre
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-04-10Document RW_DOWNGRADE.Artur Grabowski
2007-01-11Document rw_enter and rw_exit.Artur Grabowski
2006-08-16document the name argument to rw_init.David Gwynne
2006-05-07name arg for rw_initTed Unangst
2006-04-20Document the rwlock() API, okay deraadt@Pedro Martelletto