Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/15/2004 14:34:39
Module Name:	src
Committed By:	mrg
Date:		Thu Jan 15 14:34:39 UTC 2004

Modified Files:
	src/sys/compat/netbsd32: files.netbsd32 netbsd32.h
Added Files:
	src/sys/compat/netbsd32: netbsd32_ktrace.c

Log Message:
add a copy of the ktrsyscall() entry point for 32 bit emulated calls.
the main purpose of this function is to adjust the "argsize" value of
the ktrace syscall record, otherwise userland will see N/2 (rounded
down) arguments instead of N.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/compat/netbsd32/files.netbsd32
cvs rdiff -r1.25 -r1.26 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -r0 -r1.1 src/sys/compat/netbsd32/netbsd32_ktrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.