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: mrg
Date: Fri Jan 16 05:03:02 UTC 2004
Modified Files:
src/sys/arch/sparc64/sparc64: trap.c
src/sys/compat/netbsd32: files.netbsd32
src/sys/kern: kern_ktrace.c kern_systrace.c
Removed Files:
src/sys/compat/netbsd32: netbsd32_ktrace.c
Log Message:
clean up a little:
- delete ktrsyscall32()
- add a check #ifdef _LP64 to do the conversion if P_32 is set to the
standard ktrsyscall()
- add a couple of similar _LP64/P_32 checks to the systrace code.
this should get systrace working for 32 bit apps as well as complete
ktrace support for "trace_enter/trace_exit" using platforms such as amd64.
XXX: systrace isn't supported on sparc64 currently... (it doesn't use
trace_enter/trace_exit, or have it's own calls to systrace_xxx()...)
To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/sys/arch/sparc64/sparc64/trap.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/netbsd32/files.netbsd32
cvs rdiff -r1.1 -r0 src/sys/compat/netbsd32/netbsd32_ktrace.c
cvs rdiff -r1.85 -r1.86 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.35 -r1.36 src/sys/kern/kern_systrace.c
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