Regen (new makesyscalls.sh)

This commit is contained in:
matt 2009-12-14 00:53:32 +00:00
parent 1d8b3e46d3
commit 15aa4c53c9
84 changed files with 171 additions and 183 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.38 2009/01/13 22:33:08 pooka Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.39 2009/12/14 00:58:35 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.36 2009/01/13 22:33:08 pooka Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.37 2009/12/14 00:58:35 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.35 2009/01/13 22:33:08 pooka Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.36 2009/12/14 00:58:35 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.35 2009/01/13 22:33:08 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.36 2009/12/14 00:58:35 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.40 2009/01/13 22:33:08 pooka Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.41 2009/12/14 00:58:35 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.40 2009/01/13 22:33:08 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.41 2009/12/14 00:58:35 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -587,9 +587,9 @@ struct sysent aoutm68k_sysent[] = {
#endif
{ 0, 0, 0,
sys_nosys }, /* 172 = unimplemented */
{ ns(struct sys_pread_args), 0,
{ ns(struct sys_pread_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
(sy_call_t *)sys_pread }, /* 173 = pread */
{ ns(struct sys_pwrite_args), 0,
{ ns(struct sys_pwrite_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
(sy_call_t *)sys_pwrite }, /* 174 = pwrite */
{ 0, 0, 0,
sys_nosys }, /* 175 = unimplemented sys_ntp_gettime */
@ -665,15 +665,15 @@ struct sysent aoutm68k_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 196 = excluded compat_12_sys_getdirentries */
#endif
{ ns(struct sys_mmap_args), 0,
{ ns(struct sys_mmap_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG6_64,
(sy_call_t *)sys_mmap }, /* 197 = mmap */
{ ns(struct sys___syscall_args), SYCALL_INDIRECT | 0,
{ ns(struct sys___syscall_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG0_64 | SYCALL_RET_64 | SYCALL_INDIRECT | 0,
(sy_call_t *)sys___syscall }, /* 198 = __syscall */
{ ns(struct sys_lseek_args), 0,
{ ns(struct sys_lseek_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_RET_64,
(sy_call_t *)sys_lseek }, /* 199 = lseek */
{ ns(struct sys_truncate_args), 0,
{ ns(struct sys_truncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_truncate }, /* 200 = truncate */
{ ns(struct sys_ftruncate_args), 0,
{ ns(struct sys_ftruncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_ftruncate }, /* 201 = ftruncate */
{ ns(struct sys___sysctl_args), 0,
(sy_call_t *)sys___sysctl }, /* 202 = __sysctl */
@ -907,9 +907,9 @@ struct sysent aoutm68k_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 288 = excluded ktrace */
#endif
{ ns(struct sys_preadv_args), 0,
{ ns(struct sys_preadv_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
(sy_call_t *)sys_preadv }, /* 289 = preadv */
{ ns(struct sys_pwritev_args), 0,
{ ns(struct sys_pwritev_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
(sy_call_t *)sys_pwritev }, /* 290 = pwritev */
#if defined(COMPAT_16) || !defined(_KERNEL)
{ ns(struct compat_16_sys___sigaction14_args), 0,
@ -1384,4 +1384,3 @@ struct sysent aoutm68k_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 511 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: darwin_syscall.h,v 1.56 2009/01/13 22:33:08 pooka Exp $ */
/* $NetBSD: darwin_syscall.h,v 1.57 2009/12/14 00:58:35 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: darwin_syscallargs.h,v 1.56 2009/01/13 22:33:08 pooka Exp $ */
/* $NetBSD: darwin_syscallargs.h,v 1.57 2009/12/14 00:58:35 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: darwin_syscalls.c,v 1.57 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: darwin_syscalls.c,v 1.58 2009/12/14 00:58:35 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.57 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.58 2009/12/14 00:58:35 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: darwin_sysent.c,v 1.57 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: darwin_sysent.c,v 1.58 2009/12/14 00:58:35 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.57 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.58 2009/12/14 00:58:35 matt Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
@ -456,15 +456,15 @@ struct sysent darwin_sysent[] = {
(sy_call_t *)sys_setrlimit }, /* 195 = setrlimit */
{ ns(struct compat_12_sys_getdirentries_args), 0,
(sy_call_t *)compat_12_sys_getdirentries },/* 196 = getdirentries */
{ ns(struct sys_mmap_args), 0,
{ ns(struct sys_mmap_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG6_64,
(sy_call_t *)sys_mmap }, /* 197 = mmap */
{ 0, 0, 0,
sys_nosys }, /* 198 = unimplemented */
{ ns(struct darwin_sys_lseek_args), 0,
{ ns(struct darwin_sys_lseek_args), SYCALL_RET_64,
(sy_call_t *)darwin_sys_lseek }, /* 199 = lseek */
{ ns(struct sys_truncate_args), 0,
{ ns(struct sys_truncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_truncate }, /* 200 = truncate */
{ ns(struct sys_ftruncate_args), 0,
{ ns(struct sys_ftruncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_ftruncate }, /* 201 = ftruncate */
{ ns(struct darwin_sys___sysctl_args), 0,
(sy_call_t *)darwin_sys___sysctl }, /* 202 = __sysctl */
@ -1087,4 +1087,3 @@ struct sysent darwin_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 511 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_syscall.h,v 1.73 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: freebsd_syscall.h,v 1.74 2009/12/14 00:58:35 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_syscallargs.h,v 1.76 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: freebsd_syscallargs.h,v 1.77 2009/12/14 00:58:35 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_syscalls.c,v 1.73 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: freebsd_syscalls.c,v 1.74 2009/12/14 00:58:35 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.73 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.74 2009/12/14 00:58:35 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_sysent.c,v 1.75 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: freebsd_sysent.c,v 1.76 2009/12/14 00:58:35 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.75 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.76 2009/12/14 00:58:35 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -409,9 +409,9 @@ struct sysent freebsd_sysent[] = {
#endif
{ 0, 0, 0,
sys_nosys }, /* 172 = unimplemented */
{ ns(struct sys_pread_args), 0,
{ ns(struct sys_pread_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
(sy_call_t *)sys_pread }, /* 173 = pread */
{ ns(struct sys_pwrite_args), 0,
{ ns(struct sys_pwrite_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64,
(sy_call_t *)sys_pwrite }, /* 174 = pwrite */
{ 0, 0, 0,
sys_nosys }, /* 175 = unimplemented */
@ -473,15 +473,15 @@ struct sysent freebsd_sysent[] = {
(sy_call_t *)sys_setrlimit }, /* 195 = setrlimit */
{ ns(struct compat_12_sys_getdirentries_args), 0,
(sy_call_t *)compat_12_sys_getdirentries },/* 196 = getdirentries */
{ ns(struct freebsd_sys_mmap_args), 0,
{ ns(struct freebsd_sys_mmap_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG6_64,
(sy_call_t *)freebsd_sys_mmap }, /* 197 = mmap */
{ 0, 0, 0,
(sy_call_t *)sys_nosys }, /* 198 = __syscall */
{ ns(struct sys_lseek_args), 0,
{ ns(struct sys_lseek_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_RET_64,
(sy_call_t *)sys_lseek }, /* 199 = lseek */
{ ns(struct sys_truncate_args), 0,
{ ns(struct sys_truncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_truncate }, /* 200 = truncate */
{ ns(struct sys_ftruncate_args), 0,
{ ns(struct sys_ftruncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_ftruncate }, /* 201 = ftruncate */
{ ns(struct freebsd_sys_sysctl_args), 0,
(sy_call_t *)freebsd_sys_sysctl }, /* 202 = sysctl */
@ -1168,4 +1168,3 @@ struct sysent freebsd_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 511 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscall.h,v 1.47 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: ibcs2_syscall.h,v 1.48 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscallargs.h,v 1.48 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: ibcs2_syscallargs.h,v 1.49 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscalls.c,v 1.48 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: ibcs2_syscalls.c,v 1.49 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ibcs2_syscalls.c,v 1.48 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: ibcs2_syscalls.c,v 1.49 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_sysent.c,v 1.49 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: ibcs2_sysent.c,v 1.50 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ibcs2_sysent.c,v 1.49 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: ibcs2_sysent.c,v 1.50 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@ -1070,4 +1070,3 @@ struct sysent ibcs2_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 511 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: irix_syscall.h,v 1.60 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: irix_syscall.h,v 1.61 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: irix_syscallargs.h,v 1.60 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: irix_syscallargs.h,v 1.61 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: irix_syscalls.c,v 1.60 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: irix_syscalls.c,v 1.61 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: irix_syscalls.c,v 1.60 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: irix_syscalls.c,v 1.61 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: irix_sysent.c,v 1.60 2009/01/13 22:33:09 pooka Exp $ */
/* $NetBSD: irix_sysent.c,v 1.61 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: irix_sysent.c,v 1.60 2009/01/13 22:33:09 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: irix_sysent.c,v 1.61 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@ -418,9 +418,9 @@ struct sysent irix_sysent[] = {
(sy_call_t *)sys_readv }, /* 181 = readv */
{ ns(struct sys_writev_args), 0,
(sy_call_t *)sys_writev }, /* 182 = writev */
{ ns(struct sys_truncate_args), 0,
{ ns(struct sys_truncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_truncate }, /* 183 = truncate64 */
{ ns(struct sys_ftruncate_args), 0,
{ ns(struct sys_ftruncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
(sy_call_t *)sys_ftruncate }, /* 184 = ftruncate64 */
{ ns(struct irix_sys_mmap64_args), 0,
(sy_call_t *)irix_sys_mmap64 }, /* 185 = mmap64 */
@ -565,4 +565,3 @@ struct sysent irix_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 255 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.76 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.77 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.75 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.76 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.77 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.78 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.77 2009/11/24 10:44:41 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.78 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.76 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.77 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.76 2009/11/24 10:44:41 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.77 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.36 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.37 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.36 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.37 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.36 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.37 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.36 2009/11/24 10:44:41 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.37 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.36 2009/11/24 10:44:41 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.37 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.36 2009/11/24 10:44:41 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.37 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@ -225,9 +225,9 @@ struct sysent linux_sysent[] = {
(sy_call_t *)sys_fsync }, /* 74 = fsync */
{ ns(struct linux_sys_fdatasync_args), 0,
(sy_call_t *)linux_sys_fdatasync }, /* 75 = fdatasync */
{ ns(struct linux_sys_truncate64_args), 0,
{ ns(struct linux_sys_truncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_truncate64 },/* 76 = truncate64 */
{ ns(struct linux_sys_ftruncate64_args), 0,
{ ns(struct linux_sys_ftruncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_ftruncate64 },/* 77 = ftruncate64 */
{ ns(struct linux_sys_getdents_args), 0,
(sy_call_t *)linux_sys_getdents }, /* 78 = getdents */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.45 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.46 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.45 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.46 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.45 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.46 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.45 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.46 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.45 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.46 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.45 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.46 2009/12/14 00:58:36 matt Exp $");
#include <sys/param.h>
#include <sys/poll.h>
@ -422,9 +422,9 @@ struct sysent linux_sysent[] = {
#define linux_sys_mmap2_args linux_sys_mmap_args
{ ns(struct linux_sys_mmap2_args), 0,
(sy_call_t *)linux_sys_mmap2 }, /* 192 = mmap2 */
{ ns(struct linux_sys_truncate64_args), 0,
{ ns(struct linux_sys_truncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_truncate64 },/* 193 = truncate64 */
{ ns(struct linux_sys_ftruncate64_args), 0,
{ ns(struct linux_sys_ftruncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_ftruncate64 },/* 194 = ftruncate64 */
{ ns(struct linux_sys_stat64_args), 0,
(sy_call_t *)linux_sys_stat64 }, /* 195 = stat64 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.85 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.86 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.85 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.86 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.86 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.87 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.86 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.87 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.85 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.86 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.85 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.86 2009/12/14 00:58:36 matt Exp $");
#include <sys/param.h>
#include <sys/poll.h>
@ -431,9 +431,9 @@ struct sysent linux_sysent[] = {
#define linux_sys_mmap2_args linux_sys_mmap_args
{ ns(struct linux_sys_mmap2_args), 0,
(sy_call_t *)linux_sys_mmap2 }, /* 192 = mmap2 */
{ ns(struct linux_sys_truncate64_args), 0,
{ ns(struct linux_sys_truncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_truncate64 },/* 193 = truncate64 */
{ ns(struct linux_sys_ftruncate64_args), 0,
{ ns(struct linux_sys_ftruncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_ftruncate64 },/* 194 = ftruncate64 */
{ ns(struct linux_sys_stat64_args), 0,
(sy_call_t *)linux_sys_stat64 }, /* 195 = stat64 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.73 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.74 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.72 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.73 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.73 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.74 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.73 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.74 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.73 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.74 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.73 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.74 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -445,9 +445,9 @@ struct sysent linux_sysent[] = {
#define linux_sys_mmap2_args linux_sys_mmap_args
{ ns(struct linux_sys_mmap2_args), 0,
(sy_call_t *)linux_sys_mmap2 }, /* 192 = mmap2 */
{ ns(struct linux_sys_truncate64_args), 0,
{ ns(struct linux_sys_truncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_truncate64 },/* 193 = truncate64 */
{ ns(struct linux_sys_ftruncate64_args), 0,
{ ns(struct linux_sys_ftruncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_ftruncate64 },/* 194 = ftruncate64 */
{ ns(struct linux_sys_stat64_args), 0,
(sy_call_t *)linux_sys_stat64 }, /* 195 = stat64 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.41 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.42 2009/12/14 00:58:36 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.40 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.41 2009/12/14 00:58:36 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.40 2009/11/24 10:44:42 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.41 2009/12/14 00:58:36 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.40 2009/11/24 10:44:42 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.41 2009/12/14 00:58:36 matt Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.40 2009/11/24 10:44:43 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.41 2009/12/14 00:58:36 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.40 2009/11/24 10:44:43 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.41 2009/12/14 00:58:36 matt Exp $");
#include <sys/param.h>
#include <sys/poll.h>
@ -452,9 +452,9 @@ struct sysent linux_sysent[] = {
linux_sys_nosys }, /* 209 = unimplemented */
{ ns(struct linux_sys_mmap2_args), 0,
(sy_call_t *)linux_sys_mmap2 }, /* 210 = mmap2 */
{ ns(struct linux_sys_truncate64_args), 0,
{ ns(struct linux_sys_truncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_truncate64 },/* 211 = truncate64 */
{ ns(struct linux_sys_ftruncate64_args), 0,
{ ns(struct linux_sys_ftruncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_ftruncate64 },/* 212 = ftruncate64 */
{ ns(struct linux_sys_stat64_args), 0,
(sy_call_t *)linux_sys_stat64 }, /* 213 = stat64 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.49 2009/11/24 10:44:43 njoly Exp $ */
/* $NetBSD: linux_syscall.h,v 1.50 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.48 2009/11/24 10:44:43 njoly Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.49 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.48 2009/11/24 10:44:43 njoly Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.49 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.48 2009/11/24 10:44:43 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.49 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.49 2009/11/24 10:44:43 njoly Exp $ */
/* $NetBSD: linux_sysent.c,v 1.50 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.49 2009/11/24 10:44:43 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.50 2009/12/14 00:58:37 matt Exp $");
#include <sys/param.h>
#include <sys/poll.h>
@ -420,9 +420,9 @@ struct sysent linux_sysent[] = {
#define linux_sys_mmap2_args linux_sys_mmap_args
{ ns(struct linux_sys_mmap2_args), 0,
(sy_call_t *)linux_sys_mmap2 }, /* 192 = mmap2 */
{ ns(struct linux_sys_truncate64_args), 0,
{ ns(struct linux_sys_truncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_truncate64 },/* 193 = truncate64 */
{ ns(struct linux_sys_ftruncate64_args), 0,
{ ns(struct linux_sys_ftruncate64_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)linux_sys_ftruncate64 },/* 194 = ftruncate64 */
{ ns(struct linux_sys_stat64_args), 0,
(sy_call_t *)linux_sys_stat64 }, /* 195 = stat64 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_syscall.h,v 1.20 2009/01/13 22:33:10 pooka Exp $ */
/* $NetBSD: mach_syscall.h,v 1.21 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_syscallargs.h,v 1.20 2009/01/13 22:33:10 pooka Exp $ */
/* $NetBSD: mach_syscallargs.h,v 1.21 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_syscalls.c,v 1.21 2009/01/13 22:33:10 pooka Exp $ */
/* $NetBSD: mach_syscalls.c,v 1.22 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_syscalls.c,v 1.21 2009/01/13 22:33:10 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_syscalls.c,v 1.22 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_sysent.c,v 1.22 2009/01/13 22:33:10 pooka Exp $ */
/* $NetBSD: mach_sysent.c,v 1.23 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_sysent.c,v 1.22 2009/01/13 22:33:10 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_sysent.c,v 1.23 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@ -287,4 +287,3 @@ struct sysent mach_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 127 = unimplemented */
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscall.h,v 1.89 2009/12/14 00:47:11 matt Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.90 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.80 2009/05/17 05:54:22 pooka Exp
* created from NetBSD
*/
#ifndef _NETBSD32_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.89 2009/12/14 00:47:11 matt Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.90 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.80 2009/05/17 05:54:22 pooka Exp
* created from NetBSD
*/
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.88 2009/12/14 00:47:11 matt Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.89 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.80 2009/05/17 05:54:22 pooka Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.88 2009/12/14 00:47:11 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.89 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,14 +1,14 @@
/* $NetBSD: netbsd32_sysent.c,v 1.88 2009/12/14 00:47:11 matt Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.89 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.80 2009/05/17 05:54:22 pooka Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.88 2009/12/14 00:47:11 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.89 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_syscall.h,v 1.59 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: osf1_syscall.h,v 1.60 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_syscallargs.h,v 1.60 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: osf1_syscallargs.h,v 1.61 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_syscalls.c,v 1.58 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: osf1_syscalls.c,v 1.59 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.58 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.59 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_sysent.c,v 1.60 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: osf1_sysent.c,v 1.61 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.60 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.61 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"
@ -65,7 +65,7 @@ struct sysent osf1_sysent[] = {
(sy_call_t *)sys_obreak }, /* 17 = obreak */
{ ns(struct osf1_sys_getfsstat_args), 0,
(sy_call_t *)osf1_sys_getfsstat }, /* 18 = getfsstat */
{ ns(struct osf1_sys_lseek_args), 0,
{ ns(struct osf1_sys_lseek_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64 | SYCALL_RET_64,
(sy_call_t *)osf1_sys_lseek }, /* 19 = lseek */
{ 0, 0, 0,
(sy_call_t *)sys_getpid_with_ppid },/* 20 = getpid_with_ppid */
@ -169,7 +169,7 @@ struct sysent osf1_sysent[] = {
sys_nosys }, /* 69 = unimplemented sbrk */
{ 0, 0, 0,
sys_nosys }, /* 70 = unimplemented sstk */
{ ns(struct osf1_sys_mmap_args), 0,
{ ns(struct osf1_sys_mmap_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG5_64,
(sy_call_t *)osf1_sys_mmap }, /* 71 = mmap */
{ 0, 0, 0,
sys_nosys }, /* 72 = unimplemented ovadvise */
@ -285,9 +285,9 @@ struct sysent osf1_sysent[] = {
(sy_call_t *)sys_setregid }, /* 127 = setregid */
{ ns(struct sys___posix_rename_args), 0,
(sy_call_t *)sys___posix_rename }, /* 128 = __posix_rename */
{ ns(struct osf1_sys_truncate_args), 0,
{ ns(struct osf1_sys_truncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)osf1_sys_truncate }, /* 129 = truncate */
{ ns(struct osf1_sys_ftruncate_args), 0,
{ ns(struct osf1_sys_ftruncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG1_64,
(sy_call_t *)osf1_sys_ftruncate }, /* 130 = ftruncate */
{ ns(struct sys_flock_args), 0,
(sy_call_t *)sys_flock }, /* 131 = flock */
@ -1052,4 +1052,3 @@ struct sysent osf1_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 511 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_syscall.h,v 1.84 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos_syscall.h,v 1.85 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_syscallargs.h,v 1.68 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos_syscallargs.h,v 1.69 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos_syscalls.c,v 1.84 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.84 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_sysent.c,v 1.79 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos_sysent.c,v 1.80 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.79 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.80 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@ -556,4 +556,3 @@ struct sysent sunos_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 255 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_syscall.h,v 1.25 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos32_syscall.h,v 1.26 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_syscallargs.h,v 1.24 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos32_syscallargs.h,v 1.25 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_syscalls.c,v 1.24 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos32_syscalls.c,v 1.25 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.24 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.25 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_sysent.c,v 1.26 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: sunos32_sysent.c,v 1.27 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.26 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.27 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
@ -568,4 +568,3 @@ struct sysent sunos32_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 255 = filler */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscall.h,v 1.83 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.84 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscallargs.h,v 1.82 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.83 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.84 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.83 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.84 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_sysent.c,v 1.86 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.87 2009/12/14 00:58:37 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.86 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.87 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@ -570,4 +570,3 @@ struct sysent svr4_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 255 = unimplemented umount2 */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscall.h,v 1.20 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_32_syscall.h,v 1.21 2009/12/14 00:58:37 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscallargs.h,v 1.20 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_32_syscallargs.h,v 1.21 2009/12/14 00:58:37 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscalls.c,v 1.20 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_32_syscalls.c,v 1.21 2009/12/14 00:58:37 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.20 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.21 2009/12/14 00:58:37 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_sysent.c,v 1.21 2009/01/13 22:33:17 pooka Exp $ */
/* $NetBSD: svr4_32_sysent.c,v 1.22 2009/12/14 00:58:38 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.21 2009/01/13 22:33:17 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.22 2009/12/14 00:58:38 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@ -574,4 +574,3 @@ struct sysent svr4_32_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 255 = unimplemented umount2 */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscall.h,v 1.60 2009/01/17 15:50:12 he Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.61 2009/12/14 00:58:38 matt Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.55 2009/01/17 15:50:12 he Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.56 2009/12/14 00:58:38 matt Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscalls.c,v 1.59 2009/01/17 15:50:12 he Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.60 2009/12/14 00:58:38 matt Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.59 2009/01/17 15:50:12 he Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.60 2009/12/14 00:58:38 matt Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_sysent.c,v 1.62 2009/01/17 15:50:12 he Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.63 2009/12/14 00:58:38 matt Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.62 2009/01/17 15:50:12 he Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.63 2009/12/14 00:58:38 matt Exp $");
#if defined(_KERNEL_OPT)
#include "fs_nfs.h"
@ -1065,4 +1065,3 @@ struct sysent ultrix_sysent[] = {
{ 0, 0, 0,
sys_nosys }, /* 511 = filler */
};

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.242 2009/12/14 00:48:35 matt Exp $ */
/* $NetBSD: init_sysent.c,v 1.243 2009/12/14 00:53:32 matt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.242 2009/12/14 00:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.243 2009/12/14 00:53:32 matt Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.233 2009/12/14 00:48:35 matt Exp $ */
/* $NetBSD: syscalls.c,v 1.234 2009/12/14 00:53:32 matt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD
* created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.233 2009/12/14 00:48:35 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.234 2009/12/14 00:53:32 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.229 2009/10/13 21:57:53 pooka Exp $ */
/* $NetBSD: syscall.h,v 1.230 2009/12/14 00:53:32 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.229 2009/07/21 23:59:00 pooka Exp
* created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.211 2009/10/13 21:57:53 pooka Exp $ */
/* $NetBSD: syscallargs.h,v 1.212 2009/12/14 00:53:32 matt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.229 2009/07/21 23:59:00 pooka Exp
* created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_