Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/compat/netbsd32 Regen (for ticket #761)



details:   https://anonhg.NetBSD.org/src/rev/e520c5227ace
branches:  netbsd-9
changeset: 745649:e520c5227ace
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 08 10:38:10 2020 +0000

description:
Regen (for ticket #761)

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h           |   9 +++------
 sys/compat/netbsd32/netbsd32_syscallargs.h       |   6 ++----
 sys/compat/netbsd32/netbsd32_syscalls.c          |  12 +++++-------
 sys/compat/netbsd32/netbsd32_syscalls_autoload.c |  15 +++++++--------
 sys/compat/netbsd32/netbsd32_sysent.c            |  13 +++++--------
 sys/compat/netbsd32/netbsd32_systrace_args.c     |  12 +-----------
 6 files changed, 23 insertions(+), 44 deletions(-)

diffs (249 lines):

diff -r 2f1684b1545c -r e520c5227ace sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Sun Mar 08 10:36:38 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Sun Mar 08 10:38:10 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.142.2.1 2019/11/04 14:47:33 martin Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.142.2.2 2020/03/08 10:38:10 martin Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.2 2020/03/08 10:36:38 martin Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -432,13 +432,10 @@
 /* syscall: "compat_50_netbsd32_quotactl" ret: "int" args: "netbsd32_charp" "int" "int" "netbsd32_voidp" */
 #define        NETBSD32_SYS_compat_50_netbsd32_quotactl        148
 
-/* syscall: "compat_43_oquota" ret: "int" args: */
-#define        NETBSD32_SYS_compat_43_oquota   149
-
 #else
                                /* 148 is excluded compat_netbsd32_quotactl */
+#endif
                                /* 149 is excluded compat_netbsd32_quota */
-#endif
 /* syscall: "compat_43_netbsd32_ogetsockname" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
 #define        NETBSD32_SYS_compat_43_netbsd32_ogetsockname    150
 
diff -r 2f1684b1545c -r e520c5227ace sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Sun Mar 08 10:36:38 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Sun Mar 08 10:38:10 2020 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.141.2.1 2019/11/04 14:47:33 martin Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.141.2.2 2020/03/08 10:38:10 martin Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.2 2020/03/08 10:36:38 martin Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -2899,8 +2899,6 @@
 #if defined(QUOTA) || !defined(_KERNEL_OPT)
 int    compat_50_netbsd32_quotactl(struct lwp *, const struct compat_50_netbsd32_quotactl_args *, register_t *);
 
-int    compat_43_sys_quota(struct lwp *, const void *, register_t *);
-
 #else
 #endif
 int    compat_43_netbsd32_ogetsockname(struct lwp *, const struct compat_43_netbsd32_ogetsockname_args *, register_t *);
diff -r 2f1684b1545c -r e520c5227ace sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Sun Mar 08 10:36:38 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Sun Mar 08 10:38:10 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.141.2.1 2019/11/04 14:47:33 martin Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.141.2.2 2020/03/08 10:38:10 martin Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.2 2020/03/08 10:36:38 martin Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.141.2.1 2019/11/04 14:47:33 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.141.2.2 2020/03/08 10:38:10 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -180,11 +180,10 @@
        /* 147 */       "setsid",
 #if defined(QUOTA) || !defined(_KERNEL_OPT)
        /* 148 */       "compat_50_netbsd32_quotactl",
-       /* 149 */       "compat_43_oquota",
 #else
        /* 148 */       "#148 (excluded compat_netbsd32_quotactl)",
+#endif
        /* 149 */       "#149 (excluded compat_netbsd32_quota)",
-#endif
        /* 150 */       "compat_43_netbsd32_ogetsockname",
        /* 151 */       "#151 (unimplemented)",
        /* 152 */       "#152 (unimplemented)",
@@ -714,11 +713,10 @@
        /* 147 */       NULL, /* setsid */
 #if defined(QUOTA) || !defined(_KERNEL_OPT)
        /* 148 */       NULL, /* compat_50_netbsd32_quotactl */
-       /* 149 */       NULL, /* compat_43_oquota */
 #else
        /* 148 */       NULL, /* excluded compat_netbsd32_quotactl */
+#endif
        /* 149 */       NULL, /* excluded compat_netbsd32_quota */
-#endif
        /* 150 */       NULL, /* compat_43_netbsd32_ogetsockname */
        /* 151 */       NULL, /* unimplemented */
        /* 152 */       NULL, /* unimplemented */
diff -r 2f1684b1545c -r e520c5227ace sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Sun Mar 08 10:36:38 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Sun Mar 08 10:38:10 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.21.2.1 2019/11/04 14:47:33 martin Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.21.2.2 2020/03/08 10:38:10 martin Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.2 2020/03/08 10:36:38 martin Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.21.2.1 2019/11/04 14:47:33 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.21.2.2 2020/03/08 10:38:10 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -40,16 +40,16 @@
            { NETBSD32_SYS_compat_12_netbsd32_reboot, "compat_netbsd32_12" },
            { NETBSD32_SYS_compat_43_netbsd32_fstat43, "compat_netbsd32_43" },
            { NETBSD32_SYS_compat_43_netbsd32_ogetkerninfo, "compat_netbsd32_43" },
-           { NETBSD32_SYS_compat_43_ogetpagesize, "compat_netbsd32_43" },
+           { NETBSD32_SYS_compat_43_ogetpagesize, "compat_43" },
            { NETBSD32_SYS_compat_12_netbsd32_msync, "compat_netbsd32_12" },
            { NETBSD32_SYS_compat_43_netbsd32_ommap, "compat_netbsd32_43" },
            { NETBSD32_SYS_compat_50_netbsd32_setitimer, "compat_netbsd32_50" },
-           { NETBSD32_SYS_compat_43_owait, "compat_netbsd32_43" },
+           { NETBSD32_SYS_compat_43_owait, "compat_43" },
            { NETBSD32_SYS_compat_12_netbsd32_oswapon, "compat_netbsd32_12" },
            { NETBSD32_SYS_compat_50_netbsd32_getitimer, "compat_netbsd32_50" },
            { NETBSD32_SYS_compat_43_netbsd32_ogethostname, "compat_netbsd32_43" },
            { NETBSD32_SYS_compat_43_netbsd32_osethostname, "compat_netbsd32_43" },
-           { NETBSD32_SYS_compat_43_ogetdtablesize, "compat_netbsd32_43" },
+           { NETBSD32_SYS_compat_43_ogetdtablesize, "compat_43" },
            { NETBSD32_SYS_compat_50_netbsd32_select, "compat_netbsd32_50" },
            { NETBSD32_SYS_compat_30_netbsd32_socket, "compat_netbsd32_30" },
            { NETBSD32_SYS_compat_43_netbsd32_oaccept, "compat_netbsd32_43" },
@@ -72,14 +72,13 @@
            { NETBSD32_SYS_compat_50_netbsd32_utimes, "compat_netbsd32_50" },
            { NETBSD32_SYS_compat_50_netbsd32_adjtime, "compat_netbsd32_50" },
            { NETBSD32_SYS_compat_43_netbsd32_ogetpeername, "compat_netbsd32_43" },
-           { NETBSD32_SYS_compat_43_ogethostid, "compat_netbsd32_43" },
+           { NETBSD32_SYS_compat_43_ogethostid, "compat_43" },
            { NETBSD32_SYS_compat_43_netbsd32_sethostid, "compat_netbsd32_43" },
            { NETBSD32_SYS_compat_43_netbsd32_ogetrlimit, "compat_netbsd32_43" },
            { NETBSD32_SYS_compat_43_netbsd32_osetrlimit, "compat_netbsd32_43" },
            { NETBSD32_SYS_compat_43_netbsd32_killpg, "compat_netbsd32_43" },
 #if defined(QUOTA) || !defined(_KERNEL_OPT)
            { NETBSD32_SYS_compat_50_netbsd32_quotactl, "compat_netbsd32_50" },
-           { NETBSD32_SYS_compat_43_oquota, "compat_netbsd32_43" },
 #else
 #endif
            { NETBSD32_SYS_compat_43_netbsd32_ogetsockname, "compat_netbsd32_43" },
diff -r 2f1684b1545c -r e520c5227ace sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Sun Mar 08 10:36:38 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Sun Mar 08 10:38:10 2020 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.140.2.1 2019/11/04 14:47:33 martin Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.140.2.2 2020/03/08 10:38:10 martin Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.127.2.1 2019/11/04 14:46:57 martin Exp
+ * created from        NetBSD: syscalls.master,v 1.127.2.2 2020/03/08 10:36:38 martin Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.140.2.1 2019/11/04 14:47:33 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.140.2.2 2020/03/08 10:38:10 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -694,17 +694,14 @@
                ns(struct compat_50_netbsd32_quotactl_args),
                .sy_call = (sy_call_t *)sys_nomodule
        },              /* 148 = compat_50_netbsd32_quotactl */
-       {
-               .sy_call = (sy_call_t *)sys_nomodule
-       },              /* 149 = compat_43_oquota */
 #else
        {
                .sy_call = sys_nosys,
        },              /* 148 = filler */
+#endif
        {
                .sy_call = sys_nosys,
        },              /* 149 = filler */
-#endif
        {
                ns(struct compat_43_netbsd32_ogetsockname_args),
                .sy_call = (sy_call_t *)sys_nomodule
@@ -2092,7 +2089,7 @@
        0xc0b10140,     /* syscalls  32- 63 */
        0x23f80083,     /* syscalls  64- 95 */
        0x2437f0ea,     /* syscalls  96-127 */
-       0x7877f406,     /* syscalls 128-159 */
+       0x7857f406,     /* syscalls 128-159 */
        0x70008e1e,     /* syscalls 160-191 */
        0xf0004010,     /* syscalls 192-223 */
        0x001167ff,     /* syscalls 224-255 */
diff -r 2f1684b1545c -r e520c5227ace sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c      Sun Mar 08 10:36:38 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c      Sun Mar 08 10:38:10 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.32.2.1 2019/11/04 14:47:33 martin Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.32.2.2 2020/03/08 10:38:10 martin Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.
@@ -1105,11 +1105,6 @@
                *n_args = 4;
                break;
        }
-       /* sys_quota */
-       case 149: {
-               *n_args = 0;
-               break;
-       }
 #else
 #endif
        /* netbsd32_ogetsockname */
@@ -5266,9 +5261,6 @@
                        break;
                };
                break;
-       /* sys_quota */
-       case 149:
-               break;
 #else
 #endif
        /* netbsd32_ogetsockname */
@@ -10067,8 +10059,6 @@
                if (ndx == 0 || ndx == 1)
                        p = "int";
                break;
-       /* sys_quota */
-       case 149:
 #else
 #endif
        /* netbsd32_ogetsockname */



Home | Main Index | Thread Index | Old Index