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 And regen again
details: https://anonhg.NetBSD.org/src/rev/a1ab70740ae6
branches: pgoyette-compat
changeset: 830654:a1ab70740ae6
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Sep 11 06:12:17 2018 +0000
description:
And regen again
diffstat:
sys/compat/netbsd32/netbsd32_syscall.h | 28 ++++++------
sys/compat/netbsd32/netbsd32_syscallargs.h | 56 ++++++++++++------------
sys/compat/netbsd32/netbsd32_syscalls.c | 30 ++++++------
sys/compat/netbsd32/netbsd32_syscalls_autoload.c | 18 +++---
sys/compat/netbsd32/netbsd32_sysent.c | 38 ++++++++--------
sys/compat/netbsd32/netbsd32_systrace_args.c | 14 +++---
6 files changed, 92 insertions(+), 92 deletions(-)
diffs (truncated from 441 to 300 lines):
diff -r 7dcfc52f25f7 -r a1ab70740ae6 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h Tue Sep 11 06:11:59 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h Tue Sep 11 06:12:17 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.134.2.5 2018/09/11 05:48:07 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.134.2.6 2018/09/11 06:12:17 pgoyette Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.120.2.8 2018/09/11 05:47:52 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.120.2.9 2018/09/11 06:11:59 pgoyette Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -464,14 +464,14 @@
/* 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
+/* syscall: "compat_10_osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
+#define NETBSD32_SYS_compat_10_osemsys 169
-/* syscall: "omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
-#define NETBSD32_SYS_omsgsys 170
+/* syscall: "compat_10_omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
+#define NETBSD32_SYS_compat_10_omsgsys 170
-/* syscall: "oshmsys" ret: "int" args: "int" "int" "int" "int" */
-#define NETBSD32_SYS_oshmsys 171
+/* syscall: "compat_10_oshmsys" ret: "int" args: "int" "int" "int" "int" */
+#define NETBSD32_SYS_compat_10_oshmsys 171
/* syscall: "netbsd32_pread" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_off_t" */
#define NETBSD32_SYS_netbsd32_pread 173
@@ -803,14 +803,14 @@
/* syscall: "compat_20_netbsd32_fhstatfs" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat50p_t" */
#define NETBSD32_SYS_compat_20_netbsd32_fhstatfs 300
-/* syscall: "netbsd32___semctl14" ret: "int" args: "int" "int" "int" "..." */
-#define NETBSD32_SYS_netbsd32___semctl14 301
+/* syscall: "compat_50_netbsd32___semctl14" ret: "int" args: "int" "int" "int" "..." */
+#define NETBSD32_SYS_compat_50_netbsd32___semctl14 301
-/* syscall: "netbsd32___msgctl13" ret: "int" args: "int" "int" "netbsd32_msqid_ds50p_t" */
-#define NETBSD32_SYS_netbsd32___msgctl13 302
+/* syscall: "compat_50_netbsd32___msgctl13" ret: "int" args: "int" "int" "netbsd32_msqid_ds50p_t" */
+#define NETBSD32_SYS_compat_50_netbsd32___msgctl13 302
-/* syscall: "netbsd32___shmctl13" ret: "int" args: "int" "int" "netbsd32_shmid_ds50p_t" */
-#define NETBSD32_SYS_netbsd32___shmctl13 303
+/* syscall: "compat_50_netbsd32___shmctl13" ret: "int" args: "int" "int" "netbsd32_shmid_ds50p_t" */
+#define NETBSD32_SYS_compat_50_netbsd32___shmctl13 303
/* syscall: "netbsd32_lchflags" ret: "int" args: "netbsd32_charp" "netbsd32_u_long" */
#define NETBSD32_SYS_netbsd32_lchflags 304
diff -r 7dcfc52f25f7 -r a1ab70740ae6 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h Tue Sep 11 06:11:59 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h Tue Sep 11 06:12:17 2018 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.134.2.4 2018/09/11 05:48:07 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.134.2.5 2018/09/11 06:12:17 pgoyette Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.120.2.8 2018/09/11 05:47:52 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.120.2.9 2018/09/11 06:11:59 pgoyette Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -864,16 +864,16 @@
};
check_syscall_args(netbsd32_sysarch)
-struct netbsd32_semsys_args {
+struct compat_10_netbsd32_semsys_args {
syscallarg(int) which;
syscallarg(int) a2;
syscallarg(int) a3;
syscallarg(int) a4;
syscallarg(int) a5;
};
-check_syscall_args(netbsd32_semsys)
-
-struct netbsd32_msgsys_args {
+check_syscall_args(compat_10_netbsd32_semsys)
+
+struct compat_10_netbsd32_msgsys_args {
syscallarg(int) which;
syscallarg(int) a2;
syscallarg(int) a3;
@@ -881,15 +881,15 @@
syscallarg(int) a5;
syscallarg(int) a6;
};
-check_syscall_args(netbsd32_msgsys)
-
-struct netbsd32_shmsys_args {
+check_syscall_args(compat_10_netbsd32_msgsys)
+
+struct compat_10_netbsd32_shmsys_args {
syscallarg(int) which;
syscallarg(int) a2;
syscallarg(int) a3;
syscallarg(int) a4;
};
-check_syscall_args(netbsd32_shmsys)
+check_syscall_args(compat_10_netbsd32_shmsys)
struct netbsd32_pread_args {
syscallarg(int) fd;
@@ -1573,27 +1573,27 @@
};
check_syscall_args(compat_20_netbsd32_fhstatfs)
-struct netbsd32___semctl14_args {
+struct compat_50_netbsd32___semctl14_args {
syscallarg(int) semid;
syscallarg(int) semnum;
syscallarg(int) cmd;
syscallarg(netbsd32_semun50p_t) arg;
};
-check_syscall_args(netbsd32___semctl14)
-
-struct netbsd32___msgctl13_args {
+check_syscall_args(compat_50_netbsd32___semctl14)
+
+struct compat_50_netbsd32___msgctl13_args {
syscallarg(int) msqid;
syscallarg(int) cmd;
syscallarg(netbsd32_msqid_ds50p_t) buf;
};
-check_syscall_args(netbsd32___msgctl13)
-
-struct netbsd32___shmctl13_args {
+check_syscall_args(compat_50_netbsd32___msgctl13)
+
+struct compat_50_netbsd32___shmctl13_args {
syscallarg(int) shmid;
syscallarg(int) cmd;
syscallarg(netbsd32_shmid_ds50p_t) buf;
};
-check_syscall_args(netbsd32___shmctl13)
+check_syscall_args(compat_50_netbsd32___shmctl13)
struct netbsd32_lchflags_args {
syscallarg(netbsd32_charp) path;
@@ -2917,11 +2917,11 @@
int netbsd32_sysarch(struct lwp *, const struct netbsd32_sysarch_args *, register_t *);
-int netbsd32_semsys(struct lwp *, const struct netbsd32_semsys_args *, register_t *);
-
-int netbsd32_msgsys(struct lwp *, const struct netbsd32_msgsys_args *, register_t *);
-
-int netbsd32_shmsys(struct lwp *, const struct netbsd32_shmsys_args *, register_t *);
+int compat_10_netbsd32_semsys(struct lwp *, const struct compat_10_netbsd32_semsys_args *, register_t *);
+
+int compat_10_netbsd32_msgsys(struct lwp *, const struct compat_10_netbsd32_msgsys_args *, register_t *);
+
+int compat_10_netbsd32_shmsys(struct lwp *, const struct compat_10_netbsd32_shmsys_args *, register_t *);
int netbsd32_pread(struct lwp *, const struct netbsd32_pread_args *, register_t *);
@@ -3140,11 +3140,11 @@
int compat_20_netbsd32_fhstatfs(struct lwp *, const struct compat_20_netbsd32_fhstatfs_args *, register_t *);
-int netbsd32___semctl14(struct lwp *, const struct netbsd32___semctl14_args *, register_t *);
-
-int netbsd32___msgctl13(struct lwp *, const struct netbsd32___msgctl13_args *, register_t *);
-
-int netbsd32___shmctl13(struct lwp *, const struct netbsd32___shmctl13_args *, register_t *);
+int compat_50_netbsd32___semctl14(struct lwp *, const struct compat_50_netbsd32___semctl14_args *, register_t *);
+
+int compat_50_netbsd32___msgctl13(struct lwp *, const struct compat_50_netbsd32___msgctl13_args *, register_t *);
+
+int compat_50_netbsd32___shmctl13(struct lwp *, const struct compat_50_netbsd32___shmctl13_args *, register_t *);
int netbsd32_lchflags(struct lwp *, const struct netbsd32_lchflags_args *, register_t *);
diff -r 7dcfc52f25f7 -r a1ab70740ae6 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c Tue Sep 11 06:11:59 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c Tue Sep 11 06:12:17 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.132.2.5 2018/09/11 05:48:07 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.132.2.6 2018/09/11 06:12:17 pgoyette Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.120.2.8 2018/09/11 05:47:52 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.120.2.9 2018/09/11 06:11:59 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.132.2.5 2018/09/11 05:48:07 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.132.2.6 2018/09/11 06:12:17 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@@ -197,9 +197,9 @@
/* 166 */ "#166 (unimplemented)",
/* 167 */ "#167 (unimplemented)",
/* 168 */ "#168 (unimplemented)",
- /* 169 */ "osemsys",
- /* 170 */ "omsgsys",
- /* 171 */ "oshmsys",
+ /* 169 */ "compat_10_osemsys",
+ /* 170 */ "compat_10_omsgsys",
+ /* 171 */ "compat_10_oshmsys",
/* 172 */ "#172 (unimplemented)",
/* 173 */ "netbsd32_pread",
/* 174 */ "netbsd32_pwrite",
@@ -334,9 +334,9 @@
/* 298 */ "compat_30_netbsd32_fhopen",
/* 299 */ "compat_30_netbsd32_fhstat",
/* 300 */ "compat_20_netbsd32_fhstatfs",
- /* 301 */ "netbsd32___semctl14",
- /* 302 */ "netbsd32___msgctl13",
- /* 303 */ "netbsd32___shmctl13",
+ /* 301 */ "compat_50_netbsd32___semctl14",
+ /* 302 */ "compat_50_netbsd32___msgctl13",
+ /* 303 */ "compat_50_netbsd32___shmctl13",
/* 304 */ "netbsd32_lchflags",
/* 305 */ "issetugid",
/* 306 */ "netbsd32_utrace",
@@ -727,9 +727,9 @@
/* 166 */ NULL, /* unimplemented */
/* 167 */ NULL, /* unimplemented */
/* 168 */ NULL, /* unimplemented */
- /* 169 */ "semsys",
- /* 170 */ "msgsys",
- /* 171 */ "shmsys",
+ /* 169 */ NULL, /* compat_10_osemsys */
+ /* 170 */ NULL, /* compat_10_omsgsys */
+ /* 171 */ NULL, /* compat_10_oshmsys */
/* 172 */ NULL, /* unimplemented */
/* 173 */ "pread",
/* 174 */ "pwrite",
@@ -864,9 +864,9 @@
/* 298 */ NULL, /* compat_30_netbsd32_fhopen */
/* 299 */ NULL, /* compat_30_netbsd32_fhstat */
/* 300 */ NULL, /* compat_20_netbsd32_fhstatfs */
- /* 301 */ "semctl",
- /* 302 */ "msgctl",
- /* 303 */ "shmctl",
+ /* 301 */ NULL, /* compat_50_netbsd32___semctl14 */
+ /* 302 */ NULL, /* compat_50_netbsd32___msgctl13 */
+ /* 303 */ NULL, /* compat_50_netbsd32___shmctl13 */
/* 304 */ "lchflags",
/* 305 */ NULL, /* issetugid */
/* 306 */ "utrace",
diff -r 7dcfc52f25f7 -r a1ab70740ae6 sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Tue Sep 11 06:11:59 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Tue Sep 11 06:12:17 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.4 2018/09/11 05:48:07 pgoyette Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.5 2018/09/11 06:12:17 pgoyette Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.120.2.8 2018/09/11 05:47:52 pgoyette Exp
+ * created from NetBSD: syscalls.master,v 1.120.2.9 2018/09/11 06:11:59 pgoyette Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.4 2018/09/11 05:48:07 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.13.2.5 2018/09/11 06:12:17 pgoyette Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd32_syscalls_autoload[] = {
@@ -39,9 +39,9 @@
{ NETBSD32_SYS_compat_09_netbsd32_ogetdomainname, "compat_netbsd32_09" },
{ NETBSD32_SYS_compat_09_netbsd32_osetdomainname, "compat_netbsd32_09" },
{ NETBSD32_SYS_compat_09_netbsd32_uname, "compat_netbsd32_09" },
- { NETBSD32_SYS_osemsys, "compat_netbsd32_sysvipc" },
- { NETBSD32_SYS_omsgsys, "compat_netbsd32_sysvipc" },
- { NETBSD32_SYS_oshmsys, "compat_netbsd32_sysvipc" },
+ { NETBSD32_SYS_compat_10_osemsys, "compat_netbsd32_sysvipc" },
+ { NETBSD32_SYS_compat_10_omsgsys, "compat_netbsd32_sysvipc" },
+ { NETBSD32_SYS_compat_10_oshmsys, "compat_netbsd32_sysvipc" },
{ NETBSD32_SYS_compat_12_netbsd32_stat12, "compat_netbsd32_12" },
{ NETBSD32_SYS_compat_12_netbsd32_fstat12, "compat_netbsd32_12" },
{ NETBSD32_SYS_compat_12_netbsd32_lstat12, "compat_netbsd32_12" },
@@ -83,9 +83,9 @@
{ NETBSD32_SYS_compat_30_netbsd32_fhopen, "compat_netbsd32_30" },
{ NETBSD32_SYS_compat_30_netbsd32_fhstat, "compat_netbsd32_30" },
{ NETBSD32_SYS_compat_20_netbsd32_fhstatfs, "compat_netbsd32_20" },
- { NETBSD32_SYS_netbsd32___semctl14, "compat_netbsd32_sysvipc" },
- { NETBSD32_SYS_netbsd32___msgctl13, "compat_netbsd32_sysvipc" },
- { NETBSD32_SYS_netbsd32___shmctl13, "compat_netbsd32_sysvipc" },
+ { NETBSD32_SYS_compat_50_netbsd32___semctl14, "compat_netbsd32_sysvipc" },
Home |
Main Index |
Thread Index |
Old Index