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.55 (reque...



details:   https://anonhg.NetBSD.org/src/rev/2bf95b638c5d
branches:  netbsd-1-5
changeset: 491465:2bf95b638c5d
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 08:55:29 2001 +0000

description:
Pull up revision 1.55 (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.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d005e891d7f7 -r 2bf95b638c5d sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master        Tue May 01 08:55:08 2001 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master        Tue May 01 08:55:29 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.41.4.1 2001/03/30 21:35:26 he Exp $
+       $NetBSD: syscalls.master,v 1.41.4.2 2001/05/01 08:55:29 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -50,7 +50,7 @@
 #include <compat/linux/linux_syscallargs.h>
 
 
-0      NOARGS          { int sys_nosys(void); } syscall
+0      NOARGS          { int linux_sys_nosys(void); } syscall
 1      NOARGS          { int sys_exit(int rval); }
 2      NOARGS          { int sys_fork(void); }
 3      NOARGS          { int sys_read(int fd, char *buf, u_int nbyte); }



Home | Main Index | Thread Index | Old Index