This commit is contained in:
kleink 1999-07-12 22:04:00 +00:00
parent e79a283e47
commit dfa5aad003
20 changed files with 69 additions and 47 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_syscall.h,v 1.3 1999/06/09 04:28:24 christos Exp $ */
/* $NetBSD: aout_syscall.h,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
* created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@ -209,7 +209,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
/* syscall: "sbrk" ret: "int" args: "int" */
/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define AOUT_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_syscallargs.h,v 1.3 1999/06/09 04:28:24 christos Exp $ */
/* $NetBSD: aout_syscallargs.h,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
* created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
#ifndef _AOUT_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_syscalls.c,v 1.3 1999/06/09 04:28:24 christos Exp $ */
/* $NetBSD: aout_syscalls.c,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
* created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: aout_sysent.c,v 1.3 1999/06/09 04:28:24 christos Exp $ */
/* $NetBSD: aout_sysent.c,v 1.4 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp
* created from NetBSD: syscalls.master,v 1.4 1999/07/12 21:55:19 kleink Exp
*/
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscall.h,v 1.29 1999/06/09 12:38:50 drochner Exp $ */
/* $NetBSD: freebsd_syscall.h,v 1.30 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
* created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -208,7 +208,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
/* syscall: "sbrk" ret: "int" args: "int" */
/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define FREEBSD_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscallargs.h,v 1.29 1999/06/09 12:38:50 drochner Exp $ */
/* $NetBSD: freebsd_syscallargs.h,v 1.30 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
* created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
#ifndef _FREEBSD_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscalls.c,v 1.28 1999/06/09 12:38:50 drochner Exp $ */
/* $NetBSD: freebsd_syscalls.c,v 1.29 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
* created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_sysent.c,v 1.30 1999/06/09 12:38:50 drochner Exp $ */
/* $NetBSD: freebsd_sysent.c,v 1.31 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp
* created from NetBSD: syscalls.master,v 1.24 1999/07/12 21:55:20 kleink Exp
*/
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscall.h,v 1.58 1999/03/22 17:30:38 sommerfe Exp $ */
/* $NetBSD: sunos_syscall.h,v 1.59 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
* created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -151,7 +151,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
/* syscall: "sbrk" ret: "int" args: "int" */
/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define SUNOS_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscallargs.h,v 1.42 1999/03/22 17:30:38 sommerfe Exp $ */
/* $NetBSD: sunos_syscallargs.h,v 1.43 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
* created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
#ifndef _SUNOS_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscalls.c,v 1.57 1999/03/22 17:30:39 sommerfe Exp $ */
/* $NetBSD: sunos_syscalls.c,v 1.58 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
* created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_sysent.c,v 1.50 1999/03/22 17:30:39 sommerfe Exp $ */
/* $NetBSD: sunos_sysent.c,v 1.51 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
* created from NetBSD: syscalls.master,v 1.53 1999/07/12 21:55:20 kleink Exp
*/
#include "opt_nfsserver.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscall.h,v 1.36 1999/02/09 20:32:47 christos Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.37 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
* created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: */
@ -151,7 +151,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
/* syscall: "sbrk" ret: "int" args: "int" */
/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define ULTRIX_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.30 1999/02/09 20:32:47 christos Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.31 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
* created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
#ifndef _ULTRIX_SYS__SYSCALLARGS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscalls.c,v 1.34 1999/02/09 20:32:47 christos Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.35 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
* created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_sysent.c,v 1.35 1999/02/09 20:32:47 christos Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.36 1999/07/12 22:04:02 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1999/02/09 20:30:38 christos Exp
* created from NetBSD: syscalls.master,v 1.31 1999/07/12 21:55:20 kleink Exp
*/
#include "opt_nfsserver.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: init_sysent.c,v 1.108 1999/06/29 22:18:47 wrstuden Exp $ */
/* $NetBSD: init_sysent.c,v 1.109 1999/07/12 22:04:00 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.95 1999/07/12 21:55:21 kleink Exp
*/
#include "opt_ktrace.h"
@ -758,5 +758,9 @@ struct sysent sysent[] = {
sys_fhstat }, /* 299 = fhstat */
{ 2, s(struct sys_fhstatfs_args),
sys_fhstatfs }, /* 300 = fhstatfs */
{ 1, s(struct sys_getcontext_args),
sys_getcontext }, /* 301 = getcontext */
{ 1, s(struct sys_setcontext_args),
sys_setcontext }, /* 302 = setcontext */
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscalls.c,v 1.102 1999/06/29 22:17:39 wrstuden Exp $ */
/* $NetBSD: syscalls.c,v 1.103 1999/07/12 22:04:00 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.95 1999/07/12 21:55:21 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -389,4 +389,6 @@ char *syscallnames[] = {
"fhopen", /* 298 = fhopen */
"fhstat", /* 299 = fhstat */
"fhstatfs", /* 300 = fhstatfs */
"getcontext", /* 301 = getcontext */
"setcontext", /* 302 = setcontext */
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.101 1999/06/29 22:17:39 wrstuden Exp $ */
/* $NetBSD: syscall.h,v 1.102 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.95 1999/07/12 21:55:21 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@ -196,7 +196,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
/* syscall: "sbrk" ret: "int" args: "int" */
/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
@ -695,4 +695,10 @@
/* syscall: "fhstatfs" ret: "int" args: "const fhandle_t *" "struct statfs *" */
#define SYS_fhstatfs 300
#define SYS_MAXSYSCALL 301
/* syscall: "getcontext" ret: "int" args: "struct ucontext *" */
#define SYS_getcontext 301
/* syscall: "setcontext" ret: "int" args: "const struct ucontext *" */
#define SYS_setcontext 302
#define SYS_MAXSYSCALL 303

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.82 1999/06/29 22:17:39 wrstuden Exp $ */
/* $NetBSD: syscallargs.h,v 1.83 1999/07/12 22:04:01 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
* created from NetBSD: syscalls.master,v 1.95 1999/07/12 21:55:21 kleink Exp
*/
#ifndef _SYS__SYSCALLARGS_H_
@ -310,7 +310,7 @@ struct compat_12_sys_msync_args {
};
struct sys_sbrk_args {
syscallarg(int) incr;
syscallarg(intptr_t) incr;
};
struct sys_sstk_args {
@ -1184,6 +1184,14 @@ struct sys_fhstatfs_args {
syscallarg(struct statfs *) buf;
};
struct sys_getcontext_args {
syscallarg(struct ucontext *) ucp;
};
struct sys_setcontext_args {
syscallarg(const struct ucontext *) ucp;
};
/*
* System call prototypes.
*/
@ -1462,4 +1470,6 @@ int sys_fchroot __P((struct proc *, void *, register_t *));
int sys_fhopen __P((struct proc *, void *, register_t *));
int sys_fhstat __P((struct proc *, void *, register_t *));
int sys_fhstatfs __P((struct proc *, void *, register_t *));
int sys_getcontext __P((struct proc *, void *, register_t *));
int sys_setcontext __P((struct proc *, void *, register_t *));
#endif /* _SYS__SYSCALLARGS_H_ */