diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 021099d98e41..c763b4a56690 100644 --- a/sys/compat/linux/arch/alpha/linux_syscall.h +++ b/sys/compat/linux/arch/alpha/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.73 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.74 2009/06/08 13:29:00 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.68 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.69 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index 5c6adf0dd85e..957b47f6965e 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.72 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.73 2009/06/08 13:29:00 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.68 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.69 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index d3dd195de604..b99e71c7299d 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.74 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.75 2009/06/08 13:29:00 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.68 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.69 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.74 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.75 2009/06/08 13:29:00 njoly Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 771f9b37ac6b..eadbaa8697d6 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.73 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.74 2009/06/08 13:29:00 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.68 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.69 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.73 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.74 2009/06/08 13:29:00 njoly Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" @@ -1095,4 +1095,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; - diff --git a/sys/compat/linux/arch/amd64/linux_syscall.h b/sys/compat/linux/arch/amd64/linux_syscall.h index 09eca0a73e4c..66ab4f0592a7 100644 --- a/sys/compat/linux/arch/amd64/linux_syscall.h +++ b/sys/compat/linux/arch/amd64/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.32 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.33 2009/06/08 13:29:00 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.31 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -396,7 +396,7 @@ /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigpending 127 -/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "siginfo_t *" */ +/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */ #define LINUX_SYS_rt_queueinfo 129 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ diff --git a/sys/compat/linux/arch/amd64/linux_syscallargs.h b/sys/compat/linux/arch/amd64/linux_syscallargs.h index bf69f2b1c078..1a9eb6c1cda6 100644 --- a/sys/compat/linux/arch/amd64/linux_syscallargs.h +++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.32 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.33 2009/06/08 13:29:00 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.31 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -524,7 +524,7 @@ check_syscall_args(linux_sys_rt_sigpending) struct linux_sys_rt_queueinfo_args { syscallarg(int) pid; syscallarg(int) signum; - syscallarg(siginfo_t *) uinfo; + syscallarg(linux_siginfo_t *) uinfo; }; check_syscall_args(linux_sys_rt_queueinfo) diff --git a/sys/compat/linux/arch/amd64/linux_syscalls.c b/sys/compat/linux/arch/amd64/linux_syscalls.c index 2b9891f37cd6..1fbe0f869b48 100644 --- a/sys/compat/linux/arch/amd64/linux_syscalls.c +++ b/sys/compat/linux/arch/amd64/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.32 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.33 2009/06/08 13:29:00 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.31 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.32 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.33 2009/06/08 13:29:00 njoly Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/amd64/linux_sysent.c b/sys/compat/linux/arch/amd64/linux_sysent.c index 12411143ab5a..5cf983a10c76 100644 --- a/sys/compat/linux/arch/amd64/linux_sysent.c +++ b/sys/compat/linux/arch/amd64/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.32 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.33 2009/06/08 13:29:00 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.30 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.31 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.32 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.33 2009/06/08 13:29:00 njoly Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" @@ -1103,4 +1103,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; - diff --git a/sys/compat/linux/arch/arm/linux_syscall.h b/sys/compat/linux/arch/arm/linux_syscall.h index e5ba0b5370f1..cbd3e3e23f55 100644 --- a/sys/compat/linux/arch/arm/linux_syscall.h +++ b/sys/compat/linux/arch/arm/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.43 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.44 2009/06/08 13:29:01 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.41 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.42 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -450,7 +450,7 @@ /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigpending 176 -/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */ +/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */ #define LINUX_SYS_rt_queueinfo 178 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ diff --git a/sys/compat/linux/arch/arm/linux_syscallargs.h b/sys/compat/linux/arch/arm/linux_syscallargs.h index e86a7dfbed44..8ac128ba18ae 100644 --- a/sys/compat/linux/arch/arm/linux_syscallargs.h +++ b/sys/compat/linux/arch/arm/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.43 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.44 2009/06/08 13:29:01 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.41 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.42 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -620,7 +620,7 @@ check_syscall_args(linux_sys_rt_sigpending) struct linux_sys_rt_queueinfo_args { syscallarg(int) pid; syscallarg(int) signum; - syscallarg(void *) uinfo; + syscallarg(linux_siginfo_t *) uinfo; }; check_syscall_args(linux_sys_rt_queueinfo) diff --git a/sys/compat/linux/arch/arm/linux_syscalls.c b/sys/compat/linux/arch/arm/linux_syscalls.c index 2c356dc6bf82..d578a55adff8 100644 --- a/sys/compat/linux/arch/arm/linux_syscalls.c +++ b/sys/compat/linux/arch/arm/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.43 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.44 2009/06/08 13:29:01 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.41 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.42 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.43 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.44 2009/06/08 13:29:01 njoly Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/arm/linux_sysent.c b/sys/compat/linux/arch/arm/linux_sysent.c index e7ec7b059d25..b19a58d80af1 100644 --- a/sys/compat/linux/arch/arm/linux_sysent.c +++ b/sys/compat/linux/arch/arm/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.43 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.44 2009/06/08 13:29:01 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.41 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.42 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.43 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2009/06/08 13:29:01 njoly Exp $"); #include #include @@ -1061,4 +1061,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; - diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index d23deadcbab4..c73b1667d927 100644 --- a/sys/compat/linux/arch/i386/linux_syscall.h +++ b/sys/compat/linux/arch/i386/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.83 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.84 2009/06/08 13:29:01 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -475,7 +475,7 @@ /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigpending 176 -/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */ +/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */ #define LINUX_SYS_rt_queueinfo 178 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ diff --git a/sys/compat/linux/arch/i386/linux_syscallargs.h b/sys/compat/linux/arch/i386/linux_syscallargs.h index 5200b1224da4..975862e54960 100644 --- a/sys/compat/linux/arch/i386/linux_syscallargs.h +++ b/sys/compat/linux/arch/i386/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.83 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.84 2009/06/08 13:29:01 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -651,7 +651,7 @@ check_syscall_args(linux_sys_rt_sigpending) struct linux_sys_rt_queueinfo_args { syscallarg(int) pid; syscallarg(int) signum; - syscallarg(void *) uinfo; + syscallarg(linux_siginfo_t *) uinfo; }; check_syscall_args(linux_sys_rt_queueinfo) diff --git a/sys/compat/linux/arch/i386/linux_syscalls.c b/sys/compat/linux/arch/i386/linux_syscalls.c index 7d14a882d524..1ea9099f2ebb 100644 --- a/sys/compat/linux/arch/i386/linux_syscalls.c +++ b/sys/compat/linux/arch/i386/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.84 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.85 2009/06/08 13:29:01 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.84 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.85 2009/06/08 13:29:01 njoly Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index e7e4404f04ce..e0a70d65a1e0 100644 --- a/sys/compat/linux/arch/i386/linux_sysent.c +++ b/sys/compat/linux/arch/i386/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.83 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.84 2009/06/08 13:29:01 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.99 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.100 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.83 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.84 2009/06/08 13:29:01 njoly Exp $"); #include #include @@ -1104,4 +1104,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; - diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index 30bfffd332f4..f09cddb26525 100644 --- a/sys/compat/linux/arch/m68k/linux_syscall.h +++ b/sys/compat/linux/arch/m68k/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.71 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.72 2009/06/08 13:29:01 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.66 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.67 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -461,7 +461,7 @@ /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigpending 176 -/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */ +/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */ #define LINUX_SYS_rt_queueinfo 178 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h index af43a9b61387..3bdfe5046861 100644 --- a/sys/compat/linux/arch/m68k/linux_syscallargs.h +++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.70 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.71 2009/06/08 13:29:01 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.66 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.67 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -619,7 +619,7 @@ check_syscall_args(linux_sys_rt_sigpending) struct linux_sys_rt_queueinfo_args { syscallarg(int) pid; syscallarg(int) signum; - syscallarg(void *) uinfo; + syscallarg(linux_siginfo_t *) uinfo; }; check_syscall_args(linux_sys_rt_queueinfo) diff --git a/sys/compat/linux/arch/m68k/linux_syscalls.c b/sys/compat/linux/arch/m68k/linux_syscalls.c index 984ac0cec309..e3eeeddbf4ee 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.71 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.72 2009/06/08 13:29:01 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.66 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.67 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.71 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.72 2009/06/08 13:29:01 njoly Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c index 93530c3e2b43..4fb0fc344ca3 100644 --- a/sys/compat/linux/arch/m68k/linux_sysent.c +++ b/sys/compat/linux/arch/m68k/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.71 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.72 2009/06/08 13:29:01 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.66 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.67 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.71 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.72 2009/06/08 13:29:01 njoly Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -1084,4 +1084,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; - diff --git a/sys/compat/linux/arch/mips/linux_syscall.h b/sys/compat/linux/arch/mips/linux_syscall.h index daec314bfbeb..3fd89697aae9 100644 --- a/sys/compat/linux/arch/mips/linux_syscall.h +++ b/sys/compat/linux/arch/mips/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.38 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.39 2009/06/08 13:29:01 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.34 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.35 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -490,7 +490,7 @@ /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigpending 196 -/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */ +/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */ #define LINUX_SYS_rt_queueinfo 198 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ diff --git a/sys/compat/linux/arch/mips/linux_syscallargs.h b/sys/compat/linux/arch/mips/linux_syscallargs.h index dfa735382e63..3532924d88bc 100644 --- a/sys/compat/linux/arch/mips/linux_syscallargs.h +++ b/sys/compat/linux/arch/mips/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.37 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.38 2009/06/08 13:29:01 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.34 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.35 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -635,7 +635,7 @@ check_syscall_args(linux_sys_rt_sigpending) struct linux_sys_rt_queueinfo_args { syscallarg(int) pid; syscallarg(int) signum; - syscallarg(void *) uinfo; + syscallarg(linux_siginfo_t *) uinfo; }; check_syscall_args(linux_sys_rt_queueinfo) diff --git a/sys/compat/linux/arch/mips/linux_syscalls.c b/sys/compat/linux/arch/mips/linux_syscalls.c index 28596d143723..9a5a50dd6fd1 100644 --- a/sys/compat/linux/arch/mips/linux_syscalls.c +++ b/sys/compat/linux/arch/mips/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.37 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.38 2009/06/08 13:29:01 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.34 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.35 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.37 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.38 2009/06/08 13:29:01 njoly Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/mips/linux_sysent.c b/sys/compat/linux/arch/mips/linux_sysent.c index e679d989e662..2d5a0d16e4b5 100644 --- a/sys/compat/linux/arch/mips/linux_sysent.c +++ b/sys/compat/linux/arch/mips/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.37 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.38 2009/06/08 13:29:01 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.34 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.35 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.37 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.38 2009/06/08 13:29:01 njoly Exp $"); #include #include @@ -1055,4 +1055,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; - diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h index 427eeec5c01b..caac2d0ec1f9 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscall.h +++ b/sys/compat/linux/arch/powerpc/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.47 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.48 2009/06/08 13:29:01 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.42 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.43 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -455,7 +455,7 @@ /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigpending 175 -/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */ +/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */ #define LINUX_SYS_rt_queueinfo 177 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ diff --git a/sys/compat/linux/arch/powerpc/linux_syscallargs.h b/sys/compat/linux/arch/powerpc/linux_syscallargs.h index fd8f4d78664b..9a1f2ce23a17 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscallargs.h +++ b/sys/compat/linux/arch/powerpc/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.46 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.47 2009/06/08 13:29:01 njoly Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.42 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.43 2009/06/08 13:26:57 njoly Exp */ #ifndef _LINUX_SYS_SYSCALLARGS_H_ @@ -607,7 +607,7 @@ check_syscall_args(linux_sys_rt_sigpending) struct linux_sys_rt_queueinfo_args { syscallarg(int) pid; syscallarg(int) signum; - syscallarg(void *) uinfo; + syscallarg(linux_siginfo_t *) uinfo; }; check_syscall_args(linux_sys_rt_queueinfo) diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c index 06294ca9e24f..ed04a2c8f4bc 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscalls.c +++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.46 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.47 2009/06/08 13:29:01 njoly Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.42 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.43 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.46 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.47 2009/06/08 13:29:01 njoly Exp $"); #if defined(_KERNEL_OPT) #include diff --git a/sys/compat/linux/arch/powerpc/linux_sysent.c b/sys/compat/linux/arch/powerpc/linux_sysent.c index 08c9cb412891..d68a94df5188 100644 --- a/sys/compat/linux/arch/powerpc/linux_sysent.c +++ b/sys/compat/linux/arch/powerpc/linux_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_sysent.c,v 1.47 2009/01/17 22:34:02 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.48 2009/06/08 13:29:01 njoly Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.42 2009/01/17 22:28:52 njoly Exp + * created from NetBSD: syscalls.master,v 1.43 2009/06/08 13:26:57 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.47 2009/01/17 22:34:02 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.48 2009/06/08 13:29:01 njoly Exp $"); #include #include @@ -1059,4 +1059,3 @@ struct sysent linux_sysent[] = { { 0, 0, 0, linux_sys_nosys }, /* 511 = filler */ }; -