Commit Graph

14 Commits

Author SHA1 Message Date
wiz 05859157e6 Remove boilerplate in CODE REFERENCES on file paths.
Describe in intro(9) how to read paths in the CODE REFERENCES section.
2010-12-02 12:54:13 +00:00
skrll cfee00cbb7 Spellos 2008-08-06 07:08:31 +00:00
ad b7a93f5dfd Note that DIAGNOSTIC/LOCKDEBUG applies. 2008-06-04 11:24:36 +00:00
martin 11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
wiz 491885cb8a Document that cv_timedwait with a ticks argument of zero behaves like
cv_wait.
2008-01-26 14:16:27 +00:00
ad 4d04f2f136 - Note that cv_has_waiters() can only be used to assert that there are
waiters sleeping non-interruptably (i.e., in cv_wait()). Prompted by
  a discussion with pooka@.
- Minor cosmetic changes.
2007-03-29 17:40:36 +00:00
ad 20fd6754cf Sync with latest changes. 2007-02-05 15:04:21 +00:00
ad 26d6ccf325 Document cv_has_waiters(). 2007-02-03 16:49:11 +00:00
ad 00b8f6d201 - Require that cv_signal/cv_broadcast be called with the interlock held.
- Provide 'async' versions that don't need the interlock.
2007-02-03 16:39:53 +00:00
wiz a88d4440e3 Sort SEE ALSO. Fix typo. 2007-02-02 07:36:09 +00:00
ad c1a5096807 Add manpage for memory barrier ops. Not enabled in the Makefile yet. 2007-02-02 03:40:07 +00:00
wiz 1f1eabcdb7 Use more markup. Use HTML escapes. Use .Rs/.Re for book citation. 2006-12-04 13:16:59 +00:00
ad 316b72d710 Fix errors. 2006-11-13 18:28:15 +00:00
ad bea3d13d1d Add manual pages for RW locks, mutexes and condition variables. Not
enabled in the Makefile.
2006-11-13 16:22:11 +00:00