Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Thu Oct 11 19:45:27 UTC 2007

Modified Files:
        src/sys/kern: init_main.c kern_lock.c kern_malloc.c kern_mutex.c
            kern_rwlock.c subr_lockdebug.c subr_pool.c
        src/sys/rump/librump/rumpkern: lock.c
        src/sys/sys: lock.h lockdebug.h simplelock.h systm.h

Log Message:
Merge from vmlocking:

- G/C spinlockmgr() and simple_lock debugging.
- Always include the kernel_lock functions, for LKMs.
- Slightly improved subr_lockdebug code.
- Keep sizeof(struct lock) the same if LOCKDEBUG.


To generate a diff of this commit:
cvs rdiff -r1.320 -r1.321 src/sys/kern/init_main.c
cvs rdiff -r1.121 -r1.122 src/sys/kern/kern_lock.c
cvs rdiff -r1.111 -r1.112 src/sys/kern/kern_malloc.c
cvs rdiff -r1.18 -r1.19 src/sys/kern/kern_mutex.c
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_rwlock.c
cvs rdiff -r1.9 -r1.10 src/sys/kern/subr_lockdebug.c
cvs rdiff -r1.131 -r1.132 src/sys/kern/subr_pool.c
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpkern/lock.c
cvs rdiff -r1.73 -r1.74 src/sys/sys/lock.h
cvs rdiff -r1.4 -r1.5 src/sys/sys/lockdebug.h
cvs rdiff -r1.3 -r1.4 src/sys/sys/simplelock.h
cvs rdiff -r1.198 -r1.199 src/sys/sys/systm.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