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 for getgroups/setgroups update.
details: https://anonhg.NetBSD.org/src/rev/ecdf854e4c37
branches: trunk
changeset: 796110:ecdf854e4c37
user: njoly <njoly%NetBSD.org@localhost>
date: Tue May 20 17:26:04 2014 +0000
description:
Regen for getgroups/setgroups update.
diffstat:
sys/compat/linux/arch/amd64/linux_syscall.h | 8 ++++----
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 | 8 ++++----
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 | 8 ++++----
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 | 8 ++++----
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 | 8 ++++----
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 | 8 ++++----
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 +++---
24 files changed, 72 insertions(+), 72 deletions(-)
diffs (truncated from 522 to 300 lines):
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.51 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.49 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -363,10 +363,10 @@
/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */
#define LINUX_SYS_setregid 114
-/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "getgroups" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_getgroups 115
-/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "setgroups" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_setgroups 116
/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.51 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.49 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c Tue May 20 17:26:04 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.51 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.49 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.51 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.52 2014/05/20 17:26:04 njoly Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c Tue May 20 17:26:04 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.51 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.52 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.49 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.50 2014/05/20 17:24:49 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.51 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.52 2014/05/20 17:26:04 njoly Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/arm/linux_syscall.h
--- a/sys/compat/linux/arch/arm/linux_syscall.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscall.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.61 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.62 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -520,10 +520,10 @@
/* syscall: "setregid32" ret: "int" args: "gid_t" "gid_t" */
#define LINUX_SYS_setregid32 204
-/* syscall: "getgroups32" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "getgroups32" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_getgroups32 205
-/* syscall: "setgroups32" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "setgroups32" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_setgroups32 206
/* syscall: "fchown32" ret: "int" args: "int" "uid_t" "gid_t" */
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/arm/linux_syscallargs.h
--- a/sys/compat/linux/arch/arm/linux_syscallargs.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscallargs.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.61 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.62 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/arm/linux_syscalls.c
--- a/sys/compat/linux/arch/arm/linux_syscalls.c Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_syscalls.c Tue May 20 17:26:04 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.61 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.62 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2014/05/20 17:24:49 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.61 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.62 2014/05/20 17:26:04 njoly Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/arm/linux_sysent.c
--- a/sys/compat/linux/arch/arm/linux_sysent.c Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/arm/linux_sysent.c Tue May 20 17:26:04 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.61 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.62 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.58 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.59 2014/05/20 17:24:49 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.61 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.62 2014/05/20 17:26:04 njoly Exp $");
#include <sys/param.h>
#include <sys/poll.h>
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.100 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.101 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.116 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -533,10 +533,10 @@
/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */
#define LINUX_SYS_setregid 204
-/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "getgroups" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_getgroups 205
-/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "setgroups" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_setgroups 206
/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/i386/linux_syscallargs.h
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.100 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.101 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.116 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/i386/linux_syscalls.c
--- a/sys/compat/linux/arch/i386/linux_syscalls.c Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c Tue May 20 17:26:04 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.101 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.102 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.116 2014/05/20 17:24:49 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.101 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.102 2014/05/20 17:26:04 njoly Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/i386/linux_sysent.c
--- a/sys/compat/linux/arch/i386/linux_sysent.c Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/i386/linux_sysent.c Tue May 20 17:26:04 2014 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.100 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.101 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.115 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.116 2014/05/20 17:24:49 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.100 2014/05/17 09:25:06 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.101 2014/05/20 17:26:04 njoly Exp $");
#include <sys/param.h>
#include <sys/poll.h>
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.91 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.92 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.85 2014/05/17 09:23:51 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.86 2014/05/20 17:24:49 njoly Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -531,10 +531,10 @@
/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */
#define LINUX_SYS_setregid 204
-/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "getgroups" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_getgroups 205
-/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
+/* syscall: "setgroups" ret: "int" args: "int" "gid_t *" */
#define LINUX_SYS_setgroups 206
/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
diff -r ec3f25371720 -r ecdf854e4c37 sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h Tue May 20 17:24:49 2014 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h Tue May 20 17:26:04 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.90 2014/05/17 09:25:06 njoly Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.91 2014/05/20 17:26:04 njoly Exp $ */
/*
* System call argument lists.
*
Home |
Main Index |
Thread Index |
Old Index