Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 12/24/2006 08:54:55
Module Name:	src
Committed By:	elad
Date:		Sun Dec 24 08:54:55 UTC 2006

Modified Files:
	src/sys/kern: vfs_lookup.c vfs_syscalls.c
	src/sys/sys: namei.h

Log Message:
PR/35278: YAMAMOTO Takashi: veriexec sometimes feeds user va to log(9)

Introduce the (intentionally undocumented) pathname_get(), pathname_path(),
and pathname_put(), to deal with allocating and copying of pathnames from
either kernel- or user-space.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.281 -r1.282 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.46 -r1.47 src/sys/sys/namei.h

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