Module Name: src
Committed By: pooka
Date: Sun Aug 11 12:23:46 UTC 2013
Modified Files:
src/sys/compat/linux/arch/powerpc: 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.58 -r1.59 src/sys/compat/linux/arch/powerpc/linux_syscall.h \
src/sys/compat/linux/arch/powerpc/linux_sysent.c
cvs rdiff -u -r1.57 -r1.58 \
src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \
src/sys/compat/linux/arch/powerpc/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/powerpc/linux_syscall.h
diff -u src/sys/compat/linux/arch/powerpc/linux_syscall.h:1.58 src/sys/compat/linux/arch/powerpc/linux_syscall.h:1.59
--- src/sys/compat/linux/arch/powerpc/linux_syscall.h:1.58 Mon Apr 8 20:58:26 2013
+++ src/sys/compat/linux/arch/powerpc/linux_syscall.h Sun Aug 11 12:23:46 2013
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.58 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.59 2013/08/11 12:23:46 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -81,7 +81,7 @@
/* syscall: "stime" ret: "int" args: "linux_time_t *" */
#define LINUX_SYS_stime 25
-/* syscall: "ptrace" ret: "int" args: "int" "int" "int" "int" */
+/* syscall: "ptrace" ret: "int" args: "int" "int" "long" "int" */
#define LINUX_SYS_ptrace 26
/* syscall: "alarm" ret: "int" args: "unsigned int" */
Index: src/sys/compat/linux/arch/powerpc/linux_sysent.c
diff -u src/sys/compat/linux/arch/powerpc/linux_sysent.c:1.58 src/sys/compat/linux/arch/powerpc/linux_sysent.c:1.59
--- src/sys/compat/linux/arch/powerpc/linux_sysent.c:1.58 Mon Apr 8 20:58:26 2013
+++ src/sys/compat/linux/arch/powerpc/linux_sysent.c Sun Aug 11 12:23:46 2013
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.58 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.59 2013/08/11 12:23:46 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.58 2013/04/08 20:58:26 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.59 2013/08/11 12:23:46 pooka Exp $");
#include <sys/param.h>
#include <sys/poll.h>
Index: src/sys/compat/linux/arch/powerpc/linux_syscallargs.h
diff -u src/sys/compat/linux/arch/powerpc/linux_syscallargs.h:1.57 src/sys/compat/linux/arch/powerpc/linux_syscallargs.h:1.58
--- src/sys/compat/linux/arch/powerpc/linux_syscallargs.h:1.57 Mon Apr 8 20:58:26 2013
+++ src/sys/compat/linux/arch/powerpc/linux_syscallargs.h Sun Aug 11 12:23:46 2013
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.57 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.58 2013/08/11 12:23:46 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
@@ -101,7 +101,7 @@ check_syscall_args(linux_sys_stime)
struct linux_sys_ptrace_args {
syscallarg(int) request;
syscallarg(int) pid;
- syscallarg(int) addr;
+ syscallarg(long) addr;
syscallarg(int) data;
};
check_syscall_args(linux_sys_ptrace)
Index: src/sys/compat/linux/arch/powerpc/linux_syscalls.c
diff -u src/sys/compat/linux/arch/powerpc/linux_syscalls.c:1.57 src/sys/compat/linux/arch/powerpc/linux_syscalls.c:1.58
--- src/sys/compat/linux/arch/powerpc/linux_syscalls.c:1.57 Mon Apr 8 20:58:26 2013
+++ src/sys/compat/linux/arch/powerpc/linux_syscalls.c Sun Aug 11 12:23:46 2013
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.57 2013/04/08 20:58:26 pooka Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.58 2013/08/11 12:23:46 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 2013/04/08 20:54:49 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.53 2013/08/11 12:23:02 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.57 2013/04/08 20:58:26 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.58 2013/08/11 12:23:46 pooka Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>