Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 regen.



details:   https://anonhg.NetBSD.org/src/rev/8143fe9ec59c
branches:  trunk
changeset: 446904:8143fe9ec59c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 24 21:27:37 2018 +0000

description:
regen.

diffstat:

 sys/compat/netbsd32/netbsd32_syscall.h           |   8 ++++----
 sys/compat/netbsd32/netbsd32_syscallargs.h       |  10 +++++-----
 sys/compat/netbsd32/netbsd32_syscalls.c          |   6 +++---
 sys/compat/netbsd32/netbsd32_syscalls_autoload.c |   6 +++---
 sys/compat/netbsd32/netbsd32_sysent.c            |   6 +++---
 sys/compat/netbsd32/netbsd32_systrace_args.c     |   2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)

diffs (140 lines):

diff -r 45f17a6563b1 -r 8143fe9ec59c sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h    Mon Dec 24 21:27:05 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h    Mon Dec 24 21:27:37 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.138 2018/08/10 21:47:15 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.139 2018/12/24 21:27:37 mrg Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.123 2018/07/31 21:00:02 rjs Exp
+ * created from        NetBSD: syscalls.master,v 1.124 2018/12/24 21:27:06 mrg Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -73,8 +73,8 @@
 /* syscall: "getpid" ret: "pid_t" args: */
 #define        NETBSD32_SYS_getpid     20
 
-/* syscall: "netbsd32_mount" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_voidp" */
-#define        NETBSD32_SYS_netbsd32_mount     21
+/* syscall: "compat_40_netbsd32_mount" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_voidp" */
+#define        NETBSD32_SYS_compat_40_netbsd32_mount   21
 
 /* syscall: "netbsd32_unmount" ret: "int" args: "netbsd32_charp" "int" */
 #define        NETBSD32_SYS_netbsd32_unmount   22
diff -r 45f17a6563b1 -r 8143fe9ec59c sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Dec 24 21:27:05 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h        Mon Dec 24 21:27:37 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.137 2018/08/10 21:47:15 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.138 2018/12/24 21:27:37 mrg Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.123 2018/07/31 21:00:02 rjs Exp
+ * created from        NetBSD: syscalls.master,v 1.124 2018/12/24 21:27:06 mrg Exp
  */
 
 #ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -144,13 +144,13 @@
 };
 check_syscall_args(compat_43_netbsd32_olseek)
 
-struct netbsd32_mount_args {
+struct compat_40_netbsd32_mount_args {
        syscallarg(netbsd32_charp) type;
        syscallarg(netbsd32_charp) path;
        syscallarg(int) flags;
        syscallarg(netbsd32_voidp) data;
 };
-check_syscall_args(netbsd32_mount)
+check_syscall_args(compat_40_netbsd32_mount)
 
 struct netbsd32_unmount_args {
        syscallarg(netbsd32_charp) path;
@@ -2663,7 +2663,7 @@
 
 int    sys_getpid(struct lwp *, const void *, register_t *);
 
-int    netbsd32_mount(struct lwp *, const struct netbsd32_mount_args *, register_t *);
+int    compat_40_netbsd32_mount(struct lwp *, const struct compat_40_netbsd32_mount_args *, register_t *);
 
 int    netbsd32_unmount(struct lwp *, const struct netbsd32_unmount_args *, register_t *);
 
diff -r 45f17a6563b1 -r 8143fe9ec59c sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Dec 24 21:27:05 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c   Mon Dec 24 21:27:37 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.137 2018/12/24 21:27:06 mrg Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.138 2018/12/24 21:27:37 mrg Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.123 2018/07/31 21:00:02 rjs Exp
+ * created from        NetBSD: syscalls.master,v 1.124 2018/12/24 21:27:06 mrg Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.137 2018/12/24 21:27:06 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.138 2018/12/24 21:27:37 mrg Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r 45f17a6563b1 -r 8143fe9ec59c sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Mon Dec 24 21:27:05 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c  Mon Dec 24 21:27:37 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.17 2018/12/24 21:27:06 mrg Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.18 2018/12/24 21:27:37 mrg Exp $ */
 
 /*
  * System call autoload table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.123 2018/07/31 21:00:02 rjs Exp
+ * created from        NetBSD: syscalls.master,v 1.124 2018/12/24 21:27:06 mrg Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.17 2018/12/24 21:27:06 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.18 2018/12/24 21:27:37 mrg Exp $");
 
 #include <sys/proc.h>
 static struct sc_autoload netbsd32_syscalls_autoload[] = {
diff -r 45f17a6563b1 -r 8143fe9ec59c sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c     Mon Dec 24 21:27:05 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c     Mon Dec 24 21:27:37 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.136 2018/12/24 21:27:06 mrg Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.137 2018/12/24 21:27:37 mrg Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.123 2018/07/31 21:00:02 rjs Exp
+ * created from        NetBSD: syscalls.master,v 1.124 2018/12/24 21:27:06 mrg Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.136 2018/12/24 21:27:06 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.137 2018/12/24 21:27:37 mrg Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
diff -r 45f17a6563b1 -r 8143fe9ec59c sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c      Mon Dec 24 21:27:05 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c      Mon Dec 24 21:27:37 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.28 2018/12/24 21:27:06 mrg Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.29 2018/12/24 21:27:37 mrg Exp $ */
 
 /*
  * System call argument to DTrace register array converstion.



Home | Main Index | Thread Index | Old Index