Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/compat/linux/arch/m68k Pull up revision 1.2 (reques...
details: https://anonhg.NetBSD.org/src/rev/918ab95f1db5
branches: netbsd-1-5
changeset: 491466:918ab95f1db5
user: he <he%NetBSD.org@localhost>
date: Tue May 01 08:55:53 2001 +0000
description:
Pull up revision 1.2 (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.
diffstat:
sys/compat/linux/arch/m68k/syscalls.conf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 2bf95b638c5d -r 918ab95f1db5 sys/compat/linux/arch/m68k/syscalls.conf
--- a/sys/compat/linux/arch/m68k/syscalls.conf Tue May 01 08:55:29 2001 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.conf Tue May 01 08:55:53 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: syscalls.conf,v 1.1 1998/09/30 21:55:58 erh Exp $
+# $NetBSD: syscalls.conf,v 1.1.22.1 2001/05/01 08:55:53 he Exp $
sysnames="linux_syscalls.c"
sysnumhdr="linux_syscall.h"
@@ -10,3 +10,5 @@
switchname="linux_sysent"
namesname="linux_syscallnames"
constprefix="LINUX_SYS_"
+
+sys_nosys="linux_sys_nosys"
Home |
Main Index |
Thread Index |
Old Index