Subject: CVS commit: syssrc [netbsd-1-5]
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/01/2001 11:59:24
Module Name: syssrc
Committed By: he
Date: Tue May 1 08:59:24 UTC 2001
Modified Files:
syssrc/sys/compat/linux/arch/i386 [netbsd-1-5]: linux_syscall.h
linux_syscallargs.h linux_syscalls.c linux_sysent.c
syssrc/sys/compat/linux/arch/m68k [netbsd-1-5]: linux_syscall.h
linux_syscallargs.h linux_syscalls.c linux_sysent.c
Log Message:
Pull up regenerated files (requested by jdolecek):
Make it possible to use a different function for unimplemented
syscalls than sys_nosys(), so that the Linux emulation can avoid
posting SIGSYS and instead just return ENOSYS.
To generate a diff of this commit:
cvs rdiff -r1.17.4.1 -r1.17.4.2 \
syssrc/sys/compat/linux/arch/i386/linux_syscall.h \
syssrc/sys/compat/linux/arch/i386/linux_syscallargs.h \
syssrc/sys/compat/linux/arch/i386/linux_syscalls.c \
syssrc/sys/compat/linux/arch/i386/linux_sysent.c
cvs rdiff -r1.14.4.1 -r1.14.4.2 \
syssrc/sys/compat/linux/arch/m68k/linux_syscall.h \
syssrc/sys/compat/linux/arch/m68k/linux_syscallargs.h \
syssrc/sys/compat/linux/arch/m68k/linux_syscalls.c \
syssrc/sys/compat/linux/arch/m68k/linux_sysent.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.