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/alpha Pull up revision 1.3 (via p...



details:   https://anonhg.NetBSD.org/src/rev/706abc2b478d
branches:  netbsd-1-5
changeset: 491462:706abc2b478d
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 08:54:20 2001 +0000

description:
Pull up revision 1.3 (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/alpha/syscalls.conf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r bc7075effe2b -r 706abc2b478d sys/compat/linux/arch/alpha/syscalls.conf
--- a/sys/compat/linux/arch/alpha/syscalls.conf Tue May 01 08:53:53 2001 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.conf Tue May 01 08:54:20 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: syscalls.conf,v 1.1 1998/09/30 18:01:53 erh Exp $
+#      $NetBSD: syscalls.conf,v 1.1.22.1 2001/05/01 08:54:20 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