Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 Regen



details:   https://anonhg.NetBSD.org/src/rev/04936c593c09
branches:  pgoyette-compat
changeset: 830821:04936c593c09
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 29 04:11:45 2018 +0000

description:
Regen

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h           |  13 ++-----------
 sys/compat/netbsd32/netbsd32_syscallargs.h       |  16 ++--------------
 sys/compat/netbsd32/netbsd32_syscalls.c          |  24 +++---------------------
 sys/compat/netbsd32/netbsd32_syscalls_autoload.c |   6 +++---
 sys/compat/netbsd32/netbsd32_sysent.c            |  21 +++------------------
 sys/compat/netbsd32/netbsd32_systrace_args.c     |  20 +-------------------
 6 files changed, 14 insertions(+), 86 deletions(-)

diffs (truncated from 386 to 300 lines):

diff -r 3dcbaa1bec35 -r 04936c593c09 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Sat Sep 29 04:11:06 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Sat Sep 29 04:11:45 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.134.2.14 2018/09/14 10:41:47 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.134.2.15 2018/09/29 04:11:45 pgoyette Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.120.2.17 2018/09/14 10:41:13 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.120.2.18 2018/09/29 04:11:06 pgoyette Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -479,17 +479,12 @@
 /* syscall: "netbsd32_pwrite" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_off_t" */
 #define        NETBSD32_SYS_netbsd32_pwrite    174
 
-#if defined(NTP) || !defined(_KERNEL_OPT)
 /* syscall: "compat_30_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimeval50p_t" */
 #define        NETBSD32_SYS_compat_30_netbsd32_ntp_gettime     175
 
 /* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
 #define        NETBSD32_SYS_netbsd32_ntp_adjtime       176
 
-#else
-                               /* 175 is excluded ntp_gettime */
-                               /* 176 is excluded ntp_adjtime */
-#endif
 /* syscall: "netbsd32_setgid" ret: "int" args: "gid_t" */
 #define        NETBSD32_SYS_netbsd32_setgid    181
 
@@ -1032,13 +1027,9 @@
 /* syscall: "compat_30_netbsd32___fhstat30" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat50p_t" */
 #define        NETBSD32_SYS_compat_30_netbsd32___fhstat30      392
 
-#if defined(NTP) || !defined(_KERNEL_OPT)
 /* syscall: "compat_50_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimeval50p_t" */
 #define        NETBSD32_SYS_compat_50_netbsd32_ntp_gettime     393
 
-#else
-                               /* 393 is excluded __ntp_gettime30 */
-#endif
 /* syscall: "netbsd32___socket30" ret: "int" args: "int" "int" "int" */
 #define        NETBSD32_SYS_netbsd32___socket30        394
 
diff -r 3dcbaa1bec35 -r 04936c593c09 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Sat Sep 29 04:11:06 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Sat Sep 29 04:11:45 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.134.2.13 2018/09/14 10:41:47 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.134.2.14 2018/09/29 04:11:45 pgoyette Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.120.2.17 2018/09/14 10:41:13 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.120.2.18 2018/09/29 04:11:06 pgoyette Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -908,7 +908,6 @@
        syscallarg(netbsd32_off_t) offset;
 };
 check_syscall_args(netbsd32_pwrite)
-#if defined(NTP) || !defined(_KERNEL_OPT)
 
 struct compat_30_netbsd32_ntp_gettime_args {
        syscallarg(netbsd32_ntptimeval50p_t) ntvp;
@@ -919,8 +918,6 @@
        syscallarg(netbsd32_timexp_t) tp;
 };
 check_syscall_args(netbsd32_ntp_adjtime)
-#else
-#endif
 
 struct netbsd32_setgid_args {
        syscallarg(gid_t) gid;
@@ -2053,14 +2050,11 @@
        syscallarg(netbsd32_stat50p_t) sb;
 };
 check_syscall_args(compat_30_netbsd32___fhstat30)
-#if defined(NTP) || !defined(_KERNEL_OPT)
 
 struct compat_50_netbsd32_ntp_gettime_args {
        syscallarg(netbsd32_ntptimeval50p_t) ntvp;
 };
 check_syscall_args(compat_50_netbsd32_ntp_gettime)
-#else
-#endif
 
 struct netbsd32___socket30_args {
        syscallarg(int) domain;
@@ -2927,13 +2921,10 @@
 
 int    netbsd32_pwrite(struct lwp *, const struct netbsd32_pwrite_args *, register_t *);
 
-#if defined(NTP) || !defined(_KERNEL_OPT)
 int    compat_30_netbsd32_ntp_gettime(struct lwp *, const struct compat_30_netbsd32_ntp_gettime_args *, register_t *);
 
 int    netbsd32_ntp_adjtime(struct lwp *, const struct netbsd32_ntp_adjtime_args *, register_t *);
 
-#else
-#endif
 int    netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
 
 int    netbsd32_setegid(struct lwp *, const struct netbsd32_setegid_args *, register_t *);
@@ -3286,11 +3277,8 @@
 
 int    compat_30_netbsd32___fhstat30(struct lwp *, const struct compat_30_netbsd32___fhstat30_args *, register_t *);
 
-#if defined(NTP) || !defined(_KERNEL_OPT)
 int    compat_50_netbsd32_ntp_gettime(struct lwp *, const struct compat_50_netbsd32_ntp_gettime_args *, register_t *);
 
-#else
-#endif
 int    netbsd32___socket30(struct lwp *, const struct netbsd32___socket30_args *, register_t *);
 
 int    netbsd32___getfh30(struct lwp *, const struct netbsd32___getfh30_args *, register_t *);
diff -r 3dcbaa1bec35 -r 04936c593c09 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Sat Sep 29 04:11:06 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Sat Sep 29 04:11:45 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.132.2.14 2018/09/14 10:41:47 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.132.2.15 2018/09/29 04:11:45 pgoyette Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.120.2.17 2018/09/14 10:41:13 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.120.2.18 2018/09/29 04:11:06 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.132.2.14 2018/09/14 10:41:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.132.2.15 2018/09/29 04:11:45 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -203,13 +203,8 @@
        /* 172 */       "#172 (unimplemented)",
        /* 173 */       "netbsd32_pread",
        /* 174 */       "netbsd32_pwrite",
-#if defined(NTP) || !defined(_KERNEL_OPT)
        /* 175 */       "compat_30_netbsd32_ntp_gettime",
        /* 176 */       "netbsd32_ntp_adjtime",
-#else
-       /* 175 */       "#175 (excluded ntp_gettime)",
-       /* 176 */       "#176 (excluded ntp_adjtime)",
-#endif
        /* 177 */       "#177 (unimplemented)",
        /* 178 */       "#178 (unimplemented)",
        /* 179 */       "#179 (unimplemented)",
@@ -426,11 +421,7 @@
        /* 390 */       "netbsd32___getdents30",
        /* 391 */       "#391 (ignored old posix fadvise)",
        /* 392 */       "compat_30_netbsd32___fhstat30",
-#if defined(NTP) || !defined(_KERNEL_OPT)
        /* 393 */       "compat_50_netbsd32_ntp_gettime",
-#else
-       /* 393 */       "#393 (excluded __ntp_gettime30)",
-#endif
        /* 394 */       "netbsd32___socket30",
        /* 395 */       "netbsd32___getfh30",
        /* 396 */       "netbsd32___fhopen40",
@@ -733,13 +724,8 @@
        /* 172 */       NULL, /* unimplemented */
        /* 173 */       "pread",
        /* 174 */       "pwrite",
-#if defined(NTP) || !defined(_KERNEL_OPT)
        /* 175 */       NULL, /* compat_30_netbsd32_ntp_gettime */
        /* 176 */       "ntp_adjtime",
-#else
-       /* 175 */       NULL, /* excluded ntp_gettime */
-       /* 176 */       NULL, /* excluded ntp_adjtime */
-#endif
        /* 177 */       NULL, /* unimplemented */
        /* 178 */       NULL, /* unimplemented */
        /* 179 */       NULL, /* unimplemented */
@@ -956,11 +942,7 @@
        /* 390 */       "getdents",
        /* 391 */       NULL, /* ignored old posix fadvise */
        /* 392 */       NULL, /* compat_30_netbsd32___fhstat30 */
-#if defined(NTP) || !defined(_KERNEL_OPT)
        /* 393 */       NULL, /* compat_50_netbsd32_ntp_gettime */
-#else
-       /* 393 */       NULL, /* excluded __ntp_gettime30 */
-#endif
        /* 394 */       "socket",
        /* 395 */       "getfh",
        /* 396 */       "fhopen",
diff -r 3dcbaa1bec35 -r 04936c593c09 sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Sat Sep 29 04:11:06 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Sat Sep 29 04:11:45 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.13 2018/09/14 10:41:47 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.14 2018/09/29 04:11:45 pgoyette Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.120.2.17 2018/09/14 10:41:13 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.120.2.18 2018/09/29 04:11:06 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.13 2018/09/14 10:41:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.14 2018/09/29 04:11:45 pgoyette Exp $");
 
 #include <sys/proc.h>
 static struct sc_autoload netbsd32_syscalls_autoload[] = {
diff -r 3dcbaa1bec35 -r 04936c593c09 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Sat Sep 29 04:11:06 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Sat Sep 29 04:11:45 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.132.2.13 2018/09/14 10:41:47 pgoyette Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.132.2.14 2018/09/29 04:11:45 pgoyette Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.120.2.17 2018/09/14 10:41:13 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.120.2.18 2018/09/29 04:11:06 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.132.2.13 2018/09/14 10:41:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.132.2.14 2018/09/29 04:11:45 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -786,7 +786,6 @@
                .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
                .sy_call = (sy_call_t *)netbsd32_pwrite
        },              /* 174 = netbsd32_pwrite */
-#if defined(NTP) || !defined(_KERNEL_OPT)
        {
                ns(struct compat_30_netbsd32_ntp_gettime_args),
                .sy_call = (sy_call_t *)sys_nomodule
@@ -795,14 +794,6 @@
                ns(struct netbsd32_ntp_adjtime_args),
                .sy_call = (sy_call_t *)netbsd32_ntp_adjtime
        },              /* 176 = netbsd32_ntp_adjtime */
-#else
-       {
-               .sy_call = sys_nosys,
-       },              /* 175 = filler */
-       {
-               .sy_call = sys_nosys,
-       },              /* 176 = filler */
-#endif
        {
                .sy_call = sys_nosys,
        },              /* 177 = filler */
@@ -1627,16 +1618,10 @@
                ns(struct compat_30_netbsd32___fhstat30_args),
                .sy_call = (sy_call_t *)sys_nomodule
        },              /* 392 = compat_30_netbsd32___fhstat30 */
-#if defined(NTP) || !defined(_KERNEL_OPT)
        {
                ns(struct compat_50_netbsd32_ntp_gettime_args),
                .sy_call = (sy_call_t *)sys_nomodule
        },              /* 393 = compat_50_netbsd32_ntp_gettime */
-#else
-       {
-               .sy_call = sys_nosys,
-       },              /* 393 = filler */
-#endif
        {
                ns(struct netbsd32___socket30_args),
                .sy_call = (sy_call_t *)netbsd32___socket30
diff -r 3dcbaa1bec35 -r 04936c593c09 sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c      Sat Sep 29 04:11:06 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c      Sat Sep 29 04:11:45 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.24.2.13 2018/09/14 10:41:47 pgoyette Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.24.2.14 2018/09/29 04:11:45 pgoyette Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.
@@ -1246,7 +1246,6 @@
                *n_args = 5;
                break;
        }
-#if defined(NTP) || !defined(_KERNEL_OPT)
        /* netbsd32_ntp_gettime */
        case 175: {
                const struct compat_30_netbsd32_ntp_gettime_args *p = params;
@@ -1261,8 +1260,6 @@
                *n_args = 1;
                break;
        }
-#else
-#endif



Home | Main Index | Thread Index | Old Index