index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
man
/
man9
/
rwlock.9
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add manpages for rw_try_rlock() and rw_try_wlock() functions.
attilio
2008-04-01
1
-1
/
+19
*
Implement soon-to-be-used rw_unlock() macro.
pjd
2008-03-16
1
-1
/
+9
*
Add missing .El.
pjd
2008-03-16
1
-0
/
+1
*
Clean up after previous revision.
brueffer
2007-11-25
1
-4
/
+5
*
Update rwlock(9) manpage adding missing bits about the rw_init_flags()
attilio
2007-11-25
1
-2
/
+33
*
Add some cross references to locking.9 from related pages.
julian
2007-03-30
1
-0
/
+1
*
Allow threads to atomically release rw and sx locks while waiting for an
jhb
2007-03-09
1
-0
/
+10
*
Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init()
jhb
2007-03-09
1
-3
/
+3
*
- Sort rwlock functions similar to the order in mutex(9).
jhb
2007-03-09
1
-6
/
+9
*
Update rwlock(9) for rw_wowned().
rwatson
2007-02-26
1
-0
/
+6
*
Revise markup.
ru
2006-09-30
1
-2
/
+2
*
Fix typo (s/writeer/writer/).
flz
2006-07-17
1
-1
/
+1
*
Document rw_try_upgrade() and rw_downgrade().
jhb
2006-04-19
1
-0
/
+23
*
Various nits and fixups so that the text reads smoother in several places.
jhb
2006-04-19
1
-69
/
+80
*
Document read/write locks.
glebius
2006-02-01
1
-0
/
+200