Regen.
This commit is contained in:
parent
23284f8acf
commit
f348afacb9
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: aout_syscall.h,v 1.12 2000/12/06 21:02:30 jdolecek Exp $ */
|
||||
/* $NetBSD: aout_syscall.h,v 1.13 2000/12/09 05:37:01 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: aout_syscallargs.h,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
|
||||
/* $NetBSD: aout_syscallargs.h,v 1.14 2000/12/09 05:37:01 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _AOUT_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,12 +1,13 @@
|
||||
/* $NetBSD: aout_syscalls.c,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
|
||||
/* $NetBSD: aout_syscalls.c,v 1.14 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
@ -16,6 +17,7 @@
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -24,7 +26,7 @@
|
||||
#include <compat/aout/aout_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const aout_syscallnames[] = {
|
||||
const char *const aout_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: aout_sysent.c,v 1.12 2000/12/06 21:02:31 jdolecek Exp $ */
|
||||
/* $NetBSD: aout_sysent.c,v 1.13 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_ntp.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: aoutm68k_syscall.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscall.h,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: aoutm68k_syscallargs.h,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscallargs.h,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _AOUTM68K_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,12 +1,13 @@
|
||||
/* $NetBSD: aoutm68k_syscalls.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
|
||||
/* $NetBSD: aoutm68k_syscalls.c,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
@ -16,6 +17,7 @@
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -24,7 +26,7 @@
|
||||
#include <compat/aoutm68k/aoutm68k_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const aoutm68k_syscallnames[] = {
|
||||
const char *const aoutm68k_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: aoutm68k_sysent.c,v 1.2 2000/12/06 21:26:07 jdolecek Exp $ */
|
||||
/* $NetBSD: aoutm68k_sysent.c,v 1.3 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.2 2000/12/06 21:24:47 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.3 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_ntp.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: freebsd_syscall.h,v 1.37 2000/08/18 19:35:16 cgd Exp $ */
|
||||
/* $NetBSD: freebsd_syscall.h,v 1.38 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
|
||||
* created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.39 2000/08/18 19:35:17 cgd Exp $ */
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.40 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
|
||||
* created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _FREEBSD_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,12 +1,13 @@
|
||||
/* $NetBSD: freebsd_syscalls.c,v 1.37 2000/11/13 21:32:17 jdolecek Exp $ */
|
||||
/* $NetBSD: freebsd_syscalls.c,v 1.38 2000/12/09 05:37:02 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
|
||||
* created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
@ -15,6 +16,7 @@
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -24,7 +26,7 @@
|
||||
#include <machine/freebsd_machdep.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const freebsd_syscallnames[] = {
|
||||
const char *const freebsd_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: freebsd_sysent.c,v 1.39 2000/11/30 19:05:26 jdolecek Exp $ */
|
||||
/* $NetBSD: freebsd_sysent.c,v 1.40 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.30 2000/08/08 02:14:48 itojun Exp
|
||||
* created from NetBSD: syscalls.master,v 1.32 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_ntp.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: hpux_syscall.h,v 1.26 2000/08/18 19:35:17 cgd Exp $ */
|
||||
/* $NetBSD: hpux_syscall.h,v 1.27 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: hpux_syscallargs.h,v 1.24 2000/08/18 19:35:17 cgd Exp $ */
|
||||
/* $NetBSD: hpux_syscallargs.h,v 1.25 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _HPUX_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,15 +1,17 @@
|
||||
/* $NetBSD: hpux_syscalls.c,v 1.30 2000/11/13 21:32:17 jdolecek Exp $ */
|
||||
/* $NetBSD: hpux_syscalls.c,v 1.31 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -22,7 +24,7 @@
|
||||
#include <machine/hpux_machdep.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const hpux_syscallnames[] = {
|
||||
const char *const hpux_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: hpux_sysent.c,v 1.32 2000/11/30 19:05:27 jdolecek Exp $ */
|
||||
/* $NetBSD: hpux_sysent.c,v 1.33 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp
|
||||
* created from NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: ibcs2_syscall.h,v 1.27 2000/08/18 19:35:18 cgd Exp $ */
|
||||
/* $NetBSD: ibcs2_syscall.h,v 1.28 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: ibcs2_syscallargs.h,v 1.28 2000/08/18 19:35:18 cgd Exp $ */
|
||||
/* $NetBSD: ibcs2_syscallargs.h,v 1.29 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _IBCS2_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,14 +1,16 @@
|
||||
/* $NetBSD: ibcs2_syscalls.c,v 1.27 2000/11/13 21:32:17 jdolecek Exp $ */
|
||||
/* $NetBSD: ibcs2_syscalls.c,v 1.28 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_sysv.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -20,7 +22,7 @@
|
||||
#include <compat/ibcs2/ibcs2_statfs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const ibcs2_syscallnames[] = {
|
||||
const char *const ibcs2_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: ibcs2_sysent.c,v 1.28 2000/11/30 19:05:27 jdolecek Exp $ */
|
||||
/* $NetBSD: ibcs2_sysent.c,v 1.29 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.22 2000/08/11 22:14:07 matt Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_sysv.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscall.h,v 1.25 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.26 2000/12/09 05:37:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.25 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.26 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,16 +1,18 @@
|
||||
/* $NetBSD: linux_syscalls.c,v 1.26 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.27 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_compat_osf1.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/systm.h>
|
||||
@ -28,7 +30,7 @@
|
||||
#include <compat/linux/linux_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const linux_syscallnames[] = {
|
||||
const char *const linux_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: linux_sysent.c,v 1.26 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.27 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.24 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_compat_osf1.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscall.h,v 1.23 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.24 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.23 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.24 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,14 +1,16 @@
|
||||
/* $NetBSD: linux_syscalls.c,v 1.24 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.25 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/systm.h>
|
||||
@ -22,7 +24,7 @@
|
||||
#include <compat/linux/linux_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const linux_syscallnames[] = {
|
||||
const char *const linux_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: linux_sysent.c,v 1.23 2000/12/02 16:45:51 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.24 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.45 2000/12/02 16:43:50 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscall.h,v 1.20 2000/12/02 16:45:52 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.21 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.20 2000/12/02 16:45:52 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.21 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,15 +1,17 @@
|
||||
/* $NetBSD: linux_syscalls.c,v 1.21 2000/12/02 16:45:52 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.22 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/systm.h>
|
||||
@ -23,7 +25,7 @@
|
||||
#include <compat/linux/linux_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const linux_syscallnames[] = {
|
||||
const char *const linux_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: linux_sysent.c,v 1.20 2000/12/02 16:45:52 jdolecek Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.21 2000/12/09 05:37:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.18 2000/12/02 16:43:51 jdolecek Exp
|
||||
* created from NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.17 2000/11/30 19:17:56 jdolecek Exp $ */
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.18 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.18 2000/11/30 19:17:56 jdolecek Exp $ */
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.19 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _netbsd32_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,12 +1,13 @@
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.18 2000/11/30 19:17:57 jdolecek Exp $ */
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.19 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
@ -16,6 +17,7 @@
|
||||
#include "opt_compat_43.h"
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -25,7 +27,7 @@
|
||||
#include <compat/netbsd32/netbsd32_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const netbsd32_syscallnames[] = {
|
||||
const char *const netbsd32_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"netbsd32_exit", /* 1 = netbsd32_exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.17 2000/11/30 19:17:57 jdolecek Exp $ */
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.18 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.16 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: osf1_syscall.h,v 1.38 2000/11/17 03:07:25 erh Exp $ */
|
||||
/* $NetBSD: osf1_syscall.h,v 1.39 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp
|
||||
* created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: osf1_syscallargs.h,v 1.39 2000/11/17 03:07:25 erh Exp $ */
|
||||
/* $NetBSD: osf1_syscallargs.h,v 1.40 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp
|
||||
* created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _OSF1_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,14 +1,16 @@
|
||||
/* $NetBSD: osf1_syscalls.c,v 1.37 2000/11/17 03:07:25 erh Exp $ */
|
||||
/* $NetBSD: osf1_syscalls.c,v 1.38 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp
|
||||
* created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -19,7 +21,7 @@
|
||||
#include <compat/osf1/osf1_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const osf1_syscallnames[] = {
|
||||
const char *const osf1_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: osf1_sysent.c,v 1.39 2000/11/30 19:05:27 jdolecek Exp $ */
|
||||
/* $NetBSD: osf1_sysent.c,v 1.40 2000/12/09 05:37:05 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.31 2000/11/17 03:06:28 erh Exp
|
||||
* created from NetBSD: syscalls.master,v 1.33 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_compat_43.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: sunos_syscall.h,v 1.61 2000/08/18 19:35:23 cgd Exp $ */
|
||||
/* $NetBSD: sunos_syscall.h,v 1.62 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp
|
||||
* created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.46 2000/08/18 19:35:23 cgd Exp $ */
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.47 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp
|
||||
* created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _SUNOS_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,16 +1,18 @@
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.61 2000/11/13 21:32:19 jdolecek Exp $ */
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.62 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp
|
||||
* created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -21,7 +23,7 @@
|
||||
#include <compat/sunos/sunos_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const sunos_syscallnames[] = {
|
||||
const char *const sunos_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: sunos_sysent.c,v 1.54 2000/11/30 19:05:29 jdolecek Exp $ */
|
||||
/* $NetBSD: sunos_sysent.c,v 1.55 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.54 2000/04/09 06:47:39 mrg Exp
|
||||
* created from NetBSD: syscalls.master,v 1.56 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "fs_nfs.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: svr4_syscall.h,v 1.62 2000/08/18 19:35:24 cgd Exp $ */
|
||||
/* $NetBSD: svr4_syscall.h,v 1.63 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: svr4_syscallargs.h,v 1.61 2000/08/18 19:35:24 cgd Exp $ */
|
||||
/* $NetBSD: svr4_syscallargs.h,v 1.62 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _SVR4_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,15 +1,17 @@
|
||||
/* $NetBSD: svr4_syscalls.c,v 1.62 2000/11/13 21:32:19 jdolecek Exp $ */
|
||||
/* $NetBSD: svr4_syscalls.c,v 1.63 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ntp.h"
|
||||
#include "opt_sysv.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -27,7 +29,7 @@
|
||||
#include <compat/svr4/svr4_acl.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const svr4_syscallnames[] = {
|
||||
const char *const svr4_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: svr4_sysent.c,v 1.64 2000/11/30 19:05:29 jdolecek Exp $ */
|
||||
/* $NetBSD: svr4_sysent.c,v 1.65 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.46 2000/08/07 17:59:36 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.48 2000/12/09 05:27:30 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_ntp.h"
|
||||
#include "opt_sysv.h"
|
||||
#endif
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: ultrix_syscall.h,v 1.39 2000/08/18 19:35:24 cgd Exp $ */
|
||||
/* $NetBSD: ultrix_syscall.h,v 1.40 2000/12/09 05:37:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: ultrix_syscallargs.h,v 1.34 2000/08/18 19:35:24 cgd Exp $ */
|
||||
/* $NetBSD: ultrix_syscallargs.h,v 1.35 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _ULTRIX_SYS__SYSCALLARGS_H_
|
||||
|
@ -1,15 +1,17 @@
|
||||
/* $NetBSD: ultrix_syscalls.c,v 1.38 2000/11/13 21:32:19 jdolecek Exp $ */
|
||||
/* $NetBSD: ultrix_syscalls.c,v 1.39 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_nfsserver.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -18,7 +20,7 @@
|
||||
#include <compat/ultrix/ultrix_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const ultrix_syscallnames[] = {
|
||||
const char *const ultrix_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,13 +1,13 @@
|
||||
/* $NetBSD: ultrix_sysent.c,v 1.39 2000/11/30 19:05:30 jdolecek Exp $ */
|
||||
/* $NetBSD: ultrix_sysent.c,v 1.40 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.32 1999/07/30 16:03:49 drochner Exp
|
||||
* created from NetBSD: syscalls.master,v 1.35 2000/12/09 05:31:10 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined ( _KERNEL ) && !defined ( _LKM )
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "opt_nfsserver.h"
|
||||
#include "fs_nfs.h"
|
||||
#endif
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: init_sysent.c,v 1.117 2000/08/18 19:35:25 cgd Exp $ */
|
||||
/* $NetBSD: init_sysent.c,v 1.118 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
#include "opt_ktrace.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: syscalls.c,v 1.112 2000/11/13 21:32:16 jdolecek Exp $ */
|
||||
/* $NetBSD: syscalls.c,v 1.113 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
@ -23,7 +23,7 @@
|
||||
#include <sys/syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
const char * const syscallnames[] = {
|
||||
const char *const syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
"exit", /* 1 = exit */
|
||||
"fork", /* 2 = fork */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: syscall.h,v 1.110 2000/08/18 19:35:26 cgd Exp $ */
|
||||
/* $NetBSD: syscall.h,v 1.111 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: syscallargs.h,v 1.92 2000/08/18 19:35:26 cgd Exp $ */
|
||||
/* $NetBSD: syscallargs.h,v 1.93 2000/12/09 05:37:07 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.102 2000/08/07 17:59:33 bjh21 Exp
|
||||
* created from NetBSD: syscalls.master,v 1.103 2000/12/09 05:27:31 mycroft Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS__SYSCALLARGS_H_
|
||||
|
Loading…
Reference in New Issue
Block a user