This commit is contained in:
deraadt 1994-11-26 00:00:11 +00:00
parent e24c51929f
commit 69943c6c35
4 changed files with 21 additions and 15 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1994/11/20 21:30:03 deraadt Exp
* created from NetBSD: syscalls.master,v 1.23 1994/11/25 23:59:31 deraadt Exp
*/
#include <sys/param.h>
@ -42,6 +42,7 @@ int compat_43_lstat();
int dup();
int pipe();
int profil();
int setgid();
int getgid();
int acct();
int sunos_mctl();
@ -164,6 +165,8 @@ int fchdir();
int sunos_fchroot();
int sunos_sigpending();
int setpgid();
int pathconf();
int fpathconf();
int sunos_sysconf();
int sunos_uname();
@ -333,8 +336,8 @@ struct sysent sunos_sysent[] = {
profil }, /* 44 = profil */
{ 0, 0,
nosys }, /* 45 = unimplemented */
{ 0, 0,
nosys }, /* 46 = unimplemented sunos_setgid */
{ 1, s(struct setgid_args),
setgid }, /* 46 = setgid */
{ 0, 0,
getgid }, /* 47 = getgid */
{ 0, 0,
@ -410,7 +413,7 @@ struct sysent sunos_sysent[] = {
{ 3, s(struct setitimer_args),
setitimer }, /* 83 = setitimer */
{ 0, 0,
nosys }, /* 84 = unimplemented { int wait ( void ) ; } */
nosys }, /* 84 = unimplemented { int sunos_wait ( void ) ; } */
{ 1, s(struct swapon_args),
swapon }, /* 85 = swapon */
{ 2, s(struct getitimer_args),
@ -640,10 +643,10 @@ struct sysent sunos_sysent[] = {
nosys }, /* 184 = unimplemented */
{ 2, s(struct setpgid_args),
setpgid }, /* 185 = setpgid */
{ 0, 0,
nosys }, /* 186 = unimplemented { long pathconf ( char * path , int name ) ; } */
{ 0, 0,
nosys }, /* 187 = unimplemented { long fpathconf ( int fd , int name ) ; } */
{ 2, s(struct pathconf_args),
pathconf }, /* 186 = pathconf */
{ 2, s(struct fpathconf_args),
fpathconf }, /* 187 = fpathconf */
{ 1, s(struct sunos_sysconf_args),
sunos_sysconf }, /* 188 = sunos_sysconf */
{ 1, s(struct sunos_uname_args),

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1994/11/20 21:30:03 deraadt Exp
* created from NetBSD: syscalls.master,v 1.23 1994/11/25 23:59:31 deraadt Exp
*/
#define SUNOS_SYS_syscall 0
@ -38,6 +38,7 @@
#define SUNOS_SYS_dup 41
#define SUNOS_SYS_pipe 42
#define SUNOS_SYS_profil 44
#define SUNOS_SYS_setgid 46
#define SUNOS_SYS_getgid 47
#define SUNOS_SYS_acct 51
#define SUNOS_SYS_sunos_mctl 53
@ -149,5 +150,7 @@
#define SUNOS_SYS_sunos_fchroot 177
#define SUNOS_SYS_sunos_sigpending 183
#define SUNOS_SYS_setpgid 185
#define SUNOS_SYS_pathconf 186
#define SUNOS_SYS_fpathconf 187
#define SUNOS_SYS_sunos_sysconf 188
#define SUNOS_SYS_sunos_uname 189

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1994/11/20 21:30:03 deraadt Exp
* created from NetBSD: syscalls.master,v 1.23 1994/11/25 23:59:31 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1994/11/20 21:30:03 deraadt Exp
* created from NetBSD: syscalls.master,v 1.23 1994/11/25 23:59:31 deraadt Exp
*/
char *sunos_syscallnames[] = {
@ -52,7 +52,7 @@ char *sunos_syscallnames[] = {
"#43 (unimplemented sunos_times)", /* 43 = unimplemented sunos_times */
"profil", /* 44 = profil */
"#45 (unimplemented)", /* 45 = unimplemented */
"#46 (unimplemented sunos_setgid)", /* 46 = unimplemented sunos_setgid */
"setgid", /* 46 = setgid */
"getgid", /* 47 = getgid */
"#48 (unimplemented sunos_ssig)", /* 48 = unimplemented sunos_ssig */
"#49 (unimplemented reserved for USG)", /* 49 = unimplemented reserved for USG */
@ -90,7 +90,7 @@ char *sunos_syscallnames[] = {
"getpgrp", /* 81 = getpgrp */
"sunos_setpgid", /* 82 = sunos_setpgid */
"setitimer", /* 83 = setitimer */
"#84 (unimplemented { int wait ( void ) ; })", /* 84 = unimplemented { int wait ( void ) ; } */
"#84 (unimplemented { int sunos_wait ( void ) ; })", /* 84 = unimplemented { int sunos_wait ( void ) ; } */
"swapon", /* 85 = swapon */
"getitimer", /* 86 = getitimer */
"compat_43_gethostname", /* 87 = compat_43_gethostname */
@ -213,8 +213,8 @@ char *sunos_syscallnames[] = {
"sunos_sigpending", /* 183 = sunos_sigpending */
"#184 (unimplemented)", /* 184 = unimplemented */
"setpgid", /* 185 = setpgid */
"#186 (unimplemented { long pathconf ( char * path , int name ) ; })", /* 186 = unimplemented { long pathconf ( char * path , int name ) ; } */
"#187 (unimplemented { long fpathconf ( int fd , int name ) ; })", /* 187 = unimplemented { long fpathconf ( int fd , int name ) ; } */
"pathconf", /* 186 = pathconf */
"fpathconf", /* 187 = fpathconf */
"sunos_sysconf", /* 188 = sunos_sysconf */
"sunos_uname", /* 189 = sunos_uname */
};