Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/15/2005 21:44:42
Module Name:	src
Committed By:	fvdl
Date:		Sun May 15 21:44:42 UTC 2005

Modified Files:
	src/sys/arch/amd64/amd64: linux_syscall.c
	src/sys/arch/amd64/conf: files.amd64
	src/sys/compat/linux: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c

Log Message:
Fix up COMPAT_LINUX support for amd64. Still a work in progress, not
usable yet ("Hello World" runs, but many other things do not work).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/amd64/amd64/linux_syscall.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -r1.40 -r1.41 src/sys/compat/linux/linux_syscall.h \
    src/sys/compat/linux/linux_syscalls.c
cvs rdiff -r1.38 -r1.39 src/sys/compat/linux/linux_syscallargs.h

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