summaryrefslogtreecommitdiff
path: root/share/man/man9/rwlock.9
AgeCommit message (Expand)Author
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