Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: ozaki-r
Date: Wed Apr 17 02:29:43 UTC 2019
Modified Files:
src/sys/kern: kern_mutex.c kern_rwlock.c
Log Message:
Don't check pserialize_not_in_read_section after panic
It can cause a false positive assertion failure.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/kern/kern_mutex.c
cvs rdiff -u -r1.52 -r1.53 src/sys/kern/kern_rwlock.c
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