Subject: CVS commit: src/sys/compat/linux
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/10/2007 21:30:16
Module Name:	src
Committed By:	christos
Date:		Thu May 10 21:30:16 UTC 2007

Modified Files:
	src/sys/compat/linux/arch/i386: linux_machdep.c linux_machdep.h
	src/sys/compat/linux/common: linux_machdep.h linux_misc.c
	    linux_oldolduname.c linux_olduname.c linux_sysctl.c

Log Message:
- linux uname -m on x86 returns i{3,4,5,6}86 make it so.
- delete the machine sysctl that never worked, and gc linux_machine.


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -r1.29 -r1.30 src/sys/compat/linux/arch/i386/linux_machdep.h
cvs rdiff -r1.15 -r1.16 src/sys/compat/linux/common/linux_machdep.h
cvs rdiff -r1.174 -r1.175 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.62 -r1.63 src/sys/compat/linux/common/linux_oldolduname.c \
    src/sys/compat/linux/common/linux_olduname.c
cvs rdiff -r1.29 -r1.30 src/sys/compat/linux/common/linux_sysctl.c

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