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:   darran
Date:           Tue Feb 23 22:19:27 UTC 2010

Modified Files:
        src/sys/kern: kern_dtrace.c kern_lwp.c kern_proc.c kern_synch.c
        src/sys/sys: dtrace_bsd.h

Log Message:
DTrace: Get rid of the KDTRACE_HOOKS ifdefs in the kernel.  Replace the
functions with inline function that are empty when KDTRACE_HOOKS is not
defined.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/kern/kern_dtrace.c
cvs rdiff -u -r1.139 -r1.140 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.161 -r1.162 src/sys/kern/kern_proc.c
cvs rdiff -u -r1.278 -r1.279 src/sys/kern/kern_synch.c
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/dtrace_bsd.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