Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch regen all
details: https://anonhg.NetBSD.org/src/rev/f39ed61222e4
branches: trunk
changeset: 350672:f39ed61222e4
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 16 00:11:09 2017 +0000
description:
regen all
diffstat:
sys/compat/linux/arch/alpha/linux_syscall.h | 2 +-
sys/compat/linux/arch/alpha/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/alpha/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/alpha/linux_sysent.c | 4 ++--
sys/compat/linux/arch/amd64/linux_syscall.h | 2 +-
sys/compat/linux/arch/amd64/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/amd64/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/amd64/linux_sysent.c | 4 ++--
sys/compat/linux/arch/amd64/linux_systrace_args.c | 2 +-
sys/compat/linux/arch/arm/linux_syscall.h | 2 +-
sys/compat/linux/arch/arm/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/arm/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/arm/linux_sysent.c | 4 ++--
sys/compat/linux/arch/arm/linux_systrace_args.c | 2 +-
sys/compat/linux/arch/i386/linux_syscall.h | 2 +-
sys/compat/linux/arch/i386/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/i386/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/i386/linux_sysent.c | 4 ++--
sys/compat/linux/arch/i386/linux_systrace_args.c | 4 ++--
sys/compat/linux/arch/m68k/linux_syscall.h | 2 +-
sys/compat/linux/arch/m68k/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/m68k/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/m68k/linux_sysent.c | 4 ++--
sys/compat/linux/arch/mips/linux_syscall.h | 2 +-
sys/compat/linux/arch/mips/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/mips/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/mips/linux_sysent.c | 4 ++--
sys/compat/linux/arch/powerpc/linux_syscall.h | 2 +-
sys/compat/linux/arch/powerpc/linux_syscallargs.h | 2 +-
sys/compat/linux/arch/powerpc/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/powerpc/linux_sysent.c | 4 ++--
31 files changed, 46 insertions(+), 46 deletions(-)
diffs (truncated from 414 to 300 lines):
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.h,v 1.102 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.103 2017/01/16 00:11:09 christos Exp $ */
/*
* System call numbers.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscallargs.h,v 1.101 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.102 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument lists.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.103 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.104 2017/01/16 00:11:09 christos Exp $ */
/*
* System call names.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.103 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.104 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sysent.c,v 1.102 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.103 2017/01/16 00:11:09 christos Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.102 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.103 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.h,v 1.63 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.64 2017/01/16 00:11:09 christos Exp $ */
/*
* System call numbers.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscallargs.h,v 1.63 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.64 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument lists.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.63 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.64 2017/01/16 00:11:09 christos Exp $ */
/*
* System call names.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.63 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.64 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sysent.c,v 1.63 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.64 2017/01/16 00:11:09 christos Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.63 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.64 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/amd64/linux_systrace_args.c
--- a/sys/compat/linux/arch/amd64/linux_systrace_args.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_systrace_args.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_systrace_args.c,v 1.7 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_systrace_args.c,v 1.8 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument to DTrace register array converstion.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.h,v 1.75 2017/01/15 17:00:37 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.76 2017/01/16 00:11:09 christos Exp $ */
/*
* System call numbers.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscallargs.h,v 1.75 2017/01/15 17:00:37 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.76 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument lists.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.75 2017/01/15 17:00:37 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.76 2017/01/16 00:11:09 christos Exp $ */
/*
* System call names.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.75 2017/01/15 17:00:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.76 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/arm/linux_sysent.c
--- a/sys/compat/linux/arch/arm/linux_sysent.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/arm/linux_sysent.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sysent.c,v 1.75 2017/01/15 17:00:37 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.76 2017/01/16 00:11:09 christos Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.75 2017/01/15 17:00:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.76 2017/01/16 00:11:09 christos Exp $");
#include <sys/param.h>
#include <sys/poll.h>
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/arm/linux_systrace_args.c
--- a/sys/compat/linux/arch/arm/linux_systrace_args.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/arm/linux_systrace_args.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_systrace_args.c,v 1.8 2017/01/15 17:00:37 christos Exp $ */
+/* $NetBSD: linux_systrace_args.c,v 1.9 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument to DTrace register array converstion.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.h,v 1.111 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.112 2017/01/16 00:11:09 christos Exp $ */
/*
* System call numbers.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/i386/linux_syscallargs.h
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscallargs.h,v 1.111 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.112 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument lists.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/i386/linux_syscalls.c
--- a/sys/compat/linux/arch/i386/linux_syscalls.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.112 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.113 2017/01/16 00:11:09 christos Exp $ */
/*
* System call names.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.112 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.113 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/i386/linux_sysent.c
--- a/sys/compat/linux/arch/i386/linux_sysent.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/i386/linux_sysent.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sysent.c,v 1.111 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.112 2017/01/16 00:11:09 christos Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.111 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.112 2017/01/16 00:11:09 christos Exp $");
#include <sys/param.h>
#include <sys/poll.h>
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/i386/linux_systrace_args.c
--- a/sys/compat/linux/arch/i386/linux_systrace_args.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/i386/linux_systrace_args.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_systrace_args.c,v 1.6 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_systrace_args.c,v 1.7 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument to DTrace register array converstion.
@@ -309,7 +309,7 @@
case 48: {
const struct linux_sys_signal_args *p = params;
iarg[0] = SCARG(p, signum); /* int */
- iarg[1] = SCARG(p, handler); /* linux_handler_t */
+ uarg[1] = (intptr_t) SCARG(p, handler); /* linux_handler_t */
*n_args = 2;
break;
}
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscall.h,v 1.101 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.102 2017/01/16 00:11:09 christos Exp $ */
/*
* System call numbers.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscallargs.h,v 1.100 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.101 2017/01/16 00:11:09 christos Exp $ */
/*
* System call argument lists.
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/m68k/linux_syscalls.c
--- a/sys/compat/linux/arch/m68k/linux_syscalls.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscalls.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_syscalls.c,v 1.101 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.102 2017/01/16 00:11:09 christos Exp $ */
/*
* System call names.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.101 2017/01/13 06:18:31 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.102 2017/01/16 00:11:09 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r e422eba44d1b -r f39ed61222e4 sys/compat/linux/arch/m68k/linux_sysent.c
--- a/sys/compat/linux/arch/m68k/linux_sysent.c Mon Jan 16 00:09:06 2017 +0000
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c Mon Jan 16 00:11:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sysent.c,v 1.101 2017/01/13 06:18:31 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.102 2017/01/16 00:11:09 christos Exp $ */
/*
* System call switch table.
@@ -8,7 +8,7 @@
*/
Home |
Main Index |
Thread Index |
Old Index