Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [vmlocking] src/sys



Module Name:    src
Committed By:   ad
Date:           Wed Oct 10 21:21:22 UTC 2007

Modified Files:
        src/sys/kern [vmlocking]: kern_lock.c
        src/sys/sys [vmlocking]: lock.h

Log Message:
crackmgr(): don't keep track of line numbers/file names for LOCKDEBUG.
Instead, just stash a couple of text addresses into struct lock. Keep
these in struct lock even if compiled without LOCKDEBUG, so that the
size of struct lock is not changed by it.


To generate a diff of this commit:
cvs rdiff -r1.110.2.12 -r1.110.2.13 src/sys/kern/kern_lock.c
cvs rdiff -r1.69.2.5 -r1.69.2.6 src/sys/sys/lock.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