diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 07:18:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 07:18:38 +0000 |
commit | 184f5b3edd634fae3b8558b4669ced57cb900d02 (patch) | |
tree | 227f7061b9d18ed5b086dadd96ba7d260f369a7f /sys/compat/sunos | |
parent | 4e96377228ca04c54bdc4aec8116d85f74e15834 (diff) |
sync
Diffstat (limited to 'sys/compat/sunos')
-rw-r--r-- | sys/compat/sunos/sunos_syscall.h | 294 | ||||
-rw-r--r-- | sys/compat/sunos/sunos_syscallargs.h | 6 | ||||
-rw-r--r-- | sys/compat/sunos/sunos_syscalls.c | 6 | ||||
-rw-r--r-- | sys/compat/sunos/sunos_sysent.c | 6 |
4 files changed, 304 insertions, 8 deletions
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h index df6598e9cf9..bbf85535c61 100644 --- a/sys/compat/sunos/sunos_syscall.h +++ b/sys/compat/sunos/sunos_syscall.h @@ -1,159 +1,449 @@ +/* $OpenBSD: sunos_syscall.h,v 1.11 1999/06/07 07:18:36 deraadt Exp $ */ + /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:48 deraadt Exp */ +/* syscall: "syscall" ret: "int" args: */ #define SUNOS_SYS_syscall 0 + +/* syscall: "exit" ret: "int" args: "int" */ #define SUNOS_SYS_exit 1 + +/* syscall: "fork" ret: "int" args: */ #define SUNOS_SYS_fork 2 + +/* syscall: "read" ret: "int" args: "int" "char *" "u_int" */ #define SUNOS_SYS_read 3 + +/* syscall: "write" ret: "int" args: "int" "char *" "u_int" */ #define SUNOS_SYS_write 4 + +/* syscall: "open" ret: "int" args: "char *" "int" "int" */ #define SUNOS_SYS_open 5 + +/* syscall: "close" ret: "int" args: "int" */ #define SUNOS_SYS_close 6 + +/* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage *" */ #define SUNOS_SYS_wait4 7 + +/* syscall: "creat" ret: "int" args: "char *" "int" */ #define SUNOS_SYS_creat 8 + +/* syscall: "link" ret: "int" args: "char *" "char *" */ #define SUNOS_SYS_link 9 + +/* syscall: "unlink" ret: "int" args: "char *" */ #define SUNOS_SYS_unlink 10 + +/* syscall: "execv" ret: "int" args: "char *" "char **" */ #define SUNOS_SYS_execv 11 + +/* syscall: "chdir" ret: "int" args: "char *" */ #define SUNOS_SYS_chdir 12 + /* 13 is obsolete time */ +/* syscall: "mknod" ret: "int" args: "char *" "int" "int" */ #define SUNOS_SYS_mknod 14 + +/* syscall: "chmod" ret: "int" args: "char *" "int" */ #define SUNOS_SYS_chmod 15 + +/* syscall: "lchown" ret: "int" args: "char *" "int" "int" */ #define SUNOS_SYS_lchown 16 + +/* syscall: "break" ret: "int" args: "char *" */ #define SUNOS_SYS_break 17 + /* 18 is obsolete stat */ +/* syscall: "lseek" ret: "long" args: "int" "long" "int" */ #define SUNOS_SYS_lseek 19 + +/* syscall: "getpid" ret: "pid_t" args: */ #define SUNOS_SYS_getpid 20 + /* 21 is obsolete sunos_old_mount */ +/* syscall: "setuid" ret: "int" args: "uid_t" */ #define SUNOS_SYS_setuid 23 + +/* syscall: "getuid" ret: "uid_t" args: */ #define SUNOS_SYS_getuid 24 + +/* syscall: "ostime" ret: "int" args: "int" */ #define SUNOS_SYS_ostime 25 + +/* syscall: "ptrace" ret: "long" args: "int" "pid_t" "caddr_t" "int" "char *" */ #define SUNOS_SYS_ptrace 26 + +/* syscall: "access" ret: "int" args: "char *" "int" */ #define SUNOS_SYS_access 33 + +/* syscall: "sync" ret: "int" args: */ #define SUNOS_SYS_sync 36 + +/* syscall: "kill" ret: "int" args: "int" "int" */ #define SUNOS_SYS_kill 37 + +/* syscall: "stat" ret: "int" args: "char *" "struct ostat *" */ #define SUNOS_SYS_stat 38 + +/* syscall: "lstat" ret: "int" args: "char *" "struct ostat *" */ #define SUNOS_SYS_lstat 40 + +/* syscall: "dup" ret: "int" args: "u_int" */ #define SUNOS_SYS_dup 41 -#define SUNOS_SYS_pipe 42 + +/* syscall: "opipe" ret: "int" args: */ +#define SUNOS_SYS_opipe 42 + +/* syscall: "otimes" ret: "int" args: "struct tms *" */ #define SUNOS_SYS_otimes 43 + +/* syscall: "profil" ret: "int" args: "caddr_t" "u_int" "u_int" "u_int" */ #define SUNOS_SYS_profil 44 + +/* syscall: "setgid" ret: "int" args: "uid_t" */ #define SUNOS_SYS_setgid 46 + +/* syscall: "getgid" ret: "gid_t" args: */ #define SUNOS_SYS_getgid 47 + +/* syscall: "acct" ret: "int" args: "char *" */ #define SUNOS_SYS_acct 51 + +/* syscall: "mctl" ret: "int" args: "caddr_t" "int" "int" "void *" */ #define SUNOS_SYS_mctl 53 + +/* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */ #define SUNOS_SYS_ioctl 54 + +/* syscall: "reboot" ret: "int" args: "int" "char *" */ #define SUNOS_SYS_reboot 55 + /* 56 is obsolete sunos_owait3 */ +/* syscall: "symlink" ret: "int" args: "char *" "char *" */ #define SUNOS_SYS_symlink 57 + +/* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */ #define SUNOS_SYS_readlink 58 + +/* syscall: "execve" ret: "int" args: "char *" "char **" "char **" */ #define SUNOS_SYS_execve 59 + +/* syscall: "umask" ret: "int" args: "int" */ #define SUNOS_SYS_umask 60 + +/* syscall: "chroot" ret: "int" args: "char *" */ #define SUNOS_SYS_chroot 61 + +/* syscall: "fstat" ret: "int" args: "int" "struct ostat *" */ #define SUNOS_SYS_fstat 62 + +/* syscall: "getpagesize" ret: "int" args: */ #define SUNOS_SYS_getpagesize 64 + +/* syscall: "msync" ret: "int" args: "void *" "size_t" "int" */ #define SUNOS_SYS_msync 65 + +/* syscall: "vfork" ret: "int" args: */ #define SUNOS_SYS_vfork 66 + /* 67 is obsolete vread */ /* 68 is obsolete vwrite */ +/* syscall: "sbrk" ret: "int" args: "int" */ #define SUNOS_SYS_sbrk 69 + +/* syscall: "sstk" ret: "int" args: "int" */ #define SUNOS_SYS_sstk 70 + +/* syscall: "mmap" ret: "int" args: "caddr_t" "size_t" "int" "int" "int" "long" */ #define SUNOS_SYS_mmap 71 + +/* syscall: "vadvise" ret: "int" args: "int" */ #define SUNOS_SYS_vadvise 72 + +/* syscall: "munmap" ret: "int" args: "caddr_t" "size_t" */ #define SUNOS_SYS_munmap 73 + +/* syscall: "mprotect" ret: "int" args: "caddr_t" "size_t" "int" */ #define SUNOS_SYS_mprotect 74 + +/* syscall: "madvise" ret: "int" args: "caddr_t" "size_t" "int" */ #define SUNOS_SYS_madvise 75 + +/* syscall: "vhangup" ret: "int" args: */ #define SUNOS_SYS_vhangup 76 + +/* syscall: "mincore" ret: "int" args: "caddr_t" "size_t" "char *" */ #define SUNOS_SYS_mincore 78 + +/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */ #define SUNOS_SYS_getgroups 79 + +/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */ #define SUNOS_SYS_setgroups 80 + +/* syscall: "getpgrp" ret: "int" args: */ #define SUNOS_SYS_getpgrp 81 + +/* syscall: "setpgrp" ret: "int" args: "int" "int" */ #define SUNOS_SYS_setpgrp 82 + +/* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval *" "struct itimerval *" */ #define SUNOS_SYS_setitimer 83 + +/* syscall: "swapon" ret: "int" args: "char *" */ #define SUNOS_SYS_swapon 85 + +/* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval *" */ #define SUNOS_SYS_getitimer 86 + +/* syscall: "gethostname" ret: "int" args: "char *" "u_int" */ #define SUNOS_SYS_gethostname 87 + +/* syscall: "sethostname" ret: "int" args: "char *" "u_int" */ #define SUNOS_SYS_sethostname 88 + +/* syscall: "getdtablesize" ret: "int" args: */ #define SUNOS_SYS_getdtablesize 89 + +/* syscall: "dup2" ret: "int" args: "u_int" "u_int" */ #define SUNOS_SYS_dup2 90 + +/* syscall: "fcntl" ret: "int" args: "int" "int" "void *" */ #define SUNOS_SYS_fcntl 92 + +/* syscall: "select" ret: "int" args: "u_int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */ #define SUNOS_SYS_select 93 + +/* syscall: "fsync" ret: "int" args: "int" */ #define SUNOS_SYS_fsync 95 + +/* syscall: "setpriority" ret: "int" args: "int" "int" "int" */ #define SUNOS_SYS_setpriority 96 + +/* syscall: "socket" ret: "int" args: "int" "int" "int" */ #define SUNOS_SYS_socket 97 + +/* syscall: "connect" ret: "int" args: "int" "caddr_t" "int" */ #define SUNOS_SYS_connect 98 + +/* syscall: "accept" ret: "int" args: "int" "caddr_t" "int *" */ #define SUNOS_SYS_accept 99 + +/* syscall: "getpriority" ret: "int" args: "int" "int" */ #define SUNOS_SYS_getpriority 100 + +/* syscall: "send" ret: "int" args: "int" "caddr_t" "int" "int" */ #define SUNOS_SYS_send 101 + +/* syscall: "recv" ret: "int" args: "int" "caddr_t" "int" "int" */ #define SUNOS_SYS_recv 102 + +/* syscall: "bind" ret: "int" args: "int" "caddr_t" "int" */ #define SUNOS_SYS_bind 104 + +/* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "caddr_t" "int" */ #define SUNOS_SYS_setsockopt 105 + +/* syscall: "listen" ret: "int" args: "int" "int" */ #define SUNOS_SYS_listen 106 + +/* syscall: "sigvec" ret: "int" args: "int" "struct sigvec *" "struct sigvec *" */ #define SUNOS_SYS_sigvec 108 + +/* syscall: "sigblock" ret: "int" args: "int" */ #define SUNOS_SYS_sigblock 109 + +/* syscall: "sigsetmask" ret: "int" args: "int" */ #define SUNOS_SYS_sigsetmask 110 + +/* syscall: "sigsuspend" ret: "int" args: "int" */ #define SUNOS_SYS_sigsuspend 111 + +/* syscall: "sigstack" ret: "int" args: "struct sigstack *" "struct sigstack *" */ #define SUNOS_SYS_sigstack 112 + +/* syscall: "recvmsg" ret: "int" args: "int" "struct omsghdr *" "int" */ #define SUNOS_SYS_recvmsg 113 + +/* syscall: "sendmsg" ret: "int" args: "int" "caddr_t" "int" */ #define SUNOS_SYS_sendmsg 114 + /* 115 is obsolete vtrace */ +/* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ #define SUNOS_SYS_gettimeofday 116 + +/* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */ #define SUNOS_SYS_getrusage 117 + +/* syscall: "getsockopt" ret: "int" args: "int" "int" "int" "caddr_t" "int *" */ #define SUNOS_SYS_getsockopt 118 + +/* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */ #define SUNOS_SYS_readv 120 + +/* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */ #define SUNOS_SYS_writev 121 + +/* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ #define SUNOS_SYS_settimeofday 122 + +/* syscall: "fchown" ret: "int" args: "int" "int" "int" */ #define SUNOS_SYS_fchown 123 + +/* syscall: "fchmod" ret: "int" args: "int" "int" */ #define SUNOS_SYS_fchmod 124 + +/* syscall: "recvfrom" ret: "int" args: "int" "caddr_t" "size_t" "int" "caddr_t" "int *" */ #define SUNOS_SYS_recvfrom 125 + +/* syscall: "setreuid" ret: "int" args: "int" "int" */ #define SUNOS_SYS_setreuid 126 + +/* syscall: "setregid" ret: "int" args: "int" "int" */ #define SUNOS_SYS_setregid 127 + +/* syscall: "rename" ret: "int" args: "char *" "char *" */ #define SUNOS_SYS_rename 128 + +/* syscall: "truncate" ret: "int" args: "char *" "long" */ #define SUNOS_SYS_truncate 129 + +/* syscall: "ftruncate" ret: "int" args: "int" "long" */ #define SUNOS_SYS_ftruncate 130 + +/* syscall: "flock" ret: "int" args: "int" "int" */ #define SUNOS_SYS_flock 131 + +/* syscall: "sendto" ret: "int" args: "int" "caddr_t" "size_t" "int" "caddr_t" "int" */ #define SUNOS_SYS_sendto 133 + +/* syscall: "shutdown" ret: "int" args: "int" "int" */ #define SUNOS_SYS_shutdown 134 + +/* syscall: "socketpair" ret: "int" args: "int" "int" "int" "int *" */ #define SUNOS_SYS_socketpair 135 + +/* syscall: "mkdir" ret: "int" args: "char *" "int" */ #define SUNOS_SYS_mkdir 136 + +/* syscall: "rmdir" ret: "int" args: "char *" */ #define SUNOS_SYS_rmdir 137 + +/* syscall: "utimes" ret: "int" args: "char *" "struct timeval *" */ #define SUNOS_SYS_utimes 138 + +/* syscall: "sigreturn" ret: "int" args: "struct sigcontext *" */ #define SUNOS_SYS_sigreturn 139 + +/* syscall: "adjtime" ret: "int" args: "struct timeval *" "struct timeval *" */ #define SUNOS_SYS_adjtime 140 + +/* syscall: "getpeername" ret: "int" args: "int" "caddr_t" "int *" */ #define SUNOS_SYS_getpeername 141 + +/* syscall: "gethostid" ret: "int" args: */ #define SUNOS_SYS_gethostid 142 + +/* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */ #define SUNOS_SYS_getrlimit 144 + +/* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */ #define SUNOS_SYS_setrlimit 145 + +/* syscall: "killpg" ret: "int" args: "int" "int" */ #define SUNOS_SYS_killpg 146 + +/* syscall: "getsockname" ret: "int" args: "int" "caddr_t" "int *" */ #define SUNOS_SYS_getsockname 150 + +/* syscall: "poll" ret: "int" args: "struct pollfd *" "unsigned long" "int" */ #define SUNOS_SYS_poll 153 + +/* syscall: "nfssvc" ret: "int" args: "int" */ #define SUNOS_SYS_nfssvc 155 + +/* syscall: "getdirentries" ret: "int" args: "int" "char *" "u_int" "long *" */ #define SUNOS_SYS_getdirentries 156 + +/* syscall: "statfs" ret: "int" args: "char *" "struct sunos_statfs *" */ #define SUNOS_SYS_statfs 157 + +/* syscall: "fstatfs" ret: "int" args: "int" "struct sunos_statfs *" */ #define SUNOS_SYS_fstatfs 158 + +/* syscall: "unmount" ret: "int" args: "char *" */ #define SUNOS_SYS_unmount 159 + +/* syscall: "async_daemon" ret: "int" args: */ #define SUNOS_SYS_async_daemon 160 + +/* syscall: "getfh" ret: "int" args: "char *" "fhandle_t *" */ #define SUNOS_SYS_getfh 161 + +/* syscall: "getdomainname" ret: "int" args: "char *" "int" */ #define SUNOS_SYS_getdomainname 162 + +/* syscall: "setdomainname" ret: "int" args: "char *" "int" */ #define SUNOS_SYS_setdomainname 163 + +/* syscall: "quotactl" ret: "int" args: "int" "char *" "int" "caddr_t" */ #define SUNOS_SYS_quotactl 165 + +/* syscall: "exportfs" ret: "int" args: "char *" "char *" */ #define SUNOS_SYS_exportfs 166 + +/* syscall: "mount" ret: "int" args: "char *" "char *" "int" "caddr_t" */ #define SUNOS_SYS_mount 167 + +/* syscall: "ustat" ret: "int" args: "int" "struct sunos_ustat *" */ #define SUNOS_SYS_ustat 168 + +/* syscall: "semsys" ret: "int" args: "int" "int" "int" "int" "int" */ #define SUNOS_SYS_semsys 169 + +/* syscall: "msgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */ #define SUNOS_SYS_msgsys 170 + +/* syscall: "shmsys" ret: "int" args: "int" "int" "int" "int" */ #define SUNOS_SYS_shmsys 171 + +/* syscall: "auditsys" ret: "int" args: "char *" */ #define SUNOS_SYS_auditsys 172 + +/* syscall: "getdents" ret: "int" args: "int" "char *" "int" */ #define SUNOS_SYS_getdents 174 + +/* syscall: "setsid" ret: "int" args: */ #define SUNOS_SYS_setsid 175 + +/* syscall: "fchdir" ret: "int" args: "int" */ #define SUNOS_SYS_fchdir 176 + +/* syscall: "fchroot" ret: "int" args: "int" */ #define SUNOS_SYS_fchroot 177 + +/* syscall: "sigpending" ret: "int" args: "int *" */ #define SUNOS_SYS_sigpending 183 + +/* syscall: "setpgid" ret: "int" args: "int" "int" */ #define SUNOS_SYS_setpgid 185 + +/* syscall: "pathconf" ret: "long" args: "char *" "int" */ #define SUNOS_SYS_pathconf 186 + +/* syscall: "fpathconf" ret: "long" args: "int" "int" */ #define SUNOS_SYS_fpathconf 187 + +/* syscall: "sysconf" ret: "int" args: "int" */ #define SUNOS_SYS_sysconf 188 + +/* syscall: "uname" ret: "int" args: "struct sunos_utsname *" */ #define SUNOS_SYS_uname 189 + #define SUNOS_SYS_MAXSYSCALL 190 diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h index 76e62b5db67..2d200cb090e 100644 --- a/sys/compat/sunos/sunos_syscallargs.h +++ b/sys/compat/sunos/sunos_syscallargs.h @@ -1,8 +1,10 @@ +/* $OpenBSD: sunos_syscallargs.h,v 1.11 1999/06/07 07:18:36 deraadt Exp $ */ + /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:48 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -240,7 +242,7 @@ int sys_kill __P((struct proc *, void *, register_t *)); int sunos_sys_stat __P((struct proc *, void *, register_t *)); int sunos_sys_lstat __P((struct proc *, void *, register_t *)); int sys_dup __P((struct proc *, void *, register_t *)); -int sys_pipe __P((struct proc *, void *, register_t *)); +int sys_opipe __P((struct proc *, void *, register_t *)); int sunos_sys_otimes __P((struct proc *, void *, register_t *)); int sys_profil __P((struct proc *, void *, register_t *)); int sys_setgid __P((struct proc *, void *, register_t *)); diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 7a9bd6ac368..e84fbf347d5 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -1,8 +1,10 @@ +/* $OpenBSD: sunos_syscalls.c,v 1.11 1999/06/07 07:18:36 deraadt Exp $ */ + /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:48 deraadt Exp */ char *sunos_syscallnames[] = { @@ -48,7 +50,7 @@ char *sunos_syscallnames[] = { "#39 (unimplemented sunos_setpgrp)", /* 39 = unimplemented sunos_setpgrp */ "lstat", /* 40 = lstat */ "dup", /* 41 = dup */ - "pipe", /* 42 = pipe */ + "opipe", /* 42 = opipe */ "otimes", /* 43 = otimes */ "profil", /* 44 = profil */ "#45 (unimplemented)", /* 45 = unimplemented */ diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c index 193e05bb45c..2cd0d8d23de 100644 --- a/sys/compat/sunos/sunos_sysent.c +++ b/sys/compat/sunos/sunos_sysent.c @@ -1,8 +1,10 @@ +/* $OpenBSD: sunos_sysent.c,v 1.11 1999/06/07 07:18:36 deraadt Exp $ */ + /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:48 deraadt Exp */ #include <sys/param.h> @@ -120,7 +122,7 @@ struct sysent sunos_sysent[] = { { 1, s(struct sys_dup_args), sys_dup }, /* 41 = dup */ { 0, 0, - sys_pipe }, /* 42 = pipe */ + sys_opipe }, /* 42 = opipe */ { 1, s(struct sunos_sys_otimes_args), sunos_sys_otimes }, /* 43 = otimes */ { 4, s(struct sys_profil_args), |