Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: ad
Date: Sat Feb 22 21:24:45 UTC 2020
Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: rwlock.9
src/sys/kern: kern_rwlock.c
src/sys/sys: rwlock.h
Log Message:
Add rw_lock_op(): return either RW_READER or RW_WRITER for a lock that is
known to be held by the caller. Panic if the lock is not held.
To generate a diff of this commit:
cvs rdiff -u -r1.2310 -r1.2311 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/rwlock.9
cvs rdiff -u -r1.64 -r1.65 src/sys/kern/kern_rwlock.c
cvs rdiff -u -r1.15 -r1.16 src/sys/sys/rwlock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index