Subject: CVS commit: src/sys/compat/linux/arch
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/01/2004 10:32:40
Module Name:	src
Committed By:	jdolecek
Date:		Sun Aug  1 10:32:40 UTC 2004

Modified Files:
	src/sys/compat/linux/arch/arm: syscalls.master
	src/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h
	    linux_syscalls.c linux_sysent.c syscalls.master
	src/sys/compat/linux/arch/mips: syscalls.master
	src/sys/compat/linux/arch/powerpc: syscalls.master

Log Message:
connect madvise(2) and mincore(2) - apparently the newer Linux libs
don't stub it anymore, so allow the application to take advantage
of them

the Linux calls appear to be compatible in the flag values and semantics,
so a wrapper is not necessary


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/compat/linux/arch/arm/syscalls.master
cvs rdiff -r1.49 -r1.50 src/sys/compat/linux/arch/i386/linux_syscall.h \
    src/sys/compat/linux/arch/i386/linux_syscallargs.h \
    src/sys/compat/linux/arch/i386/linux_sysent.c
cvs rdiff -r1.50 -r1.51 src/sys/compat/linux/arch/i386/linux_syscalls.c
cvs rdiff -r1.67 -r1.68 src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -r1.12 -r1.13 src/sys/compat/linux/arch/mips/syscalls.master
cvs rdiff -r1.16 -r1.17 src/sys/compat/linux/arch/powerpc/syscalls.master

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