index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
man
/
man9
/
rwlock.9
Age
Commit message (
Expand
)
Author
2021-01-16
Fix prototype for rw_assert_wrlock() function.
mvs
2019-11-04
xr rwsleep(9); ok millert@ visa@
anton
2019-02-25
create a RETURN VALUES section and put things that return in there.
David Gwynne
2018-06-04
...and correct the count at which warning normally occurs
Philip Guenther
2018-06-04
Xr witness 4
Philip Guenther
2018-06-04
Add RW_DUPOK for suppressing witness checks for specific rw_enter() calls
Philip Guenther
2017-10-30
Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS().
Visa Hankala
2017-08-12
Add rw_assert_anylock(), for assering you have it either read or write locked
Philip Guenther
2016-06-19
Remove the lockmgr() API. It is only used by filesystems, where it is a
Martin Natano
2014-07-09
sort out the MLINKS mess, and tweak previous a bit;
Jason McIntyre
2014-07-09
Fixed rw_status() description, moving it to where it belongs.
Philip Guenther
2014-07-09
crude rrwlock to appease guenther and beck
Ted Unangst
2014-02-14
remove the caveat apologising that you cant use rwlocks in interrupt
David Gwynne
2014-02-14
CONTEXT
David Gwynne
2013-12-09
document RWLOCK_INITIALIZER
David Gwynne
2013-07-17
use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2013-06-04
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Ingo Schwarze
2010-08-01
document the rw_assert_ functions
Bret Lambert
2007-12-09
update pedro's email address, at his request;
Jason McIntyre
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-14
Add notes about sleeping with held locks and interrupt handler usage.
Jonathan Gray
2007-04-10
Document RW_DOWNGRADE.
Artur Grabowski
2007-01-11
Document rw_enter and rw_exit.
Artur Grabowski
2006-08-16
document the name argument to rw_init.
David Gwynne
2006-05-07
name arg for rw_init
Ted Unangst
2006-04-20
Document the rwlock() API, okay deraadt@
Pedro Martelletto