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/b57bc98f766b
branches: trunk
changeset: 966573:b57bc98f766b
user: rin <rin%NetBSD.org@localhost>
date: Mon Nov 04 11:33:01 2019 +0000
description:
regen
diffstat:
sys/compat/netbsd32/netbsd32_syscall.h | 8 ++++----
sys/compat/netbsd32/netbsd32_syscallargs.h | 8 ++++----
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 | 10 +++++-----
6 files changed, 22 insertions(+), 22 deletions(-)
diffs (176 lines):
diff -r d33ffe44a053 -r b57bc98f766b sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h Mon Nov 04 11:32:22 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h Mon Nov 04 11:33:01 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.145 2019/11/04 11:21:36 rin Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.146 2019/11/04 11:33:01 rin Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.129 2019/11/04 11:20:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -1274,7 +1274,7 @@
/* syscall: "netbsd32_clock_getcpuclockid2" ret: "int" args: "idtype_t" "id_t" "netbsd32_clockidp_t" */
#define NETBSD32_SYS_netbsd32_clock_getcpuclockid2 482
-/* syscall: "netbsd32___getvfsstat90" ret: "int" args: "netbsd32_statvfsp_t" "size_t" "int" */
+/* syscall: "netbsd32___getvfsstat90" ret: "int" args: "netbsd32_statvfsp_t" "netbsd32_size_t" "int" */
#define NETBSD32_SYS_netbsd32___getvfsstat90 483
/* syscall: "netbsd32___statvfs190" ret: "int" args: "netbsd32_charp" "netbsd32_statvfsp_t" "int" */
@@ -1283,7 +1283,7 @@
/* syscall: "netbsd32___fstatvfs190" ret: "int" args: "int" "netbsd32_statvfsp_t" "int" */
#define NETBSD32_SYS_netbsd32___fstatvfs190 485
-/* syscall: "netbsd32___fhstatvfs190" ret: "int" args: "netbsd32_voidp" "size_t" "netbsd32_statvfsp_t" "int" */
+/* syscall: "netbsd32___fhstatvfs190" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_statvfsp_t" "int" */
#define NETBSD32_SYS_netbsd32___fhstatvfs190 486
#define NETBSD32_SYS_MAXSYSCALL 487
diff -r d33ffe44a053 -r b57bc98f766b sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Nov 04 11:32:22 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Nov 04 11:33:01 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.144 2019/11/04 11:21:36 rin Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.145 2019/11/04 11:33:01 rin Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.129 2019/11/04 11:20:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -2624,7 +2624,7 @@
struct netbsd32___getvfsstat90_args {
syscallarg(netbsd32_statvfsp_t) buf;
- syscallarg(size_t) bufsize;
+ syscallarg(netbsd32_size_t) bufsize;
syscallarg(int) flags;
};
check_syscall_args(netbsd32___getvfsstat90)
@@ -2645,7 +2645,7 @@
struct netbsd32___fhstatvfs190_args {
syscallarg(netbsd32_voidp) fhp;
- syscallarg(size_t) fh_size;
+ syscallarg(netbsd32_size_t) fh_size;
syscallarg(netbsd32_statvfsp_t) buf;
syscallarg(int) flags;
};
diff -r d33ffe44a053 -r b57bc98f766b sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c Mon Nov 04 11:32:22 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c Mon Nov 04 11:33:01 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.144 2019/11/04 11:21:36 rin Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.145 2019/11/04 11:33:01 rin Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.129 2019/11/04 11:20:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.144 2019/11/04 11:21:36 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.145 2019/11/04 11:33:01 rin Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r d33ffe44a053 -r b57bc98f766b sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Mon Nov 04 11:32:22 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Mon Nov 04 11:33:01 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.24 2019/11/04 11:21:36 rin Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.25 2019/11/04 11:33:01 rin Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.129 2019/11/04 11:20:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.24 2019/11/04 11:21:36 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.25 2019/11/04 11:33:01 rin Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
diff -r d33ffe44a053 -r b57bc98f766b sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c Mon Nov 04 11:32:22 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c Mon Nov 04 11:33:01 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.143 2019/11/04 11:21:36 rin Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.144 2019/11/04 11:33:01 rin Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.129 2019/11/04 11:20:22 rin Exp
+ * created from NetBSD: syscalls.master,v 1.130 2019/11/04 11:32:22 rin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.143 2019/11/04 11:21:36 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.144 2019/11/04 11:33:01 rin Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
diff -r d33ffe44a053 -r b57bc98f766b sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c Mon Nov 04 11:32:22 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c Mon Nov 04 11:33:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.35 2019/11/04 11:21:36 rin Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.36 2019/11/04 11:33:01 rin Exp $ */
/*
* System call argument to DTrace register array converstion.
@@ -3496,7 +3496,7 @@
case 483: {
const struct netbsd32___getvfsstat90_args *p = params;
uarg[0] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_statvfsp_t */
- uarg[1] = SCARG(p, bufsize); /* size_t */
+ iarg[1] = SCARG(p, bufsize); /* netbsd32_size_t */
iarg[2] = SCARG(p, flags); /* int */
*n_args = 3;
break;
@@ -3523,7 +3523,7 @@
case 486: {
const struct netbsd32___fhstatvfs190_args *p = params;
uarg[0] = (intptr_t) SCARG(p, fhp).i32; /* netbsd32_voidp */
- uarg[1] = SCARG(p, fh_size); /* size_t */
+ iarg[1] = SCARG(p, fh_size); /* netbsd32_size_t */
uarg[2] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_statvfsp_t */
iarg[3] = SCARG(p, flags); /* int */
*n_args = 4;
@@ -9470,7 +9470,7 @@
p = "netbsd32_statvfsp_t";
break;
case 1:
- p = "size_t";
+ p = "netbsd32_size_t";
break;
case 2:
p = "int";
@@ -9518,7 +9518,7 @@
p = "netbsd32_voidp";
break;
case 1:
- p = "size_t";
+ p = "netbsd32_size_t";
break;
case 2:
p = "netbsd32_statvfsp_t";
Home |
Main Index |
Thread Index |
Old Index