Source-Changes-HG archive

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

[src/trunk]: src/sys/compat regenerate.



details:   https://anonhg.NetBSD.org/src/rev/c6f6f483018e
branches:  trunk
changeset: 526252:c6f6f483018e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Apr 29 09:55:11 2002 +0000

description:
regenerate.

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h     |  22 +++++++-----------
 sys/compat/netbsd32/netbsd32_syscallargs.h |  25 +++++++++------------
 sys/compat/netbsd32/netbsd32_syscalls.c    |  28 ++++++++++-------------
 sys/compat/netbsd32/netbsd32_sysent.c      |  35 ++++++++++++-----------------
 sys/compat/sunos32/sunos32_syscall.h       |   4 +-
 sys/compat/sunos32/sunos32_syscallargs.h   |  10 ++++----
 sys/compat/sunos32/sunos32_syscalls.c      |   6 ++--
 sys/compat/sunos32/sunos32_sysent.c        |  18 +++++++-------
 8 files changed, 66 insertions(+), 82 deletions(-)

diffs (truncated from 386 to 300 lines):

diff -r f89c38b09193 -r c6f6f483018e sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Mon Apr 29 09:53:39 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Mon Apr 29 09:55:11 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.24 2001/11/13 02:09:08 lukem Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.25 2002/04/29 09:55:11 mrg Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.20 2001/05/30 11:37:29 mrg Exp 
+ * created from        NetBSD: syscalls.master,v 1.21 2002/04/29 09:53:41 mrg Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -166,7 +166,6 @@
 
 #define        netbsd32_SYS_compat_12_netbsd32_reboot  55
 
-                               /* 55 is obsolete oreboot */
 /* syscall: "netbsd32_revoke" ret: "int" args: "const netbsd32_charp" */
 #define        netbsd32_SYS_netbsd32_revoke    56
 
@@ -427,18 +426,15 @@
 /* syscall: "netbsd32_sysarch" ret: "int" args: "int" "netbsd32_voidp" */
 #define        netbsd32_SYS_netbsd32_sysarch   165
 
-/* syscall: "osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
-#define        netbsd32_SYS_osemsys    169
+#define        netbsd32_SYS_compat_10_osemsys  169
+
+                               /* 169 is excluded netbsd32_sys_semsys */
+#define        netbsd32_SYS_compat_10_omsgsys  170
 
-                               /* 169 is excluded 1.0 semsys */
-/* syscall: "omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
-#define        netbsd32_SYS_omsgsys    170
+                               /* 170 is excluded netbsd32_sys_msgsys */
+#define        netbsd32_SYS_compat_10_oshmsys  171
 
-                               /* 170 is excluded 1.0 msgsys */
-/* syscall: "oshmsys" ret: "int" args: "int" "int" "int" "int" */
-#define        netbsd32_SYS_oshmsys    171
-
-                               /* 171 is excluded 1.0 shmsys */
+                               /* 171 is excluded netbsd32_sys_shmsys */
 /* syscall: "netbsd32_pread" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "off_t" */
 #define        netbsd32_SYS_netbsd32_pread     173
 
diff -r f89c38b09193 -r c6f6f483018e sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Apr 29 09:53:39 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Apr 29 09:55:11 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.25 2001/11/13 02:09:08 lukem Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.26 2002/04/29 09:55:12 mrg Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.20 2001/05/30 11:37:29 mrg Exp 
+ * created from        NetBSD: syscalls.master,v 1.21 2002/04/29 09:53:41 mrg Exp 
  */
 
 #ifndef _netbsd32_SYS__SYSCALLARGS_H_
@@ -732,7 +732,7 @@
        syscallarg(netbsd32_voidp) parms;
 };
 
-struct netbsd32_compat_10_sys_semsys_args {
+struct compat_10_netbsd32_sys_semsys_args {
        syscallarg(int) which;
        syscallarg(int) a2;
        syscallarg(int) a3;
@@ -740,7 +740,7 @@
        syscallarg(int) a5;
 };
 
-struct netbsd32_compat_10_sys_msgsys_args {
+struct compat_10_netbsd32_sys_msgsys_args {
        syscallarg(int) which;
        syscallarg(int) a2;
        syscallarg(int) a3;
@@ -749,7 +749,7 @@
        syscallarg(int) a6;
 };
 
-struct netbsd32_compat_10_sys_shmsys_args {
+struct compat_10_netbsd32_sys_shmsys_args {
        syscallarg(int) which;
        syscallarg(int) a2;
        syscallarg(int) a3;
@@ -1271,10 +1271,7 @@
 int    compat_13_sys_sigpending(struct proc *, void *, register_t *);
 int    compat_13_netbsd32_sigaltstack13(struct proc *, void *, register_t *);
 int    netbsd32_ioctl(struct proc *, void *, register_t *);
-#ifdef COMPAT_12
 int    compat_12_netbsd32_reboot(struct proc *, void *, register_t *);
-#else
-#endif
 int    netbsd32_revoke(struct proc *, void *, register_t *);
 int    netbsd32_symlink(struct proc *, void *, register_t *);
 int    netbsd32_readlink(struct proc *, void *, register_t *);
@@ -1384,16 +1381,16 @@
 int    compat_09_netbsd32_osetdomainname(struct proc *, void *, register_t *);
 int    compat_09_netbsd32_uname(struct proc *, void *, register_t *);
 int    netbsd32_sysarch(struct proc *, void *, register_t *);
-#if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-int    netbsd32_compat_10_sys_semsys(struct proc *, void *, register_t *);
+#if defined(SYSVSEM) || !defined(_KERNEL)
+int    compat_10_netbsd32_sys_semsys(struct proc *, void *, register_t *);
 #else
 #endif
-#if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-int    netbsd32_compat_10_sys_msgsys(struct proc *, void *, register_t *);
+#if defined(SYSVMSG) || !defined(_KERNEL)
+int    compat_10_netbsd32_sys_msgsys(struct proc *, void *, register_t *);
 #else
 #endif
-#if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-int    netbsd32_compat_10_sys_shmsys(struct proc *, void *, register_t *);
+#if defined(SYSVSHM) || !defined(_KERNEL)
+int    compat_10_netbsd32_sys_shmsys(struct proc *, void *, register_t *);
 #else
 #endif
 int    netbsd32_pread(struct proc *, void *, register_t *);
diff -r f89c38b09193 -r c6f6f483018e sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Apr 29 09:53:39 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Apr 29 09:55:11 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.25 2001/11/13 02:09:09 lukem Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.26 2002/04/29 09:55:13 mrg Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.20 2001/05/30 11:37:29 mrg Exp 
+ * created from        NetBSD: syscalls.master,v 1.21 2002/04/29 09:53:41 mrg Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.25 2001/11/13 02:09:09 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.26 2002/04/29 09:55:13 mrg Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -90,11 +90,7 @@
        "compat_13_sigpending13",       /* 52 = compat_13 sigpending13 */
        "compat_13_netbsd32_sigaltstack13",     /* 53 = compat_13 netbsd32_sigaltstack13 */
        "netbsd32_ioctl",                       /* 54 = netbsd32_ioctl */
-#ifdef COMPAT_12
        "compat_12_netbsd32_reboot",    /* 55 = compat_12 netbsd32_reboot */
-#else
-       "#55 (obsolete oreboot)",               /* 55 = obsolete oreboot */
-#endif
        "netbsd32_revoke",                      /* 56 = netbsd32_revoke */
        "netbsd32_symlink",                     /* 57 = netbsd32_symlink */
        "netbsd32_readlink",                    /* 58 = netbsd32_readlink */
@@ -229,20 +225,20 @@
        "#166 (unimplemented)",         /* 166 = unimplemented */
        "#167 (unimplemented)",         /* 167 = unimplemented */
        "#168 (unimplemented)",         /* 168 = unimplemented */
-#if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-       "osemsys",                      /* 169 = osemsys */
+#if defined(SYSVSEM) || !defined(_KERNEL)
+       "compat_10_osemsys",    /* 169 = compat_10 osemsys */
 #else
-       "#169 (excluded 1.0 semsys)",           /* 169 = excluded 1.0 semsys */
+       "#169 (excluded netbsd32_sys_semsys)",          /* 169 = excluded netbsd32_sys_semsys */
 #endif
-#if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-       "omsgsys",                      /* 170 = omsgsys */
+#if defined(SYSVMSG) || !defined(_KERNEL)
+       "compat_10_omsgsys",    /* 170 = compat_10 omsgsys */
 #else
-       "#170 (excluded 1.0 msgsys)",           /* 170 = excluded 1.0 msgsys */
+       "#170 (excluded netbsd32_sys_msgsys)",          /* 170 = excluded netbsd32_sys_msgsys */
 #endif
-#if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-       "oshmsys",                      /* 171 = oshmsys */
+#if defined(SYSVSHM) || !defined(_KERNEL)
+       "compat_10_oshmsys",    /* 171 = compat_10 oshmsys */
 #else
-       "#171 (excluded 1.0 shmsys)",           /* 171 = excluded 1.0 shmsys */
+       "#171 (excluded netbsd32_sys_shmsys)",          /* 171 = excluded netbsd32_sys_shmsys */
 #endif
        "#172 (unimplemented)",         /* 172 = unimplemented */
        "netbsd32_pread",                       /* 173 = netbsd32_pread */
diff -r f89c38b09193 -r c6f6f483018e sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Mon Apr 29 09:53:39 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Mon Apr 29 09:55:11 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.24 2001/11/13 02:09:09 lukem Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.25 2002/04/29 09:55:13 mrg Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.20 2001/05/30 11:37:29 mrg Exp 
+ * created from        NetBSD: syscalls.master,v 1.21 2002/04/29 09:53:41 mrg Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.24 2001/11/13 02:09:09 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.25 2002/04/29 09:55:13 mrg Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
@@ -188,13 +188,8 @@
            compat_13(netbsd32_sigaltstack13) },/* 53 = compat_13 netbsd32_sigaltstack13 */
        { 3, s(struct netbsd32_ioctl_args), 0,
            netbsd32_ioctl },                   /* 54 = netbsd32_ioctl */
-#ifdef COMPAT_12
        { 1, s(struct compat_12_netbsd32_reboot_args), 0,
            compat_12(netbsd32_reboot) },       /* 55 = compat_12 netbsd32_reboot */
-#else
-       { 0, 0, 0,
-           sys_nosys },                        /* 55 = obsolete oreboot */
-#endif
        { 1, s(struct netbsd32_revoke_args), 0,
            netbsd32_revoke },                  /* 56 = netbsd32_revoke */
        { 2, s(struct netbsd32_symlink_args), 0,
@@ -448,26 +443,26 @@
            sys_nosys },                        /* 167 = unimplemented */
        { 0, 0, 0,
            sys_nosys },                        /* 168 = unimplemented */
-#if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-       { 5, s(struct netbsd32_compat_10_sys_semsys_args), 0,
-           netbsd32_compat_10_sys_semsys },    /* 169 = osemsys */
+#if defined(SYSVSEM) || !defined(_KERNEL)
+       { 5, s(struct compat_10_netbsd32_sys_semsys_args), 0,
+           compat_10(netbsd32_sys_semsys) },   /* 169 = compat_10 osemsys */
 #else
        { 0, 0, 0,
-           sys_nosys },                        /* 169 = excluded 1.0 semsys */
+           sys_nosys },                        /* 169 = excluded netbsd32_sys_semsys */
 #endif
-#if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-       { 6, s(struct netbsd32_compat_10_sys_msgsys_args), 0,
-           netbsd32_compat_10_sys_msgsys },    /* 170 = omsgsys */
+#if defined(SYSVMSG) || !defined(_KERNEL)
+       { 6, s(struct compat_10_netbsd32_sys_msgsys_args), 0,
+           compat_10(netbsd32_sys_msgsys) },   /* 170 = compat_10 omsgsys */
 #else
        { 0, 0, 0,
-           sys_nosys },                        /* 170 = excluded 1.0 msgsys */
+           sys_nosys },                        /* 170 = excluded netbsd32_sys_msgsys */
 #endif
-#if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
-       { 4, s(struct netbsd32_compat_10_sys_shmsys_args), 0,
-           netbsd32_compat_10_sys_shmsys },    /* 171 = oshmsys */
+#if defined(SYSVSHM) || !defined(_KERNEL)
+       { 4, s(struct compat_10_netbsd32_sys_shmsys_args), 0,
+           compat_10(netbsd32_sys_shmsys) },   /* 171 = compat_10 oshmsys */
 #else
        { 0, 0, 0,
-           sys_nosys },                        /* 171 = excluded 1.0 shmsys */
+           sys_nosys },                        /* 171 = excluded netbsd32_sys_shmsys */
 #endif
        { 0, 0, 0,
            sys_nosys },                        /* 172 = unimplemented */
diff -r f89c38b09193 -r c6f6f483018e sys/compat/sunos32/sunos32_syscall.h
--- a/sys/compat/sunos32/sunos32_syscall.h      Mon Apr 29 09:53:39 2002 +0000
+++ b/sys/compat/sunos32/sunos32_syscall.h      Mon Apr 29 09:55:11 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscall.h,v 1.8 2002/01/03 15:30:08 mrg Exp $ */
+/* $NetBSD: sunos32_syscall.h,v 1.9 2002/04/29 09:55:14 mrg Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.7 2002/01/03 15:28:43 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.8 2002/04/29 09:53:42 mrg Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r f89c38b09193 -r c6f6f483018e sys/compat/sunos32/sunos32_syscallargs.h
--- a/sys/compat/sunos32/sunos32_syscallargs.h  Mon Apr 29 09:53:39 2002 +0000
+++ b/sys/compat/sunos32/sunos32_syscallargs.h  Mon Apr 29 09:55:11 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos32_syscallargs.h,v 1.8 2002/01/03 15:30:08 mrg Exp $ */
+/* $NetBSD: sunos32_syscallargs.h,v 1.9 2002/04/29 09:55:14 mrg Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       NetBSD: syscalls.master,v 1.7 2002/01/03 15:28:43 mrg Exp 
+ * created from;       NetBSD: syscalls.master,v 1.8 2002/04/29 09:53:42 mrg Exp 
  */
 
 #ifndef _SUNOS32_SYS__SYSCALLARGS_H_
@@ -382,15 +382,15 @@
 int    sunos32_sys_mount(struct proc *, void *, register_t *);
 int    sunos32_sys_ustat(struct proc *, void *, register_t *);
 #ifdef SYSVSEM



Home | Main Index | Thread Index | Old Index