Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Regen2



details:   https://anonhg.NetBSD.org/src/rev/04623cee1fbf
branches:  trunk
changeset: 473602:04623cee1fbf
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 09 04:27:01 1999 +0000

description:
Regen2

diffstat:

 sys/sys/syscall.h     |  40 +++++++++++++++++++++++++++++++++----
 sys/sys/syscallargs.h |  53 +++++++++++++++++++++-----------------------------
 2 files changed, 57 insertions(+), 36 deletions(-)

diffs (truncated from 306 to 300 lines):

diff -r 74f31af7f012 -r 04623cee1fbf sys/sys/syscall.h
--- a/sys/sys/syscall.h Wed Jun 09 04:25:54 1999 +0000
+++ b/sys/sys/syscall.h Wed Jun 09 04:27:01 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: syscall.h,v 1.98 1999/06/08 03:08:32 thorpej Exp $     */
+/*     $NetBSD: syscall.h,v 1.99 1999/06/09 04:27:01 christos Exp $    */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.90 1999/03/28 17:29:52 kleink Exp 
+ * created from        NetBSD: syscalls.master,v 1.92 1999/06/09 04:25:30 christos Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -139,6 +139,7 @@
 /* syscall: "ktrace" ret: "int" args: "const char *" "int" "int" "int" */
 #define        SYS_ktrace      45
 
+                               /* 45 is excluded ktrace */
 #define        SYS_compat_13_sigaction13       46
 
 /* syscall: "getgid" ret: "gid_t" args: */
@@ -304,9 +305,6 @@
 
 #define        SYS_compat_43_osendmsg  114
 
-/* syscall: "vtrace" ret: "int" args: "int" "int" */
-#define        SYS_vtrace      115
-
                                /* 115 is obsolete vtrace */
 /* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */
 #define        SYS_gettimeofday        116
@@ -401,6 +399,7 @@
 /* syscall: "nfssvc" ret: "int" args: "int" "void *" */
 #define        SYS_nfssvc      155
 
+                               /* 155 is excluded nfssvc */
 #define        SYS_compat_43_ogetdirentries    156
 
 /* syscall: "statfs" ret: "int" args: "const char *" "struct statfs *" */
@@ -412,6 +411,7 @@
 /* syscall: "getfh" ret: "int" args: "const char *" "fhandle_t *" */
 #define        SYS_getfh       161
 
+                               /* 161 is excluded getfh */
 #define        SYS_compat_09_ogetdomainname    162
 
 #define        SYS_compat_09_osetdomainname    163
@@ -423,10 +423,13 @@
 
 #define        SYS_compat_10_osemsys   169
 
+                               /* 169 is excluded 1.0 semsys */
 #define        SYS_compat_10_omsgsys   170
 
+                               /* 170 is excluded 1.0 msgsys */
 #define        SYS_compat_10_oshmsys   171
 
+                               /* 171 is excluded 1.0 shmsys */
 /* syscall: "pread" ret: "ssize_t" args: "int" "void *" "size_t" "int" "off_t" */
 #define        SYS_pread       173
 
@@ -460,6 +463,10 @@
 /* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval *" */
 #define        SYS_lfs_segwait 187
 
+                               /* 184 is excluded lfs_bmapv */
+                               /* 185 is excluded lfs_markv */
+                               /* 186 is excluded lfs_segclean */
+                               /* 187 is excluded lfs_segwait */
 #define        SYS_compat_12_stat12    188
 
 #define        SYS_compat_12_fstat12   189
@@ -519,6 +526,16 @@
 /* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
 #define        SYS_poll        209
 
+                               /* 210 is excluded lkmnosys */
+                               /* 211 is excluded lkmnosys */
+                               /* 212 is excluded lkmnosys */
+                               /* 213 is excluded lkmnosys */
+                               /* 214 is excluded lkmnosys */
+                               /* 215 is excluded lkmnosys */
+                               /* 216 is excluded lkmnosys */
+                               /* 217 is excluded lkmnosys */
+                               /* 218 is excluded lkmnosys */
+                               /* 219 is excluded lkmnosys */
 /* syscall: "__semctl" ret: "int" args: "int" "int" "int" "union semun *" */
 #define        SYS___semctl    220
 
@@ -531,6 +548,10 @@
 /* syscall: "semconfig" ret: "int" args: "int" */
 #define        SYS_semconfig   223
 
+                               /* 220 is excluded semctl */
+                               /* 221 is excluded semget */
+                               /* 222 is excluded semop */
+                               /* 223 is excluded semconfig */
 /* syscall: "msgctl" ret: "int" args: "int" "int" "struct msqid_ds *" */
 #define        SYS_msgctl      224
 
@@ -543,6 +564,10 @@
 /* syscall: "msgrcv" ret: "ssize_t" args: "int" "void *" "size_t" "long" "int" */
 #define        SYS_msgrcv      227
 
+                               /* 224 is excluded msgctl */
+                               /* 225 is excluded msgget */
+                               /* 226 is excluded msgsnd */
+                               /* 227 is excluded msgrcv */
 /* syscall: "shmat" ret: "void *" args: "int" "const void *" "int" */
 #define        SYS_shmat       228
 
@@ -555,6 +580,10 @@
 /* syscall: "shmget" ret: "int" args: "key_t" "size_t" "int" */
 #define        SYS_shmget      231
 
+                               /* 228 is excluded shmat */
+                               /* 229 is excluded shmctl */
+                               /* 230 is excluded shmdt */
+                               /* 231 is excluded shmget */
 /* syscall: "clock_gettime" ret: "int" args: "clockid_t" "struct timespec *" */
 #define        SYS_clock_gettime       232
 
@@ -624,6 +653,7 @@
 /* syscall: "fktrace" ret: "int" args: "const int" "int" "int" "int" */
 #define        SYS_fktrace     288
 
+                               /* 288 is excluded ktrace */
 /* syscall: "preadv" ret: "ssize_t" args: "int" "const struct iovec *" "int" "int" "off_t" */
 #define        SYS_preadv      289
 
diff -r 74f31af7f012 -r 04623cee1fbf sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Wed Jun 09 04:25:54 1999 +0000
+++ b/sys/sys/syscallargs.h     Wed Jun 09 04:27:01 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: syscallargs.h,v 1.79 1999/06/08 03:08:33 thorpej Exp $ */
+/*     $NetBSD: syscallargs.h,v 1.80 1999/06/09 04:27:01 christos Exp $        */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.90 1999/03/28 17:29:52 kleink Exp 
+ * created from        NetBSD: syscalls.master,v 1.92 1999/06/09 04:25:30 christos Exp 
  */
 
 #ifndef _SYS__SYSCALLARGS_H_
@@ -517,11 +517,6 @@
        syscallarg(int) flags;
 };
 
-struct sys_vtrace_args {
-       syscallarg(int) request;
-       syscallarg(int) value;
-};
-
 struct sys_gettimeofday_args {
        syscallarg(struct timeval *) tp;
        syscallarg(struct timezone *) tzp;
@@ -796,24 +791,24 @@
        syscallarg(uid_t) euid;
 };
 
-struct lfs_bmapv_args {
+struct sys_lfs_bmapv_args {
        syscallarg(fsid_t *) fsidp;
        syscallarg(struct block_info *) blkiov;
        syscallarg(int) blkcnt;
 };
 
-struct lfs_markv_args {
+struct sys_lfs_markv_args {
        syscallarg(fsid_t *) fsidp;
        syscallarg(struct block_info *) blkiov;
        syscallarg(int) blkcnt;
 };
 
-struct lfs_segclean_args {
+struct sys_lfs_segclean_args {
        syscallarg(fsid_t *) fsidp;
        syscallarg(u_long) segment;
 };
 
-struct lfs_segwait_args {
+struct sys_lfs_segwait_args {
        syscallarg(fsid_t *) fsidp;
        syscallarg(struct timeval *) tv;
 };
@@ -1217,7 +1212,7 @@
 int    sys_pipe        __P((struct proc *, void *, register_t *));
 int    sys_getegid     __P((struct proc *, void *, register_t *));
 int    sys_profil      __P((struct proc *, void *, register_t *));
-#ifdef KTRACE
+#if defined(KTRACE) || !defined(_KERNEL)
 int    sys_ktrace      __P((struct proc *, void *, register_t *));
 #else
 #endif
@@ -1283,10 +1278,6 @@
 int    compat_43_sys_sigstack  __P((struct proc *, void *, register_t *));
 int    compat_43_sys_recvmsg   __P((struct proc *, void *, register_t *));
 int    compat_43_sys_sendmsg   __P((struct proc *, void *, register_t *));
-#ifdef TRACE
-int    sys_vtrace      __P((struct proc *, void *, register_t *));
-#else
-#endif
 int    sys_gettimeofday        __P((struct proc *, void *, register_t *));
 int    sys_getrusage   __P((struct proc *, void *, register_t *));
 int    sys_getsockopt  __P((struct proc *, void *, register_t *));
@@ -1320,14 +1311,14 @@
 int    sys_quotactl    __P((struct proc *, void *, register_t *));
 int    compat_43_sys_quota     __P((struct proc *, void *, register_t *));
 int    compat_43_sys_getsockname       __P((struct proc *, void *, register_t *));
-#if defined(NFS) || defined(NFSSERVER)
+#if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
 int    sys_nfssvc      __P((struct proc *, void *, register_t *));
 #else
 #endif
 int    compat_43_sys_getdirentries     __P((struct proc *, void *, register_t *));
 int    sys_statfs      __P((struct proc *, void *, register_t *));
 int    sys_fstatfs     __P((struct proc *, void *, register_t *));
-#if defined(NFS) || defined(NFSSERVER)
+#if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
 int    sys_getfh       __P((struct proc *, void *, register_t *));
 #else
 #endif
@@ -1335,15 +1326,15 @@
 int    compat_09_sys_setdomainname     __P((struct proc *, void *, register_t *));
 int    compat_09_sys_uname     __P((struct proc *, void *, register_t *));
 int    sys_sysarch     __P((struct proc *, void *, register_t *));
-#if defined(SYSVSEM) && !defined(alpha)
+#if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(alpha)
 int    compat_10_sys_semsys    __P((struct proc *, void *, register_t *));
 #else
 #endif
-#if defined(SYSVMSG) && !defined(alpha)
+#if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(alpha)
 int    compat_10_sys_msgsys    __P((struct proc *, void *, register_t *));
 #else
 #endif
-#if defined(SYSVSHM) && !defined(alpha)
+#if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(alpha)
 int    compat_10_sys_shmsys    __P((struct proc *, void *, register_t *));
 #else
 #endif
@@ -1354,11 +1345,11 @@
 int    sys_setgid      __P((struct proc *, void *, register_t *));
 int    sys_setegid     __P((struct proc *, void *, register_t *));
 int    sys_seteuid     __P((struct proc *, void *, register_t *));
-#ifdef LFS
-int    lfs_bmapv       __P((struct proc *, void *, register_t *));
-int    lfs_markv       __P((struct proc *, void *, register_t *));
-int    lfs_segclean    __P((struct proc *, void *, register_t *));
-int    lfs_segwait     __P((struct proc *, void *, register_t *));
+#if defined(LFS) || !defined(_KERNEL)
+int    sys_lfs_bmapv   __P((struct proc *, void *, register_t *));
+int    sys_lfs_markv   __P((struct proc *, void *, register_t *));
+int    sys_lfs_segclean        __P((struct proc *, void *, register_t *));
+int    sys_lfs_segwait __P((struct proc *, void *, register_t *));
 #else
 #endif
 int    compat_12_sys_stat      __P((struct proc *, void *, register_t *));
@@ -1381,7 +1372,7 @@
 int    sys_getpgid     __P((struct proc *, void *, register_t *));
 int    sys_reboot      __P((struct proc *, void *, register_t *));
 int    sys_poll        __P((struct proc *, void *, register_t *));
-#ifdef LKM
+#if defined(LKM) || !defined(_KERNEL)
 int    sys_lkmnosys    __P((struct proc *, void *, register_t *));
 int    sys_lkmnosys    __P((struct proc *, void *, register_t *));
 int    sys_lkmnosys    __P((struct proc *, void *, register_t *));
@@ -1394,21 +1385,21 @@
 int    sys_lkmnosys    __P((struct proc *, void *, register_t *));
 #else  /* !LKM */
 #endif /* !LKM */
-#ifdef SYSVSEM
+#if defined(SYSVSEM) || !defined(_KERNEL)
 int    sys___semctl    __P((struct proc *, void *, register_t *));
 int    sys_semget      __P((struct proc *, void *, register_t *));
 int    sys_semop       __P((struct proc *, void *, register_t *));
 int    sys_semconfig   __P((struct proc *, void *, register_t *));
 #else
 #endif
-#ifdef SYSVMSG
+#if defined(SYSVMSG) || !defined(_KERNEL)
 int    sys_msgctl      __P((struct proc *, void *, register_t *));
 int    sys_msgget      __P((struct proc *, void *, register_t *));
 int    sys_msgsnd      __P((struct proc *, void *, register_t *));
 int    sys_msgrcv      __P((struct proc *, void *, register_t *));
 #else
 #endif
-#ifdef SYSVSHM
+#if defined(SYSVSHM) || !defined(_KERNEL)
 int    sys_shmat       __P((struct proc *, void *, register_t *));
 int    sys_shmctl      __P((struct proc *, void *, register_t *));
 int    sys_shmdt       __P((struct proc *, void *, register_t *));
@@ -1437,7 +1428,7 @@
 int    sys___posix_fchown      __P((struct proc *, void *, register_t *));
 int    sys___posix_lchown      __P((struct proc *, void *, register_t *));



Home | Main Index | Thread Index | Old Index