freebsd-dev/share/man
Robert Watson 1a109c1cb0 Make the rmlock(9) interface a bit more like the rwlock(9) interface:
- Add rm_init_flags() and accept extended options only for that variation.
- Add a flags space specifically for rm_init_flags(), rather than borrowing
  the lock_init() flag space.
- Define flag RM_RECURSE to use instead of LO_RECURSABLE.
- Define flag RM_NOWITNESS to allow an rmlock to be exempt from WITNESS
  checking; this wasn't possible previously as rm_init() always passed
  LO_WITNESS when initializing an rmlock's struct lock.
- Add RM_SYSINIT_FLAGS().
- Rename embedded mutex in rmlocks to make it more obvious what it is.
- Update consumers.
- Update man page.
2009-05-29 10:52:37 +00:00
..
man1
man3 Rename the queue macros I introduced last year. 2009-05-27 19:28:04 +00:00
man4 Merge final round of MLD changes from p4: 2009-05-27 18:57:13 +00:00
man5 1. New feature; option to have the script loop until a specified hostname 2009-05-16 20:55:28 +00:00
man6
man7 Add C++ operators to operator(7) manual page. 2009-04-08 20:20:19 +00:00
man8 (finally) document -n 2009-03-16 15:54:21 +00:00
man9 Make the rmlock(9) interface a bit more like the rwlock(9) interface: 2009-05-29 10:52:37 +00:00
Makefile