Subject: CVS commit: [netbsd-4] src/sys/compat/linux
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/20/2007 20:14:13
Module Name:	src
Committed By:	bouyer
Date:		Fri Apr 20 20:14:13 UTC 2007

Modified Files:
	src/sys/compat/linux/arch/amd64 [netbsd-4]: linux_machdep.h
	    syscalls.master
	src/sys/compat/linux/common [netbsd-4]: linux_misc.c
	    linux_misc_notalpha.c linux_types.h

Log Message:
Pull up following revision(s) (requested by njoly in ticket #581):
	sys/compat/linux/common/linux_misc.c: revision 1.168
	sys/compat/linux/arch/amd64/syscalls.master: revision 1.18
	sys/compat/linux/common/linux_types.h: revision 1.25
	sys/compat/linux/arch/amd64/linux_machdep.h: revision 1.6
	sys/compat/linux/common/linux_misc_notalpha.c: revision 1.87
Fix compat linux statfs/fstatfs syscalls on amd64.
- Do not use statfs64/fstatfs64 as they have an extra size argument.
- Add full 64bit linux struct statfs support.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.24.1 src/sys/compat/linux/arch/amd64/linux_machdep.h
cvs rdiff -r1.15 -r1.15.6.1 src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.165 -r1.165.2.1 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.84 -r1.84.2.1 src/sys/compat/linux/common/linux_misc_notalpha.c
cvs rdiff -r1.24 -r1.24.2.1 src/sys/compat/linux/common/linux_types.h

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