Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/arm Regen (prototype for linux_sys_nos...



details:   https://anonhg.NetBSD.org/src/rev/b9f17194bb19
branches:  trunk
changeset: 521275:b9f17194bb19
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Jan 27 14:09:38 2002 +0000

description:
Regen (prototype for linux_sys_nosys()).

diffstat:

 sys/compat/linux/arch/arm/linux_syscall.h     |  7 +++++--
 sys/compat/linux/arch/arm/linux_syscallargs.h |  5 +++--
 sys/compat/linux/arch/arm/linux_syscalls.c    |  8 ++++----
 sys/compat/linux/arch/arm/linux_sysent.c      |  8 ++++----
 4 files changed, 16 insertions(+), 12 deletions(-)

diffs (105 lines):

diff -r cc0610879928 -r b9f17194bb19 sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Sun Jan 27 14:08:56 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Sun Jan 27 14:09:38 2002 +0000
@@ -1,12 +1,15 @@
-/* $NetBSD: linux_syscall.h,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.5 2002/01/27 14:09:38 bjh21 Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.4 2002/01/23 15:54:34 bjh21 Exp 
+ * created from        NetBSD: syscalls.master,v 1.5 2002/01/27 14:08:56 bjh21 Exp 
  */
 
+/* syscall: "nosys" ret: "int" args: */
+#define        LINUX_SYS_nosys 0
+
 /* syscall: "exit" ret: "int" args: "int" */
 #define        LINUX_SYS_exit  1
 
diff -r cc0610879928 -r b9f17194bb19 sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h     Sun Jan 27 14:08:56 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h     Sun Jan 27 14:09:38 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.5 2002/01/27 14:09:38 bjh21 Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.4 2002/01/23 15:54:34 bjh21 Exp 
+ * created from        NetBSD: syscalls.master,v 1.5 2002/01/27 14:08:56 bjh21 Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -530,6 +530,7 @@
  * System call prototypes.
  */
 
+int    linux_sys_nosys(struct proc *, void *, register_t *);
 int    sys_exit(struct proc *, void *, register_t *);
 int    sys_fork(struct proc *, void *, register_t *);
 int    sys_read(struct proc *, void *, register_t *);
diff -r cc0610879928 -r b9f17194bb19 sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c        Sun Jan 27 14:08:56 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c        Sun Jan 27 14:09:38 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.5 2002/01/27 14:09:38 bjh21 Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.4 2002/01/23 15:54:34 bjh21 Exp 
+ * created from        NetBSD: syscalls.master,v 1.5 2002/01/27 14:08:56 bjh21 Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.5 2002/01/27 14:09:38 bjh21 Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -28,7 +28,7 @@
 #endif /* _KERNEL_OPT */
 
 const char *const linux_syscallnames[] = {
-       "#0 (unimplemented)",           /* 0 = unimplemented */
+       "nosys",                        /* 0 = nosys */
        "exit",                 /* 1 = exit */
        "fork",                 /* 2 = fork */
        "read",                 /* 3 = read */
diff -r cc0610879928 -r b9f17194bb19 sys/compat/linux/arch/arm/linux_sysent.c
--- a/sys/compat/linux/arch/arm/linux_sysent.c  Sun Jan 27 14:08:56 2002 +0000
+++ b/sys/compat/linux/arch/arm/linux_sysent.c  Sun Jan 27 14:09:38 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.5 2002/01/27 14:09:38 bjh21 Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.4 2002/01/23 15:54:34 bjh21 Exp 
+ * created from        NetBSD: syscalls.master,v 1.5 2002/01/27 14:08:56 bjh21 Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.4 2002/01/23 16:14:45 bjh21 Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.5 2002/01/27 14:09:38 bjh21 Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"
@@ -29,7 +29,7 @@
 
 struct sysent linux_sysent[] = {
        { 0, 0, 0,
-           linux_sys_nosys },                  /* 0 = unimplemented */
+           linux_sys_nosys },                  /* 0 = nosys */
        { 1, s(struct sys_exit_args), 0,
            sys_exit },                         /* 1 = exit */
        { 0, 0, 0,



Home | Main Index | Thread Index | Old Index