Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/26/2007 20:06:55
Module Name:	src
Committed By:	dsl
Date:		Thu Apr 26 20:06:55 UTC 2007

Modified Files:
	src/sys/compat/common: compat_util.c
	src/sys/kern: vfs_lookup.c

Log Message:
Pass the emulation root string into namei() from emul_find_interp() so that
the ktrace entries for lookups done during exec can have the full filename.
This is rather a hack :-)


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/compat/common/compat_util.c
cvs rdiff -r1.88 -r1.89 src/sys/kern/vfs_lookup.c

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