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/alpha regen



details:   https://anonhg.NetBSD.org/src/rev/c1b799c957ef
branches:  trunk
changeset: 522431:c1b799c957ef
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 18 20:20:25 2002 +0000

description:
regen

diffstat:

 sys/compat/linux/arch/alpha/linux_syscall.h     |   4 ++--
 sys/compat/linux/arch/alpha/linux_syscallargs.h |  18 ++++++++++++++----
 sys/compat/linux/arch/alpha/linux_syscalls.c    |   6 +++---
 sys/compat/linux/arch/alpha/linux_sysent.c      |  14 +++++++-------
 4 files changed, 26 insertions(+), 16 deletions(-)

diffs (117 lines):

diff -r e6550ecdf640 -r c1b799c957ef sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h       Mon Feb 18 20:12:49 2002 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h       Mon Feb 18 20:20:25 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.43 2002/02/18 16:36:20 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.44 2002/02/18 20:20:25 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r e6550ecdf640 -r c1b799c957ef sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h   Mon Feb 18 20:12:49 2002 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h   Mon Feb 18 20:20:25 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.42 2002/02/18 16:36:21 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.43 2002/02/18 20:20:25 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -312,6 +312,16 @@
        syscallarg(int *) alen;
 };
 
+struct linux_sys_getrlimit_args {
+       syscallarg(int) which;
+       syscallarg(struct orlimit *) rlp;
+};
+
+struct linux_sys_setrlimit_args {
+       syscallarg(int) which;
+       syscallarg(const struct orlimit *) rlp;
+};
+
 struct linux_sys_getsockname_args {
        syscallarg(int) fdec;
        syscallarg(caddr_t) asa;
@@ -675,8 +685,8 @@
 int    linux_sys_rmdir(struct proc *, void *, register_t *);
 int    osf1_sys_utimes(struct proc *, void *, register_t *);
 int    linux_sys_getpeername(struct proc *, void *, register_t *);
-int    compat_43_sys_getrlimit(struct proc *, void *, register_t *);
-int    compat_43_sys_setrlimit(struct proc *, void *, register_t *);
+int    linux_sys_getrlimit(struct proc *, void *, register_t *);
+int    linux_sys_setrlimit(struct proc *, void *, register_t *);
 int    sys_setsid(struct proc *, void *, register_t *);
 int    linux_sys_getsockname(struct proc *, void *, register_t *);
 int    linux_sys_sigaction(struct proc *, void *, register_t *);
diff -r e6550ecdf640 -r c1b799c957ef sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c      Mon Feb 18 20:12:49 2002 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c      Mon Feb 18 20:20:25 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.44 2002/02/18 16:36:21 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.45 2002/02/18 20:20:25 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.44 2002/02/18 16:36:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2002/02/18 20:20:25 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
diff -r e6550ecdf640 -r c1b799c957ef sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c        Mon Feb 18 20:12:49 2002 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c        Mon Feb 18 20:20:25 2002 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.43 2002/02/18 16:36:21 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.44 2002/02/18 20:20:25 christos Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.38 2002/02/18 16:35:57 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.39 2002/02/18 20:12:49 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.43 2002/02/18 16:36:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2002/02/18 20:20:25 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_sysv.h"
@@ -322,10 +322,10 @@
            linux_sys_nosys },                  /* 142 = unimplemented */
        { 0, 0, 0,
            linux_sys_nosys },                  /* 143 = unimplemented */
-       { 2, s(struct compat_43_sys_getrlimit_args), 0,
-           compat_43_sys_getrlimit },          /* 144 = getrlimit */
-       { 2, s(struct compat_43_sys_setrlimit_args), 0,
-           compat_43_sys_setrlimit },          /* 145 = setrlimit */
+       { 2, s(struct linux_sys_getrlimit_args), 0,
+           linux_sys_getrlimit },              /* 144 = getrlimit */
+       { 2, s(struct linux_sys_setrlimit_args), 0,
+           linux_sys_setrlimit },              /* 145 = setrlimit */
        { 0, 0, 0,
            linux_sys_nosys },                  /* 146 = unimplemented */
        { 0, 0, 0,



Home | Main Index | Thread Index | Old Index