This commit is contained in:
christos 1998-12-10 17:13:06 +00:00
parent 35af069802
commit f0c7751046
47 changed files with 123 additions and 92 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscall.h,v 1.26 1998/10/19 22:28:16 tron Exp $ */
/* $NetBSD: freebsd_syscall.h,v 1.27 1998/12/10 17:13:06 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
* created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: freebsd_syscallargs.h,v 1.26 1998/10/19 22:28:16 tron Exp $ */
/* $NetBSD: freebsd_syscallargs.h,v 1.27 1998/12/10 17:13:06 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
* created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp
*/
#ifdef syscallarg

View File

@ -1,16 +1,17 @@
/* $NetBSD: freebsd_syscalls.c,v 1.25 1998/10/19 22:28:16 tron Exp $ */
/* $NetBSD: freebsd_syscalls.c,v 1.26 1998/12/10 17:13:06 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
* created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,15 +1,16 @@
/* $NetBSD: freebsd_sysent.c,v 1.27 1998/10/19 22:28:16 tron Exp $ */
/* $NetBSD: freebsd_sysent.c,v 1.28 1998/12/10 17:13:06 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp
* created from NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp
*/
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_compat.c,v 1.43 1998/10/19 22:31:50 tron Exp $ */
/* $NetBSD: hpux_compat.c,v 1.44 1998/12/10 17:13:07 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -45,12 +45,13 @@
/*
* Various HP-UX compatibility routines
*/
#include "opt_sysv.h"
#include "opt_compat_43.h"
#ifndef COMPAT_43
#define COMPAT_43
#endif
#include "opt_sysv.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: hpux_syscall.h,v 1.22 1998/10/19 22:32:51 tron Exp $ */
/* $NetBSD: hpux_syscall.h,v 1.23 1998/12/10 17:13:07 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp
* created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: hpux_syscallargs.h,v 1.19 1998/10/19 22:32:51 tron Exp $ */
/* $NetBSD: hpux_syscallargs.h,v 1.20 1998/12/10 17:13:07 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp
* created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp
*/
#ifdef syscallarg

View File

@ -1,14 +1,15 @@
/* $NetBSD: hpux_syscalls.c,v 1.25 1998/10/19 22:32:52 tron Exp $ */
/* $NetBSD: hpux_syscalls.c,v 1.26 1998/12/10 17:13:07 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp
* created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,13 +1,14 @@
/* $NetBSD: hpux_sysent.c,v 1.27 1998/10/19 22:32:52 tron Exp $ */
/* $NetBSD: hpux_sysent.c,v 1.28 1998/12/10 17:13:07 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp
* created from NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp
*/
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_tty.c,v 1.15 1998/08/09 20:37:53 perry Exp $ */
/* $NetBSD: hpux_tty.c,v 1.16 1998/12/10 17:13:08 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -45,6 +45,7 @@
/*
* stty/gtty/termio emulation stuff
*/
#include "opt_compat_43.h"
#ifndef COMPAT_43
#define COMPAT_43

View File

@ -1,10 +1,10 @@
/* $NetBSD: ibcs2_syscall.h,v 1.21 1998/10/19 22:36:29 tron Exp $ */
/* $NetBSD: ibcs2_syscall.h,v 1.22 1998/12/10 17:13:08 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp
* created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: ibcs2_syscallargs.h,v 1.21 1998/10/19 22:36:29 tron Exp $ */
/* $NetBSD: ibcs2_syscallargs.h,v 1.22 1998/12/10 17:13:08 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp
* created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg

View File

@ -1,14 +1,15 @@
/* $NetBSD: ibcs2_syscalls.c,v 1.20 1998/10/19 22:36:29 tron Exp $ */
/* $NetBSD: ibcs2_syscalls.c,v 1.21 1998/12/10 17:13:08 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp
* created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,13 +1,14 @@
/* $NetBSD: ibcs2_sysent.c,v 1.21 1998/10/19 22:36:30 tron Exp $ */
/* $NetBSD: ibcs2_sysent.c,v 1.22 1998/12/10 17:13:08 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp
* created from NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp
*/
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.5 1998/10/19 22:25:55 tron Exp $ */
/* $NetBSD: linux_syscall.h,v 1.6 1998/12/10 17:13:08 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp
* created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.5 1998/10/19 22:25:55 tron Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.6 1998/12/10 17:13:08 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp
* created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp
*/
#ifdef syscallarg

View File

@ -1,14 +1,15 @@
/* $NetBSD: linux_syscalls.c,v 1.5 1998/10/19 22:25:55 tron Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.6 1998/12/10 17:13:09 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp
* created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
@ -21,6 +22,7 @@
#include <compat/linux/common/linux_msg.h>
#include <compat/linux/common/linux_sem.h>
#include <compat/linux/common/linux_shm.h>
#include <compat/linux/common/linux_mmap.h>
#include <compat/linux/linux_syscallargs.h>
#endif /* _KERNEL && ! _LKM */

View File

@ -1,13 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.6 1998/12/08 21:02:18 erh Exp $ */
/* $NetBSD: linux_sysent.c,v 1.7 1998/12/10 17:13:09 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:23:32 tron Exp
* created from NetBSD: syscalls.master,v 1.6 1998/12/10 17:07:04 christos Exp
*/
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.3 1998/10/04 00:02:27 fvdl Exp $ */
/* $NetBSD: linux_syscall.h,v 1.4 1998/12/10 17:13:09 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.3 1998/10/04 00:02:28 fvdl Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.4 1998/12/10 17:13:09 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp
*/
#ifdef syscallarg

View File

@ -1,13 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.3 1998/10/04 00:02:28 fvdl Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.4 1998/12/10 17:13:09 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,12 +1,13 @@
/* $NetBSD: linux_sysent.c,v 1.3 1998/10/04 00:02:29 fvdl Exp $ */
/* $NetBSD: linux_sysent.c,v 1.4 1998/12/10 17:13:09 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 20:17:39 christos Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:07:04 christos Exp
*/
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -13,6 +13,7 @@
#include "opt_compat_netbsd.h"
#include "opt_ntp.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_sysent.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
#include "opt_ktrace.h"
@ -12,6 +12,7 @@
#include "opt_compat_netbsd.h"
#include "opt_ntp.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_ioctl.c,v 1.5 1996/10/13 00:46:53 christos Exp $ */
/* $NetBSD: osf1_ioctl.c,v 1.6 1998/12/10 17:13:10 christos Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioctl.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: osf1_syscall.h,v 1.17 1998/07/01 00:41:55 thorpej Exp $ */
/* $NetBSD: osf1_syscall.h,v 1.18 1998/12/10 17:13:10 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp
* created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,12 +1,16 @@
/* $NetBSD: osf1_syscallargs.h,v 1.17 1998/10/03 19:38:58 eeh Exp $ */
/* $NetBSD: osf1_syscallargs.h,v 1.18 1998/12/10 17:13:10 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp
* created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg
#undef syscallarg
#endif
#define syscallarg(x) \
union { \
register_t pad; \

View File

@ -1,13 +1,14 @@
/* $NetBSD: osf1_syscalls.c,v 1.15 1998/07/01 00:41:55 thorpej Exp $ */
/* $NetBSD: osf1_syscalls.c,v 1.16 1998/12/10 17:13:11 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp
* created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,12 +1,13 @@
/* $NetBSD: osf1_sysent.c,v 1.17 1998/07/01 00:41:55 thorpej Exp $ */
/* $NetBSD: osf1_sysent.c,v 1.18 1998/12/10 17:13:11 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp
* created from NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp
*/
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: sparc32_syscall.h,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: sparc32_syscall.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: sparc32_syscallargs.h,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: sparc32_syscallargs.h,v 1.6 1998/12/10 17:13:11 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg

View File

@ -1,10 +1,10 @@
/* $NetBSD: sparc32_syscalls.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: sparc32_syscalls.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@ -13,6 +13,7 @@
#include "opt_compat_netbsd.h"
#include "opt_ntp.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: sparc32_sysent.c,v 1.5 1998/10/19 22:39:49 tron Exp $ */
/* $NetBSD: sparc32_sysent.c,v 1.6 1998/12/10 17:13:12 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp
* created from NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp
*/
#include "opt_ktrace.h"
@ -12,6 +12,7 @@
#include "opt_compat_netbsd.h"
#include "opt_ntp.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscall.h,v 1.54 1998/10/19 22:41:06 tron Exp $ */
/* $NetBSD: sunos_syscall.h,v 1.55 1998/12/10 17:13:12 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
* created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: sunos_syscallargs.h,v 1.38 1998/10/19 22:41:07 tron Exp $ */
/* $NetBSD: sunos_syscallargs.h,v 1.39 1998/12/10 17:13:12 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
* created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg

View File

@ -1,15 +1,16 @@
/* $NetBSD: sunos_syscalls.c,v 1.53 1998/10/19 22:41:07 tron Exp $ */
/* $NetBSD: sunos_syscalls.c,v 1.54 1998/12/10 17:13:12 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
* created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_nfsserver.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_nfs.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,14 +1,15 @@
/* $NetBSD: sunos_sysent.c,v 1.46 1998/10/19 22:41:07 tron Exp $ */
/* $NetBSD: sunos_sysent.c,v 1.47 1998/12/10 17:13:12 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp
* created from NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp
*/
#include "opt_nfsserver.h"
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include "fs_nfs.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscall.h,v 1.54 1998/11/28 21:53:33 christos Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.55 1998/12/10 17:13:12 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp
* created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscallargs.h,v 1.52 1998/11/28 21:53:33 christos Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.53 1998/12/10 17:13:13 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp
* created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg

View File

@ -1,14 +1,15 @@
/* $NetBSD: svr4_syscalls.c,v 1.53 1998/11/28 21:53:33 christos Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.54 1998/12/10 17:13:13 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp
* created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,13 +1,14 @@
/* $NetBSD: svr4_sysent.c,v 1.55 1998/11/28 21:53:33 christos Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.56 1998/12/10 17:13:13 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp
* created from NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp
*/
#include "opt_sysv.h"
#include "opt_compat_43.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscall.h,v 1.33 1998/10/03 16:15:39 drochner Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.34 1998/12/10 17:13:15 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.27 1998/10/03 19:45:37 eeh Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.28 1998/12/10 17:13:15 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp
*/
#ifdef syscallarg

View File

@ -1,13 +1,14 @@
/* $NetBSD: ultrix_syscalls.c,v 1.31 1998/10/03 16:15:39 drochner Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.32 1998/12/10 17:13:16 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_compat_43.h"
#include "opt_nfsserver.h"
#include "fs_nfs.h"
#include <sys/param.h>

View File

@ -1,12 +1,13 @@
/* $NetBSD: ultrix_sysent.c,v 1.32 1998/10/03 16:15:39 drochner Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.33 1998/12/10 17:13:16 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp
* created from NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp
*/
#include "opt_compat_43.h"
#include "opt_nfsserver.h"
#include "fs_nfs.h"
#include <sys/param.h>