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:           Tue May  6 18:40:57 UTC 2008

Modified Files:
        src/sys/kern: kern_cpu.c kern_lwp.c subr_lockdebug.c
        src/sys/sys: cpu_data.h lwp.h

Log Message:
LOCKDEBUG: try to speed it up a bit by not using so much global state.

This will break the build briefly but will be followed by another commit
to fix that..


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/kern/kern_cpu.c
cvs rdiff -r1.109 -r1.110 src/sys/kern/kern_lwp.c
cvs rdiff -r1.33 -r1.34 src/sys/kern/subr_lockdebug.c
cvs rdiff -r1.23 -r1.24 src/sys/sys/cpu_data.h
cvs rdiff -r1.93 -r1.94 src/sys/sys/lwp.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