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:   dsl
Date:           Sat Dec 22 11:38:55 UTC 2007

Modified Files:
        src/sys/kern: kern_ktrace.c kern_subr.c kern_systrace.c sys_syscall.c
        src/sys/sys: ktrace.h systm.h systrace.h

Log Message:
Add a few buckets of 'const' and 'static' to the system call trace code.
sys_trace() still needs to be able to update the syscall args.


To generate a diff of this commit:
cvs rdiff -r1.131 -r1.132 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.167 -r1.168 src/sys/kern/kern_subr.c
cvs rdiff -r1.77 -r1.78 src/sys/kern/kern_systrace.c
cvs rdiff -r1.3 -r1.4 src/sys/kern/sys_syscall.c
cvs rdiff -r1.50 -r1.51 src/sys/sys/ktrace.h
cvs rdiff -r1.204 -r1.205 src/sys/sys/systm.h
cvs rdiff -r1.23 -r1.24 src/sys/sys/systrace.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