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.



details:   https://anonhg.NetBSD.org/src/rev/5f4fbd9fc1a7
branches:  trunk
changeset: 467660:5f4fbd9fc1a7
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Mar 27 01:15:58 1999 +0000

description:
Regen.

diffstat:

 sys/compat/linux/arch/alpha/linux_syscall.h     |   9 ++++++---
 sys/compat/linux/arch/alpha/linux_syscallargs.h |   5 +++--
 sys/compat/linux/arch/alpha/linux_syscalls.c    |   8 ++++++--
 sys/compat/linux/arch/alpha/linux_sysent.c      |  12 ++++++++++--
 sys/compat/linux/arch/i386/linux_syscall.h      |   7 +++++--
 sys/compat/linux/arch/i386/linux_syscallargs.h  |   5 +++--
 sys/compat/linux/arch/i386/linux_syscalls.c     |   6 +++---
 sys/compat/linux/arch/i386/linux_sysent.c       |   8 ++++----
 sys/compat/linux/arch/m68k/linux_syscall.h      |   7 +++++--
 sys/compat/linux/arch/m68k/linux_syscallargs.h  |   5 +++--
 sys/compat/linux/arch/m68k/linux_syscalls.c     |   6 +++---
 sys/compat/linux/arch/m68k/linux_sysent.c       |   8 ++++----
 12 files changed, 55 insertions(+), 31 deletions(-)

diffs (298 lines):

diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h       Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h       Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscall.h,v 1.7 1999/03/23 03:01:48 thorpej Exp $        */
+/*     $NetBSD: linux_syscall.h,v 1.8 1999/03/27 01:15:58 tron Exp $   */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 1999/03/23 03:00:51 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.8 1999/03/27 01:10:56 tron Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -412,4 +412,7 @@
 /* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage *" */
 #define        LINUX_SYS_wait4 365
 
-#define        LINUX_SYS_MAXSYSCALL    367
+/* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */
+#define        LINUX_SYS___getcwd      367
+
+#define        LINUX_SYS_MAXSYSCALL    371
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h   Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h   Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscallargs.h,v 1.7 1999/03/23 03:01:49 thorpej Exp $    */
+/*     $NetBSD: linux_syscallargs.h,v 1.8 1999/03/27 01:15:58 tron Exp $       */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 1999/03/23 03:00:51 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.8 1999/03/27 01:10:56 tron Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -489,4 +489,5 @@
 int    sys_utimes      __P((struct proc *, void *, register_t *));
 int    sys_getrusage   __P((struct proc *, void *, register_t *));
 int    linux_sys_wait4 __P((struct proc *, void *, register_t *));
+int    sys___getcwd    __P((struct proc *, void *, register_t *));
 #endif /* _LINUX_SYS__SYSCALLARGS_H_ */
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c      Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c      Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscalls.c,v 1.7 1999/03/23 03:01:49 thorpej Exp $       */
+/*     $NetBSD: linux_syscalls.c,v 1.8 1999/03/27 01:15:59 tron Exp $  */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 1999/03/23 03:00:51 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.8 1999/03/27 01:10:56 tron Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
@@ -418,4 +418,8 @@
        "getrusage",                    /* 364 = getrusage */
        "wait4",                        /* 365 = wait4 */
        "#366 (unimplemented adjtimex)",                /* 366 = unimplemented adjtimex */
+       "__getcwd",                     /* 367 = __getcwd */
+       "#368 (unimplemented capget)",          /* 368 = unimplemented capget */
+       "#369 (unimplemented capset)",          /* 369 = unimplemented capset */
+       "#370 (unimplemented sendfile)",                /* 370 = unimplemented sendfile */
 };
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c        Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c        Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_sysent.c,v 1.8 1999/03/23 03:01:49 thorpej Exp $ */
+/*     $NetBSD: linux_sysent.c,v 1.9 1999/03/27 01:15:59 tron Exp $    */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 1999/03/23 03:00:51 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.8 1999/03/27 01:10:56 tron Exp 
  */
 
 #include "opt_sysv.h"
@@ -797,5 +797,13 @@
            linux_sys_wait4 },                  /* 365 = wait4 */
        { 0, 0,
            sys_nosys },                        /* 366 = unimplemented adjtimex */
+       { 2, s(struct sys___getcwd_args),
+           sys___getcwd },                     /* 367 = __getcwd */
+       { 0, 0,
+           sys_nosys },                        /* 368 = unimplemented capget */
+       { 0, 0,
+           sys_nosys },                        /* 369 = unimplemented capset */
+       { 0, 0,
+           sys_nosys },                        /* 370 = unimplemented sendfile */
 };
 
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/i386/linux_syscall.h
--- a/sys/compat/linux/arch/i386/linux_syscall.h        Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscall.h        Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscall.h,v 1.6 1999/03/23 03:01:50 thorpej Exp $        */
+/*     $NetBSD: linux_syscall.h,v 1.7 1999/03/27 01:15:59 tron Exp $   */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.30 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.31 1999/03/27 01:10:57 tron Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -407,4 +407,7 @@
 /* syscall: "chown" ret: "int" args: "const char *" "int" "int" */
 #define        LINUX_SYS_chown 182
 
+/* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */
+#define        LINUX_SYS___getcwd      183
+
 #define        LINUX_SYS_MAXSYSCALL    186
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/i386/linux_syscallargs.h
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h    Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h    Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscallargs.h,v 1.6 1999/03/23 03:01:50 thorpej Exp $    */
+/*     $NetBSD: linux_syscallargs.h,v 1.7 1999/03/27 01:15:59 tron Exp $       */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.30 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.31 1999/03/27 01:10:57 tron Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -526,4 +526,5 @@
 int    sys_pread       __P((struct proc *, void *, register_t *));
 int    sys_pwrite      __P((struct proc *, void *, register_t *));
 int    linux_sys_chown __P((struct proc *, void *, register_t *));
+int    sys___getcwd    __P((struct proc *, void *, register_t *));
 #endif /* _LINUX_SYS__SYSCALLARGS_H_ */
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/i386/linux_syscalls.c
--- a/sys/compat/linux/arch/i386/linux_syscalls.c       Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c       Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscalls.c,v 1.6 1999/03/23 03:01:50 thorpej Exp $       */
+/*     $NetBSD: linux_syscalls.c,v 1.7 1999/03/27 01:15:59 tron Exp $  */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.30 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.31 1999/03/27 01:10:57 tron Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
@@ -205,7 +205,7 @@
        "pread",                        /* 180 = pread */
        "pwrite",                       /* 181 = pwrite */
        "chown",                        /* 182 = chown */
-       "#183 (unimplemented getcwd)",          /* 183 = unimplemented getcwd */
+       "__getcwd",                     /* 183 = __getcwd */
        "#184 (unimplemented capget)",          /* 184 = unimplemented capget */
        "#185 (unimplemented capset)",          /* 185 = unimplemented capset */
 };
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/i386/linux_sysent.c
--- a/sys/compat/linux/arch/i386/linux_sysent.c Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/i386/linux_sysent.c Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_sysent.c,v 1.6 1999/03/23 03:01:50 thorpej Exp $ */
+/*     $NetBSD: linux_sysent.c,v 1.7 1999/03/27 01:15:59 tron Exp $    */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.30 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.31 1999/03/27 01:10:57 tron Exp 
  */
 
 #include "opt_compat_43.h"
@@ -388,8 +388,8 @@
            sys_pwrite },                       /* 181 = pwrite */
        { 3, s(struct linux_sys_chown_args),
            linux_sys_chown },                  /* 182 = chown */
-       { 0, 0,
-           sys_nosys },                        /* 183 = unimplemented getcwd */
+       { 2, s(struct sys___getcwd_args),
+           sys___getcwd },                     /* 183 = __getcwd */
        { 0, 0,
            sys_nosys },                        /* 184 = unimplemented capget */
        { 0, 0,
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/m68k/linux_syscall.h
--- a/sys/compat/linux/arch/m68k/linux_syscall.h        Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscall.h        Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscall.h,v 1.3 1999/03/23 03:01:50 thorpej Exp $        */
+/*     $NetBSD: linux_syscall.h,v 1.4 1999/03/27 01:16:00 tron Exp $   */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.4 1999/03/27 01:10:57 tron Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -393,4 +393,7 @@
 /* syscall: "lchown" ret: "int" args: "const char *" "int" "int" */
 #define        LINUX_SYS_lchown        182
 
+/* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */
+#define        LINUX_SYS___getcwd      183
+
 #define        LINUX_SYS_MAXSYSCALL    187
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/m68k/linux_syscallargs.h
--- a/sys/compat/linux/arch/m68k/linux_syscallargs.h    Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h    Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscallargs.h,v 1.3 1999/03/23 03:01:51 thorpej Exp $    */
+/*     $NetBSD: linux_syscallargs.h,v 1.4 1999/03/27 01:16:00 tron Exp $       */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.4 1999/03/27 01:10:57 tron Exp 
  */
 
 #ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -510,4 +510,5 @@
 int    sys_pread       __P((struct proc *, void *, register_t *));
 int    sys_pwrite      __P((struct proc *, void *, register_t *));
 int    linux_sys_lchown        __P((struct proc *, void *, register_t *));
+int    sys___getcwd    __P((struct proc *, void *, register_t *));
 #endif /* _LINUX_SYS__SYSCALLARGS_H_ */
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/m68k/linux_syscalls.c
--- a/sys/compat/linux/arch/m68k/linux_syscalls.c       Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/m68k/linux_syscalls.c       Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_syscalls.c,v 1.3 1999/03/23 03:01:51 thorpej Exp $       */
+/*     $NetBSD: linux_syscalls.c,v 1.4 1999/03/27 01:16:00 tron Exp $  */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.4 1999/03/27 01:10:57 tron Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
@@ -232,7 +232,7 @@
        "pread",                        /* 180 = pread */
        "pwrite",                       /* 181 = pwrite */
        "lchown",                       /* 182 = lchown */
-       "#183 (unimplemented getcwd)",          /* 183 = unimplemented getcwd */
+       "__getcwd",                     /* 183 = __getcwd */
        "#184 (unimplemented capget)",          /* 184 = unimplemented capget */
        "#185 (unimplemented capset)",          /* 185 = unimplemented capset */
        "#186 (unimplemented sigaltstack)",             /* 186 = unimplemented sigaltstack */
diff -r d01f25e12ae7 -r 5f4fbd9fc1a7 sys/compat/linux/arch/m68k/linux_sysent.c
--- a/sys/compat/linux/arch/m68k/linux_sysent.c Sat Mar 27 01:10:56 1999 +0000
+++ b/sys/compat/linux/arch/m68k/linux_sysent.c Sat Mar 27 01:15:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: linux_sysent.c,v 1.3 1999/03/23 03:01:51 thorpej Exp $ */
+/*     $NetBSD: linux_sysent.c,v 1.4 1999/03/27 01:16:00 tron Exp $    */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/03/23 03:00:52 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.4 1999/03/27 01:10:57 tron Exp 
  */
 
 #include "opt_compat_netbsd.h"
@@ -423,8 +423,8 @@
            sys_pwrite },                       /* 181 = pwrite */
        { 3, s(struct linux_sys_lchown_args),
            linux_sys_lchown },                 /* 182 = lchown */
-       { 0, 0,
-           sys_nosys },                        /* 183 = unimplemented getcwd */
+       { 2, s(struct sys___getcwd_args),
+           sys___getcwd },                     /* 183 = __getcwd */
        { 0, 0,
            sys_nosys },                        /* 184 = unimplemented capget */
        { 0, 0,



Home | Main Index | Thread Index | Old Index