Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/compat/netbsd32 Regen for ticket #398
details: https://anonhg.NetBSD.org/src/rev/290fbc2f32c7
branches: netbsd-8
changeset: 460818:290fbc2f32c7
user: martin <martin%NetBSD.org@localhost>
date: Mon Nov 04 14:44:46 2019 +0000
description:
Regen for ticket #398
diffstat:
sys/compat/netbsd32/netbsd32_syscall.h | 6 +++---
sys/compat/netbsd32/netbsd32_syscallargs.h | 6 +++---
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 | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diffs (140 lines):
diff -r 720eafd6386c -r 290fbc2f32c7 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h Mon Nov 04 14:39:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h Mon Nov 04 14:44:46 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.129 2017/05/10 06:19:49 riastradh Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.129.2.1 2019/11/04 14:44:46 martin Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2016/10/19 09:44:01 skrll Exp
+ * created from NetBSD: syscalls.master,v 1.115.8.1 2019/11/04 14:39:59 martin Exp
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_
@@ -1227,7 +1227,7 @@
/* syscall: "netbsd32_openat" ret: "int" args: "int" "const netbsd32_charp" "int" "..." */
#define NETBSD32_SYS_netbsd32_openat 468
-/* syscall: "netbsd32_readlinkat" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_charp" "netbsd32_charp" "size_t" */
+/* syscall: "netbsd32_readlinkat" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
#define NETBSD32_SYS_netbsd32_readlinkat 469
/* syscall: "netbsd32_symlinkat" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" */
diff -r 720eafd6386c -r 290fbc2f32c7 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Nov 04 14:39:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Nov 04 14:44:46 2019 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.129 2017/05/10 06:19:49 riastradh Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.129.2.1 2019/11/04 14:44:46 martin Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2016/10/19 09:44:01 skrll Exp
+ * created from NetBSD: syscalls.master,v 1.115.8.1 2019/11/04 14:39:59 martin Exp
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
@@ -2512,7 +2512,7 @@
syscallarg(int) fd;
syscallarg(const netbsd32_charp) path;
syscallarg(netbsd32_charp) buf;
- syscallarg(size_t) bufsize;
+ syscallarg(netbsd32_size_t) bufsize;
};
check_syscall_args(netbsd32_readlinkat)
diff -r 720eafd6386c -r 290fbc2f32c7 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c Mon Nov 04 14:39:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c Mon Nov 04 14:44:46 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.128.2.1 2019/11/04 14:44:46 martin Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2016/10/19 09:44:01 skrll Exp
+ * created from NetBSD: syscalls.master,v 1.115.8.1 2019/11/04 14:39:59 martin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.128.2.1 2019/11/04 14:44:46 martin Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r 720eafd6386c -r 290fbc2f32c7 sys/compat/netbsd32/netbsd32_syscalls_autoload.c
--- a/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Mon Nov 04 14:39:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls_autoload.c Mon Nov 04 14:44:46 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.11 2017/05/10 06:19:49 riastradh Exp $ */
+/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.11.2.1 2019/11/04 14:44:46 martin Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2016/10/19 09:44:01 skrll Exp
+ * created from NetBSD: syscalls.master,v 1.115.8.1 2019/11/04 14:39:59 martin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.11 2017/05/10 06:19:49 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.11.2.1 2019/11/04 14:44:46 martin Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd32_syscalls_autoload[] = {
diff -r 720eafd6386c -r 290fbc2f32c7 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c Mon Nov 04 14:39:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c Mon Nov 04 14:44:46 2019 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.128.2.1 2019/11/04 14:44:47 martin Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2016/10/19 09:44:01 skrll Exp
+ * created from NetBSD: syscalls.master,v 1.115.8.1 2019/11/04 14:39:59 martin Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.128.2.1 2019/11/04 14:44:47 martin Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
diff -r 720eafd6386c -r 290fbc2f32c7 sys/compat/netbsd32/netbsd32_systrace_args.c
--- a/sys/compat/netbsd32/netbsd32_systrace_args.c Mon Nov 04 14:39:59 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_systrace_args.c Mon Nov 04 14:44:46 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_systrace_args.c,v 1.19 2017/05/10 06:19:49 riastradh Exp $ */
+/* $NetBSD: netbsd32_systrace_args.c,v 1.19.2.1 2019/11/04 14:44:47 martin Exp $ */
/*
* System call argument to DTrace register array converstion.
@@ -3358,7 +3358,7 @@
iarg[0] = SCARG(p, fd); /* int */
uarg[1] = (intptr_t) SCARG(p, path).i32; /* const netbsd32_charp */
uarg[2] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_charp */
- uarg[3] = SCARG(p, bufsize); /* size_t */
+ iarg[3] = SCARG(p, bufsize); /* netbsd32_size_t */
*n_args = 4;
break;
}
@@ -9147,7 +9147,7 @@
p = "netbsd32_charp";
break;
case 3:
- p = "size_t";
+ p = "netbsd32_size_t";
break;
default:
break;
Home |
Main Index |
Thread Index |
Old Index