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/i386 Pull up revision 1.4 (via pa...
details: https://anonhg.NetBSD.org/src/rev/d005e891d7f7
branches: netbsd-1-5
changeset: 491464:d005e891d7f7
user: he <he%NetBSD.org@localhost>
date: Tue May 01 08:55:08 2001 +0000
description:
Pull up revision 1.4 (via patch, 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/i386/syscalls.conf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r fa14d7e45d73 -r d005e891d7f7 sys/compat/linux/arch/i386/syscalls.conf
--- a/sys/compat/linux/arch/i386/syscalls.conf Tue May 01 08:54:42 2001 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.conf Tue May 01 08:55:08 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: syscalls.conf,v 1.2 1998/10/01 00:42:01 erh Exp $
+# $NetBSD: syscalls.conf,v 1.2.22.1 2001/05/01 08:55:08 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