Module Name: src
Committed By: chs
Date: Fri Apr 23 03:03:03 UTC 2010
Modified Files:
src/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/compat/linux/arch/i386/linux_syscall.h \
src/sys/compat/linux/arch/i386/linux_syscallargs.h \
src/sys/compat/linux/arch/i386/linux_sysent.c
cvs rdiff -u -r1.87 -r1.88 src/sys/compat/linux/arch/i386/linux_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/arch/i386/linux_syscall.h
diff -u src/sys/compat/linux/arch/i386/linux_syscall.h:1.86 src/sys/compat/linux/arch/i386/linux_syscall.h:1.87
--- src/sys/compat/linux/arch/i386/linux_syscall.h:1.86 Mon Dec 14 00:58:36 2009
+++ src/sys/compat/linux/arch/i386/linux_syscall.h Fri Apr 23 03:03:03 2010
@@ -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" */
Index: src/sys/compat/linux/arch/i386/linux_syscallargs.h
diff -u src/sys/compat/linux/arch/i386/linux_syscallargs.h:1.86 src/sys/compat/linux/arch/i386/linux_syscallargs.h:1.87
--- src/sys/compat/linux/arch/i386/linux_syscallargs.h:1.86 Mon Dec 14 00:58:36 2009
+++ src/sys/compat/linux/arch/i386/linux_syscallargs.h Fri Apr 23 03:03:03 2010
@@ -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)
Index: src/sys/compat/linux/arch/i386/linux_sysent.c
diff -u src/sys/compat/linux/arch/i386/linux_sysent.c:1.86 src/sys/compat/linux/arch/i386/linux_sysent.c:1.87
--- src/sys/compat/linux/arch/i386/linux_sysent.c:1.86 Mon Dec 14 00:58:36 2009
+++ src/sys/compat/linux/arch/i386/linux_sysent.c Fri Apr 23 03:03:03 2010
@@ -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>
Index: src/sys/compat/linux/arch/i386/linux_syscalls.c
diff -u src/sys/compat/linux/arch/i386/linux_syscalls.c:1.87 src/sys/compat/linux/arch/i386/linux_syscalls.c:1.88
--- src/sys/compat/linux/arch/i386/linux_syscalls.c:1.87 Mon Dec 14 00:58:36 2009
+++ src/sys/compat/linux/arch/i386/linux_syscalls.c Fri Apr 23 03:03:03 2010
@@ -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>