Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/14/2007 15:41:32
Module Name:	src
Committed By:	dsl
Date:		Sat Jul 14 15:41:32 UTC 2007

Modified Files:
	src/sys/kern: init_sysent.c syscalls.c syscalls.conf vfs_syscalls.c
	src/sys/sys: mount.h syscall.h syscallargs.h

Log Message:
Version mount(2) so that the length of the 'data' buffer is passed into
the kernel.


To generate a diff of this commit:
cvs rdiff -r1.190 -r1.191 src/sys/kern/init_sysent.c
cvs rdiff -r1.186 -r1.187 src/sys/kern/syscalls.c
cvs rdiff -r1.10 -r1.11 src/sys/kern/syscalls.conf
cvs rdiff -r1.320 -r1.321 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.160 -r1.161 src/sys/sys/mount.h
cvs rdiff -r1.184 -r1.185 src/sys/sys/syscall.h
cvs rdiff -r1.166 -r1.167 src/sys/sys/syscallargs.h

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