Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys
Module Name: src
Committed By: tron
Date: Wed Jan 3 13:59:32 UTC 2007
Modified Files:
src/sys/kern [netbsd-4]: vfs_lookup.c vfs_syscalls.c
src/sys/sys [netbsd-4]: namei.h
Log Message:
Pull up following revision(s) (requested by elad in ticket #304):
sys/kern/vfs_syscalls.c: revision 1.282
sys/kern/vfs_lookup.c: revision 1.76
sys/sys/namei.h: revision 1.47
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.72 -r1.72.2.1 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.279 -r1.279.2.1 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.45 -r1.45.8.1 src/sys/sys/namei.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