Regen for correct RCS ID.
This commit is contained in:
parent
9509ca1682
commit
d88bc9c3a2
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscall.h,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.45 2003/01/18 23:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscallargs.h,v 1.43 2003/01/18 08:06:50 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.44 2003/01/18 23:36:48 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_syscalls.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_sysent.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.44 2003/01/18 08:06:50 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2003/01/18 23:36:49 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscall.h,v 1.13 2003/01/18 08:07:21 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.14 2003/01/18 23:37:09 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscallargs.h,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.13 2003/01/18 23:37:10 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.10 2003/01/18 08:02:49 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.12 2003/01/18 08:07:21 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.13 2003/01/18 23:37:10 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscall.h,v 1.19 2003/01/18 08:07:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.20 2003/01/18 23:37:35 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscallargs.h,v 1.18 2003/01/18 08:07:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.19 2003/01/18 23:37:35 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_syscalls.c,v 1.18 2003/01/18 08:07:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.19 2003/01/18 23:37:36 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.18 2003/01/18 08:07:52 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.19 2003/01/18 23:37:36 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: linux_sysent.c,v 1.19 2003/01/18 08:07:52 thorpej Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.20 2003/01/18 23:37:36 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.14 2003/01/18 08:02:50 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.19 2003/01/18 08:07:52 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.20 2003/01/18 23:37:36 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_fasttraps_syscall.h,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_syscall.h,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
*/
|
||||
|
||||
/* syscall: "cthread_set_self" ret: "void" args: "mach_cproc_t" */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_syscallargs.h,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
*/
|
||||
|
||||
#ifndef _MACH_FASTTRAPS_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_syscalls.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_fasttraps_sysent.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $ */
|
||||
/* $NetBSD: mach_fasttraps_sysent.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.3 2002/12/07 19:05:12 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.6 2003/01/18 08:20:54 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_fasttraps_sysent.c,v 1.7 2003/01/18 23:38:37 thorpej Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_ppccalls_syscall.h,v 1.1 2002/11/03 23:17:22 manu Exp $ */
|
||||
/* $NetBSD: mach_ppccalls_syscall.h,v 1.2 2003/01/18 23:38:38 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:23 manu Exp
|
||||
*/
|
||||
|
||||
#define MACH_PPCCALLS_SYS_MAXSYSCALL 16
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_ppccalls_syscallargs.h,v 1.1 2002/11/03 23:17:22 manu Exp $ */
|
||||
/* $NetBSD: mach_ppccalls_syscallargs.h,v 1.2 2003/01/18 23:38:38 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:23 manu Exp
|
||||
*/
|
||||
|
||||
#ifndef _MACH_PPCCALLS_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_ppccalls_syscalls.c,v 1.1 2002/11/03 23:17:22 manu Exp $ */
|
||||
/* $NetBSD: mach_ppccalls_syscalls.c,v 1.2 2003/01/18 23:38:38 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:23 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_syscalls.c,v 1.1 2002/11/03 23:17:22 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_syscalls.c,v 1.2 2003/01/18 23:38:38 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_ppccalls_sysent.c,v 1.1 2002/11/03 23:17:22 manu Exp $ */
|
||||
/* $NetBSD: mach_ppccalls_sysent.c,v 1.2 2003/01/18 23:38:38 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.1 2002/11/03 23:17:23 manu Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_sysent.c,v 1.1 2002/11/03 23:17:22 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_ppccalls_sysent.c,v 1.2 2003/01/18 23:38:38 thorpej Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_syscall.h,v 1.10 2003/01/18 08:19:32 thorpej Exp $ */
|
||||
/* $NetBSD: mach_syscall.h,v 1.11 2003/01/18 23:38:35 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:18:50 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "reply_port" ret: "mach_port_name_t" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: mach_syscallargs.h,v 1.10 2003/01/18 08:19:32 thorpej Exp $ */
|
||||
/* $NetBSD: mach_syscallargs.h,v 1.11 2003/01/18 23:38:36 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:18:50 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _MACH_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_syscalls.c,v 1.10 2003/01/18 08:19:32 thorpej Exp $ */
|
||||
/* $NetBSD: mach_syscalls.c,v 1.11 2003/01/18 23:38:36 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:18:50 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_syscalls.c,v 1.10 2003/01/18 08:19:32 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_syscalls.c,v 1.11 2003/01/18 23:38:36 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: mach_sysent.c,v 1.10 2003/01/18 08:19:32 thorpej Exp $ */
|
||||
/* $NetBSD: mach_sysent.c,v 1.11 2003/01/18 23:38:36 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:18:50 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_sysent.c,v 1.10 2003/01/18 08:19:32 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mach_sysent.c,v 1.11 2003/01/18 23:38:36 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ntp.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscall.h,v 1.28 2003/01/18 08:29:08 thorpej Exp $ */
|
||||
/* $NetBSD: netbsd32_syscall.h,v 1.29 2003/01/18 23:39:58 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.23 2003/01/18 08:28:26 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: netbsd32_syscallargs.h,v 1.28 2003/01/18 08:29:09 thorpej Exp $ */
|
||||
/* $NetBSD: netbsd32_syscallargs.h,v 1.29 2003/01/18 23:39:59 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.23 2003/01/18 08:28:26 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _netbsd32_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_syscalls.c,v 1.28 2003/01/18 08:29:08 thorpej Exp $ */
|
||||
/* $NetBSD: netbsd32_syscalls.c,v 1.29 2003/01/18 23:39:59 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.23 2003/01/18 08:28:26 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.28 2003/01/18 08:29:08 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.29 2003/01/18 23:39:59 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: netbsd32_sysent.c,v 1.28 2003/01/18 08:29:08 thorpej Exp $ */
|
||||
/* $NetBSD: netbsd32_sysent.c,v 1.29 2003/01/18 23:40:00 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.23 2003/01/18 08:28:26 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.28 2003/01/18 08:29:08 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.29 2003/01/18 23:40:00 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: osf1_syscall.h,v 1.49 2003/01/18 08:32:33 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_syscall.h,v 1.50 2003/01/18 23:40:26 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:32:05 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: osf1_syscallargs.h,v 1.50 2003/01/18 08:32:34 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_syscallargs.h,v 1.51 2003/01/18 23:40:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:32:05 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _OSF1_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: osf1_syscalls.c,v 1.48 2003/01/18 08:32:33 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_syscalls.c,v 1.49 2003/01/18 23:40:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:32:05 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.48 2003/01/18 08:32:33 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.49 2003/01/18 23:40:27 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: osf1_sysent.c,v 1.50 2003/01/18 08:32:33 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_sysent.c,v 1.51 2003/01/18 23:40:27 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:32:05 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.50 2003/01/18 08:32:33 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.51 2003/01/18 23:40:27 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_compat_43.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pecoff_syscall.h,v 1.4 2003/01/18 08:35:00 thorpej Exp $ */
|
||||
/* $NetBSD: pecoff_syscall.h,v 1.5 2003/01/18 23:41:13 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:34:26 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pecoff_syscallargs.h,v 1.5 2003/01/18 08:35:00 thorpej Exp $ */
|
||||
/* $NetBSD: pecoff_syscallargs.h,v 1.6 2003/01/18 23:41:13 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:34:26 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _PECOFF_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: pecoff_syscalls.c,v 1.4 2003/01/18 08:35:00 thorpej Exp $ */
|
||||
/* $NetBSD: pecoff_syscalls.c,v 1.5 2003/01/18 23:41:14 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:34:26 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.4 2003/01/18 08:35:00 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_syscalls.c,v 1.5 2003/01/18 23:41:14 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: pecoff_sysent.c,v 1.5 2003/01/18 08:35:00 thorpej Exp $ */
|
||||
/* $NetBSD: pecoff_sysent.c,v 1.6 2003/01/18 23:41:14 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.5 2003/01/18 08:34:26 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.5 2003/01/18 08:35:00 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pecoff_sysent.c,v 1.6 2003/01/18 23:41:14 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ktrace.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos_syscall.h,v 1.69 2003/01/18 08:36:45 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscall.h,v 1.70 2003/01/18 23:41:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.60 2003/01/18 08:36:15 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos_syscallargs.h,v 1.53 2003/01/18 08:36:45 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.54 2003/01/18 23:41:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.60 2003/01/18 08:36:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _SUNOS_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: sunos_syscalls.c,v 1.68 2003/01/18 08:36:45 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.69 2003/01/18 23:41:38 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.60 2003/01/18 08:36:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.68 2003/01/18 08:36:45 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.69 2003/01/18 23:41:38 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: sunos_sysent.c,v 1.62 2003/01/18 08:36:45 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_sysent.c,v 1.63 2003/01/18 23:41:38 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.60 2003/01/18 08:36:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.62 2003/01/18 08:36:45 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.63 2003/01/18 23:41:38 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_nfsserver.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos32_syscall.h,v 1.11 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
/* $NetBSD: sunos32_syscall.h,v 1.12 2003/01/18 23:42:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD
|
||||
* created from; NetBSD: syscalls.master,v 1.9 2003/01/18 08:38:15 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: sunos32_syscallargs.h,v 1.10 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
/* $NetBSD: sunos32_syscallargs.h,v 1.11 2003/01/18 23:42:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD
|
||||
* created from; NetBSD: syscalls.master,v 1.9 2003/01/18 08:38:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _SUNOS32_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: sunos32_syscalls.c,v 1.10 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
/* $NetBSD: sunos32_syscalls.c,v 1.11 2003/01/18 23:42:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD
|
||||
* created from; NetBSD: syscalls.master,v 1.9 2003/01/18 08:38:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.10 2003/01/18 08:38:50 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.11 2003/01/18 23:42:16 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: sunos32_sysent.c,v 1.11 2003/01/18 08:38:50 thorpej Exp $ */
|
||||
/* $NetBSD: sunos32_sysent.c,v 1.12 2003/01/18 23:42:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; NetBSD
|
||||
* created from; NetBSD: syscalls.master,v 1.9 2003/01/18 08:38:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.11 2003/01/18 08:38:50 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.12 2003/01/18 23:42:17 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_nfsserver.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: svr4_syscall.h,v 1.70 2003/01/18 08:45:04 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_syscall.h,v 1.71 2003/01/18 23:42:57 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: svr4_syscallargs.h,v 1.69 2003/01/18 08:45:04 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_syscallargs.h,v 1.70 2003/01/18 23:42:57 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
|
||||
*/
|
||||
|
||||
#ifndef _SVR4_SYS__SYSCALLARGS_H_
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: svr4_syscalls.c,v 1.70 2003/01/18 08:45:04 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_syscalls.c,v 1.71 2003/01/18 23:42:58 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.70 2003/01/18 08:45:04 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.71 2003/01/18 23:42:58 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#if defined(_KERNEL_OPT)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: svr4_sysent.c,v 1.72 2003/01/18 08:45:04 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_sysent.c,v 1.73 2003/01/18 23:42:58 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD
|
||||
* created from NetBSD: syscalls.master,v 1.52 2003/01/18 08:44:27 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.72 2003/01/18 08:45:04 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.73 2003/01/18 23:42:58 thorpej Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_ntp.h"
|
||||
|
|
Loading…
Reference in New Issue