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/i386 regen
details: https://anonhg.NetBSD.org/src/rev/0e3dc4d051c9
branches: trunk
changeset: 754187:0e3dc4d051c9
user: chs <chs%NetBSD.org@localhost>
date: Fri Apr 23 03:03:03 2010 +0000
description:
regen
diffstat:
sys/compat/linux/arch/i386/linux_syscall.h | 6 +++---
sys/compat/linux/arch/i386/linux_syscallargs.h | 5 +++--
sys/compat/linux/arch/i386/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/i386/linux_sysent.c | 6 +++---
4 files changed, 12 insertions(+), 11 deletions(-)
diffs (91 lines):
diff -r 8267b7a08791 -r 0e3dc4d051c9 sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h Fri Apr 23 03:02:16 2010 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h Fri Apr 23 03:03:03 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.86 2009/12/14 00:58:36 matt Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.87 2010/04/23 03:03:03 chs Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -346,7 +346,7 @@
/* syscall: "sigreturn" ret: "int" args: "struct linux_sigcontext *" */
#define LINUX_SYS_sigreturn 119
-/* syscall: "clone" ret: "int" args: "int" "void *" "void *" "void *" */
+/* syscall: "clone" ret: "int" args: "int" "void *" "void *" "void *" "void *" */
#define LINUX_SYS_clone 120
/* syscall: "setdomainname" ret: "int" args: "char *" "int" */
diff -r 8267b7a08791 -r 0e3dc4d051c9 sys/compat/linux/arch/i386/linux_syscallargs.h
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h Fri Apr 23 03:02:16 2010 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h Fri Apr 23 03:03:03 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.86 2009/12/14 00:58:36 matt Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.87 2010/04/23 03:03:03 chs Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -443,6 +443,7 @@
syscallarg(int) flags;
syscallarg(void *) stack;
syscallarg(void *) parent_tidptr;
+ syscallarg(void *) tls;
syscallarg(void *) child_tidptr;
};
check_syscall_args(linux_sys_clone)
diff -r 8267b7a08791 -r 0e3dc4d051c9 sys/compat/linux/arch/i386/linux_syscalls.c
--- a/sys/compat/linux/arch/i386/linux_syscalls.c Fri Apr 23 03:02:16 2010 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c Fri Apr 23 03:03:03 2010 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.87 2009/12/14 00:58:36 matt Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.88 2010/04/23 03:03:03 chs Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.87 2009/12/14 00:58:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.88 2010/04/23 03:03:03 chs Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
diff -r 8267b7a08791 -r 0e3dc4d051c9 sys/compat/linux/arch/i386/linux_sysent.c
--- a/sys/compat/linux/arch/i386/linux_sysent.c Fri Apr 23 03:02:16 2010 +0000
+++ b/sys/compat/linux/arch/i386/linux_sysent.c Fri Apr 23 03:03:03 2010 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.86 2009/12/14 00:58:36 matt Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.87 2010/04/23 03:03:03 chs Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.101 2009/11/24 10:42:43 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.102 2010/04/23 03:02:16 chs Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.86 2009/12/14 00:58:36 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.87 2010/04/23 03:03:03 chs Exp $");
#include <sys/param.h>
#include <sys/poll.h>
Home |
Main Index |
Thread Index |
Old Index