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.
details: https://anonhg.NetBSD.org/src/rev/199c423f354a
branches: trunk
changeset: 328584:199c423f354a
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Apr 08 16:49:25 2014 +0000
description:
Regen.
diffstat:
sys/compat/linux/arch/alpha/linux_syscall.h | 8 ++++----
sys/compat/linux/arch/alpha/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/alpha/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/alpha/linux_sysent.c | 6 +++---
sys/compat/linux/arch/amd64/linux_syscall.h | 12 ++++++------
sys/compat/linux/arch/amd64/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/amd64/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/amd64/linux_sysent.c | 6 +++---
sys/compat/linux/arch/arm/linux_syscall.h | 12 ++++++------
sys/compat/linux/arch/arm/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/arm/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/arm/linux_sysent.c | 6 +++---
sys/compat/linux/arch/i386/linux_syscall.h | 12 ++++++------
sys/compat/linux/arch/i386/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/i386/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/i386/linux_sysent.c | 6 +++---
sys/compat/linux/arch/m68k/linux_syscall.h | 12 ++++++------
sys/compat/linux/arch/m68k/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/m68k/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/m68k/linux_sysent.c | 6 +++---
sys/compat/linux/arch/mips/linux_syscall.h | 12 ++++++------
sys/compat/linux/arch/mips/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/mips/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/mips/linux_sysent.c | 6 +++---
sys/compat/linux/arch/powerpc/linux_syscall.h | 12 ++++++------
sys/compat/linux/arch/powerpc/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/powerpc/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/powerpc/linux_sysent.c | 6 +++---
28 files changed, 96 insertions(+), 96 deletions(-)
diffs (truncated from 687 to 300 lines):
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.89 2014/01/13 10:33:23 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.90 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.83 2014/01/13 10:33:03 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.84 2014/04/08 16:48:01 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -21,10 +21,10 @@
/* syscall: "fork" ret: "int" args: */
#define LINUX_SYS_fork 2
-/* syscall: "read" ret: "int" args: "int" "void *" "size_t" */
+/* syscall: "read" ret: "ssize_t" args: "int" "void *" "size_t" */
#define LINUX_SYS_read 3
-/* syscall: "write" ret: "int" args: "int" "const void *" "size_t" */
+/* syscall: "write" ret: "ssize_t" args: "int" "const void *" "size_t" */
#define LINUX_SYS_write 4
/* syscall: "close" ret: "int" args: "int" */
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.88 2014/01/13 10:33:23 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.89 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.83 2014/01/13 10:33:03 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.84 2014/04/08 16:48:01 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c Tue Apr 08 16:49:25 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.90 2014/01/13 10:33:23 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.91 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.83 2014/01/13 10:33:03 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.84 2014/04/08 16:48:01 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.90 2014/01/13 10:33:23 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.91 2014/04/08 16:49:25 njoly Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c Tue Apr 08 16:49:25 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.89 2014/01/13 10:33:23 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.90 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.83 2014/01/13 10:33:03 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.84 2014/04/08 16:48:01 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.89 2014/01/13 10:33:23 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.90 2014/04/08 16:49:25 njoly Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.48 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.49 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.46 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.47 2014/04/08 16:48:01 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -12,10 +12,10 @@
#define LINUX_SYS_MAXSYSARGS 8
-/* syscall: "read" ret: "int" args: "int" "char *" "u_int" */
+/* syscall: "read" ret: "ssize_t" args: "int" "void *" "size_t" */
#define LINUX_SYS_read 0
-/* syscall: "write" ret: "int" args: "int" "char *" "u_int" */
+/* syscall: "write" ret: "ssize_t" args: "int" "const void *" "int" */
#define LINUX_SYS_write 1
/* syscall: "open" ret: "int" args: "const char *" "int" "linux_umode_t" */
@@ -69,10 +69,10 @@
/* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */
#define LINUX_SYS_pwrite 18
-/* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */
+/* syscall: "readv" ret: "ssize_t" args: "int" "const struct iovec *" "int" */
#define LINUX_SYS_readv 19
-/* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */
+/* syscall: "writev" ret: "ssize_t" args: "int" "const struct iovec *" "int" */
#define LINUX_SYS_writev 20
/* syscall: "access" ret: "int" args: "const char *" "int" */
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.48 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.49 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.46 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.47 2014/04/08 16:48:01 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c Tue Apr 08 16:49:25 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.48 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.49 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.46 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.47 2014/04/08 16:48:01 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.48 2013/12/08 15:56:12 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.49 2014/04/08 16:49:25 njoly Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c Tue Apr 08 16:49:25 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.48 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.49 2014/04/08 16:49:25 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.46 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.47 2014/04/08 16:48:01 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.48 2013/12/08 15:56:12 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.49 2014/04/08 16:49:25 njoly Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.57 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.58 2014/04/08 16:49:26 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.54 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.55 2014/04/08 16:48:01 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -21,10 +21,10 @@
/* syscall: "fork" ret: "int" args: */
#define LINUX_SYS_fork 2
-/* syscall: "read" ret: "int" args: "int" "char *" "u_int" */
+/* syscall: "read" ret: "ssize_t" args: "int" "void *" "size_t" */
#define LINUX_SYS_read 3
-/* syscall: "write" ret: "int" args: "int" "char *" "u_int" */
+/* syscall: "write" ret: "ssize_t" args: "int" "const void *" "size_t" */
#define LINUX_SYS_write 4
/* syscall: "open" ret: "int" args: "const char *" "int" "linux_umode_t" */
@@ -372,10 +372,10 @@
/* syscall: "__msync13" ret: "int" args: "void *" "size_t" "int" */
#define LINUX_SYS___msync13 144
-/* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */
+/* syscall: "readv" ret: "ssize_t" args: "int" "const struct iovec *" "int" */
#define LINUX_SYS_readv 145
-/* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */
+/* syscall: "writev" ret: "ssize_t" args: "int" "const struct iovec *" "int" */
#define LINUX_SYS_writev 146
/* syscall: "getsid" ret: "pid_t" args: "pid_t" */
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.57 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.58 2014/04/08 16:49:26 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.54 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.55 2014/04/08 16:48:01 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c Tue Apr 08 16:49:25 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.57 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.58 2014/04/08 16:49:26 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.54 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.55 2014/04/08 16:48:01 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.57 2013/12/08 15:56:12 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.58 2014/04/08 16:49:26 njoly Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/arm/linux_sysent.c
--- a/sys/compat/linux/arch/arm/linux_sysent.c Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_sysent.c Tue Apr 08 16:49:25 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.57 2013/12/08 15:56:12 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.58 2014/04/08 16:49:26 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.54 2013/12/08 15:55:10 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.55 2014/04/08 16:48:01 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.57 2013/12/08 15:56:12 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.58 2014/04/08 16:49:26 njoly Exp $");
#include <sys/param.h>
#include <sys/poll.h>
diff -r 213e80511d56 -r 199c423f354a sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h Tue Apr 08 16:48:01 2014 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h Tue Apr 08 16:49:25 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.97 2013/11/18 01:36:35 chs Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.98 2014/04/08 16:49:26 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.112 2013/11/18 01:32:52 chs Exp
+ * created from NetBSD: syscalls.master,v 1.113 2014/04/08 16:48:01 njoly Exp
Home |
Main Index |
Thread Index |
Old Index