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
/
mutex.9
Age
Commit message (
Expand
)
Author
2019-11-04
xr witness(4); prodded by and ok visa@
anton
2017-10-30
Document {mtx,rw,rrw}_init_flags() and MUTEX_INITIALIZER_FLAGS().
Visa Hankala
2016-06-19
Remove the lockmgr() API. It is only used by filesystems, where it is a
Martin Natano
2014-02-13
lowercase non-capital;
Jason McIntyre
2014-02-13
use the return values section to document return values
David Gwynne
2014-02-13
explicitely document the contexts you can call mutex functions in.
David Gwynne
2014-01-19
msleep.9 is relevant to my interests.
David Gwynne
2013-12-09
.Nm lines for the macros
David Gwynne
2013-12-09
basic documentation for MUTEX_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-08
cpu -> CPU;
Jason McIntyre
2010-08-07
Document the mutex locking assert macros.
Owain Ainsworth
2009-09-08
missing word;
Jason McIntyre
2009-09-08
slight corrections from what dlg just commited
Theo de Raadt
2009-09-08
another missing bit of mtx_enter_try.
David Gwynne
2009-05-11
remove the mtx_enter_try() bits until the code goes back in;
Jason McIntyre
2009-04-25
Enter mtx_enter_try. In part for completeness, things may start
Tobias Weingartner
2007-12-09
update pedro's email address, at his request;
Jason McIntyre
2007-12-09
kill trailing whitespace;
Jason McIntyre
2007-12-09
clarify that mtx_enter will only raise the ipl if necessary (not
Ted Unangst
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-05-13
reference rwlock(9)
Jonathan Gray
2005-02-18
Manual page for the mutex set of functions. Okay jmc@ and art@.
Pedro Martelletto