Module Name: src Committed By: christos Date: Thu Jan 26 04:11:56 UTC 2017
Modified Files: src/sys/kern: kern_lock.c kern_mutex.c kern_rwlock.c subr_lockdebug.c src/sys/sys: lockdebug.h Log Message: For LOCKDEBUG: Always provide the location of the caller of the lock as __func__, __LINE__. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/kern/kern_lock.c cvs rdiff -u -r1.63 -r1.64 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.45 -r1.46 src/sys/kern/kern_rwlock.c cvs rdiff -u -r1.54 -r1.55 src/sys/kern/subr_lockdebug.c cvs rdiff -u -r1.14 -r1.15 src/sys/sys/lockdebug.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.