Module Name: src Committed By: ozaki-r Date: Mon Feb 5 04:25:04 UTC 2018
Modified Files: src/sys/kern: kern_mutex.c kern_mutex_obj.c kern_rwlock.c kern_rwlock_obj.c Log Message: Obtain proper initialized addresses of locks allocated by mutex_obj_alloc or rw_obj_alloc Initialized addresses of locks allocated by mutex_obj_alloc or rw_obj_alloc were not useful because the addresses were mutex_obj_alloc or rw_obj_alloc itself. What we want to know are callers of them. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.5 -r1.6 src/sys/kern/kern_mutex_obj.c cvs rdiff -u -r1.49 -r1.50 src/sys/kern/kern_rwlock.c cvs rdiff -u -r1.3 -r1.4 src/sys/kern/kern_rwlock_obj.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.