Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 regen for updated syscalls.master



details:   https://anonhg.NetBSD.org/src/rev/beb675914866
branches:  trunk
changeset: 472356:beb675914866
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed Apr 28 05:10:38 1999 +0000

description:
regen for updated syscalls.master

diffstat:

 sys/compat/osf1/osf1_syscall.h     |  14 +++++++-------
 sys/compat/osf1/osf1_syscallargs.h |  26 ++++++++++++++++++--------
 sys/compat/osf1/osf1_syscalls.c    |   4 ++--
 sys/compat/osf1/osf1_sysent.c      |  12 ++++++------
 4 files changed, 33 insertions(+), 23 deletions(-)

diffs (202 lines):

diff -r 45c246c02b7b -r beb675914866 sys/compat/osf1/osf1_syscall.h
--- a/sys/compat/osf1/osf1_syscall.h    Wed Apr 28 05:09:47 1999 +0000
+++ b/sys/compat/osf1/osf1_syscall.h    Wed Apr 28 05:10:38 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_syscall.h,v 1.24 1999/04/28 02:34:47 cgd Exp $    */
+/*     $NetBSD: osf1_syscall.h,v 1.25 1999/04/28 05:10:38 cgd Exp $    */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.18 1999/04/28 02:34:25 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.19 1999/04/28 05:09:47 cgd Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -188,7 +188,7 @@
 /* syscall: "fcntl" ret: "int" args: "int" "int" "void *" */
 #define        OSF1_SYS_fcntl  92
 
-/* syscall: "select" ret: "int" args: "u_int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */
+/* syscall: "select" ret: "int" args: "u_int" "fd_set *" "fd_set *" "fd_set *" "struct osf1_timeval *" */
 #define        OSF1_SYS_select 93
 
 /* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
@@ -231,7 +231,7 @@
 #define        OSF1_SYS_sigstack       112
 
                                /* 115 is obsolete vtrace */
-/* syscall: "gettimeofday" ret: "int" args: "struct osf1_timeval *" "struct osf1_timezeon *" */
+/* syscall: "gettimeofday" ret: "int" args: "struct osf1_timeval *" "struct osf1_timezone *" */
 #define        OSF1_SYS_gettimeofday   116
 
 /* syscall: "getrusage" ret: "int" args: "int" "struct osf1_rusage *" */
@@ -246,7 +246,7 @@
 /* syscall: "writev" ret: "int" args: "int" "struct osf1_iovec *" "u_int" */
 #define        OSF1_SYS_writev 121
 
-/* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */
+/* syscall: "settimeofday" ret: "int" args: "struct osf1_timeval *" "struct osf1_timezone *" */
 #define        OSF1_SYS_settimeofday   122
 
 /* syscall: "__posix_fchown" ret: "int" args: "int" "int" "int" */
@@ -282,7 +282,7 @@
 /* syscall: "rmdir" ret: "int" args: "const char *" */
 #define        OSF1_SYS_rmdir  137
 
-/* syscall: "utimes" ret: "int" args: "const char *" "struct timeval *" */
+/* syscall: "utimes" ret: "int" args: "const char *" "const struct osf1_timeval *" */
 #define        OSF1_SYS_utimes 138
 
                                /* 139 is obsolete 4.2 sigreturn */
@@ -328,7 +328,7 @@
 /* syscall: "sigaltstack" ret: "int" args: "struct osf1_sigaltstack *" "struct osf1_sigaltstack *" */
 #define        OSF1_SYS_sigaltstack    235
 
-/* syscall: "usleep_thread" ret: "int" args: "struct timeval *" "struct timeval *" */
+/* syscall: "usleep_thread" ret: "int" args: "struct osf1_timeval *" "struct osf1_timeval *" */
 #define        OSF1_SYS_usleep_thread  251
 
 /* syscall: "setsysinfo" ret: "int" args: "u_long" "caddr_t" "u_long" "caddr_t" "u_long" */
diff -r 45c246c02b7b -r beb675914866 sys/compat/osf1/osf1_syscallargs.h
--- a/sys/compat/osf1/osf1_syscallargs.h        Wed Apr 28 05:09:47 1999 +0000
+++ b/sys/compat/osf1/osf1_syscallargs.h        Wed Apr 28 05:10:38 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_syscallargs.h,v 1.24 1999/04/28 02:34:47 cgd Exp $        */
+/*     $NetBSD: osf1_syscallargs.h,v 1.25 1999/04/28 05:10:38 cgd Exp $        */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.18 1999/04/28 02:34:25 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.19 1999/04/28 05:09:47 cgd Exp 
  */
 
 #ifndef _OSF1_SYS__SYSCALLARGS_H_
@@ -123,7 +123,7 @@
        syscallarg(fd_set *) in;
        syscallarg(fd_set *) ou;
        syscallarg(fd_set *) ex;
-       syscallarg(struct timeval *) tv;
+       syscallarg(struct osf1_timeval *) tv;
 };
 
 struct osf1_sys_socket_args {
@@ -134,7 +134,7 @@
 
 struct osf1_sys_gettimeofday_args {
        syscallarg(struct osf1_timeval *) tp;
-       syscallarg(struct osf1_timezeon *) tzp;
+       syscallarg(struct osf1_timezone *) tzp;
 };
 
 struct osf1_sys_getrusage_args {
@@ -154,6 +154,11 @@
        syscallarg(u_int) iovcnt;
 };
 
+struct osf1_sys_settimeofday_args {
+       syscallarg(struct osf1_timeval *) tv;
+       syscallarg(struct osf1_timezone *) tzp;
+};
+
 struct osf1_sys_truncate_args {
        syscallarg(const char *) path;
        syscallarg(off_t) length;
@@ -177,6 +182,11 @@
        syscallarg(int) tolen;
 };
 
+struct osf1_sys_utimes_args {
+       syscallarg(const char *) path;
+       syscallarg(const struct osf1_timeval *) tptr;
+};
+
 struct osf1_sys_getrlimit_args {
        syscallarg(u_int) which;
        syscallarg(struct rlimit *) rlp;
@@ -215,8 +225,8 @@
 };
 
 struct osf1_sys_usleep_thread_args {
-       syscallarg(struct timeval *) sleep;
-       syscallarg(struct timeval *) slept;
+       syscallarg(struct osf1_timeval *) sleep;
+       syscallarg(struct osf1_timeval *) slept;
 };
 
 struct osf1_sys_setsysinfo_args {
@@ -310,7 +320,7 @@
 int    sys_getsockopt  __P((struct proc *, void *, register_t *));
 int    osf1_sys_readv  __P((struct proc *, void *, register_t *));
 int    osf1_sys_writev __P((struct proc *, void *, register_t *));
-int    sys_settimeofday        __P((struct proc *, void *, register_t *));
+int    osf1_sys_settimeofday   __P((struct proc *, void *, register_t *));
 int    sys___posix_fchown      __P((struct proc *, void *, register_t *));
 int    sys_fchmod      __P((struct proc *, void *, register_t *));
 int    compat_43_sys_recvfrom  __P((struct proc *, void *, register_t *));
@@ -322,7 +332,7 @@
 int    sys_shutdown    __P((struct proc *, void *, register_t *));
 int    sys_mkdir       __P((struct proc *, void *, register_t *));
 int    sys_rmdir       __P((struct proc *, void *, register_t *));
-int    sys_utimes      __P((struct proc *, void *, register_t *));
+int    osf1_sys_utimes __P((struct proc *, void *, register_t *));
 int    compat_43_sys_gethostid __P((struct proc *, void *, register_t *));
 int    compat_43_sys_sethostid __P((struct proc *, void *, register_t *));
 int    osf1_sys_getrlimit      __P((struct proc *, void *, register_t *));
diff -r 45c246c02b7b -r beb675914866 sys/compat/osf1/osf1_syscalls.c
--- a/sys/compat/osf1/osf1_syscalls.c   Wed Apr 28 05:09:47 1999 +0000
+++ b/sys/compat/osf1/osf1_syscalls.c   Wed Apr 28 05:10:38 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_syscalls.c,v 1.22 1999/04/28 02:34:47 cgd Exp $   */
+/*     $NetBSD: osf1_syscalls.c,v 1.23 1999/04/28 05:10:38 cgd Exp $   */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.18 1999/04/28 02:34:25 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.19 1999/04/28 05:09:47 cgd Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r 45c246c02b7b -r beb675914866 sys/compat/osf1/osf1_sysent.c
--- a/sys/compat/osf1/osf1_sysent.c     Wed Apr 28 05:09:47 1999 +0000
+++ b/sys/compat/osf1/osf1_sysent.c     Wed Apr 28 05:10:38 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_sysent.c,v 1.24 1999/04/28 02:34:47 cgd Exp $     */
+/*     $NetBSD: osf1_sysent.c,v 1.25 1999/04/28 05:10:39 cgd Exp $     */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.18 1999/04/28 02:34:25 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.19 1999/04/28 05:09:47 cgd Exp 
  */
 
 #include "opt_compat_43.h"
@@ -263,8 +263,8 @@
            osf1_sys_readv },                   /* 120 = readv */
        { 3, s(struct osf1_sys_writev_args),
            osf1_sys_writev },                  /* 121 = writev */
-       { 2, s(struct sys_settimeofday_args),
-           sys_settimeofday },                 /* 122 = settimeofday */
+       { 2, s(struct osf1_sys_settimeofday_args),
+           osf1_sys_settimeofday },            /* 122 = settimeofday */
        { 3, s(struct sys___posix_fchown_args),
            sys___posix_fchown },               /* 123 = __posix_fchown */
        { 2, s(struct sys_fchmod_args),
@@ -295,8 +295,8 @@
            sys_mkdir },                        /* 136 = mkdir */
        { 1, s(struct sys_rmdir_args),
            sys_rmdir },                        /* 137 = rmdir */
-       { 2, s(struct sys_utimes_args),
-           sys_utimes },                       /* 138 = utimes */
+       { 2, s(struct osf1_sys_utimes_args),
+           osf1_sys_utimes },                  /* 138 = utimes */
        { 0, 0,
            sys_nosys },                        /* 139 = obsolete 4.2 sigreturn */
        { 0, 0,



Home | Main Index | Thread Index | Old Index