This commit is contained in:
christos 1998-10-04 16:22:47 +00:00
parent 9fabaa0ca6
commit 18632b9779
4 changed files with 16 additions and 12 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscall.h,v 1.50 1998/09/12 00:10:33 mycroft Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.51 1998/10/04 16:22:47 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.35 1998/09/12 00:10:06 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1998/10/04 16:21:58 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,12 +1,16 @@
/* $NetBSD: svr4_syscallargs.h,v 1.48 1998/10/03 19:43:27 eeh Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.49 1998/10/04 16:22:47 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.35 1998/09/12 00:10:06 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1998/10/04 16:21:58 christos Exp
*/
#ifdef syscallarg
#undef syscallarg
#endif
#define syscallarg(x) \
union { \
register_t pad; \

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscalls.c,v 1.49 1998/09/12 00:10:33 mycroft Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.50 1998/10/04 16:22:47 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.35 1998/09/12 00:10:06 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1998/10/04 16:21:58 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -185,7 +185,7 @@ char *svr4_syscallnames[] = {
"#146 (unimplemented yield)", /* 146 = unimplemented yield */
"#147 (unimplemented lwp_sema_wait)", /* 147 = unimplemented lwp_sema_wait */
"#148 (unimplemented lwp_sema_post)", /* 148 = unimplemented lwp_sema_post */
"#149 (unimplemented)", /* 149 = unimplemented */
"#149 (unimplemented lwp_sema_trywait)", /* 149 = unimplemented lwp_sema_trywait */
"#150 (unimplemented)", /* 150 = unimplemented */
"#151 (unimplemented)", /* 151 = unimplemented */
"#152 (unimplemented modctl)", /* 152 = unimplemented modctl */
@ -245,7 +245,7 @@ char *svr4_syscallnames[] = {
"#206 (unimplemented schedctl)", /* 206 = unimplemented schedctl */
"#207 (unimplemented pset)", /* 207 = unimplemented pset */
"#208 (unimplemented)", /* 208 = unimplemented */
"#209 (unimplemented)", /* 209 = unimplemented */
"#209 (unimplemented resolvepath)", /* 209 = unimplemented resolvepath */
"#210 (unimplemented signotifywait)", /* 210 = unimplemented signotifywait */
"#211 (unimplemented lwp_sigredirect)", /* 211 = unimplemented lwp_sigredirect */
"#212 (unimplemented lwp_alarm)", /* 212 = unimplemented lwp_alarm */

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_sysent.c,v 1.51 1998/09/12 00:10:33 mycroft Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.52 1998/10/04 16:22:47 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.35 1998/09/12 00:10:06 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1998/10/04 16:21:58 christos Exp
*/
#include <sys/param.h>
@ -344,7 +344,7 @@ struct sysent svr4_sysent[] = {
{ 0, 0,
sys_nosys }, /* 148 = unimplemented lwp_sema_post */
{ 0, 0,
sys_nosys }, /* 149 = unimplemented */
sys_nosys }, /* 149 = unimplemented lwp_sema_trywait */
{ 0, 0,
sys_nosys }, /* 150 = unimplemented */
{ 0, 0,
@ -464,7 +464,7 @@ struct sysent svr4_sysent[] = {
{ 0, 0,
sys_nosys }, /* 208 = unimplemented */
{ 0, 0,
sys_nosys }, /* 209 = unimplemented */
sys_nosys }, /* 209 = unimplemented resolvepath */
{ 0, 0,
sys_nosys }, /* 210 = unimplemented signotifywait */
{ 0, 0,