This commit is contained in:
riastradh 2017-05-10 06:19:47 +00:00
parent be0a98abf6
commit 9c32900485
86 changed files with 184 additions and 127 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_syscall.h,v 1.47 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: aoutm68k_syscall.h,v 1.48 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_syscallargs.h,v 1.45 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: aoutm68k_syscallargs.h,v 1.46 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _AOUTM68K_SYS_SYSCALLARGS_H_
#define _AOUTM68K_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define AOUTM68K_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_syscalls.c,v 1.44 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: aoutm68k_syscalls.c,v 1.45 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.44 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_syscalls.c,v 1.45 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: aoutm68k_sysent.c,v 1.49 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: aoutm68k_sysent.c,v 1.50 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.49 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: aoutm68k_sysent.c,v 1.50 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_syscall.h,v 1.83 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: freebsd_syscall.h,v 1.84 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_syscallargs.h,v 1.86 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: freebsd_syscallargs.h,v 1.87 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _FREEBSD_SYS_SYSCALLARGS_H_
#define _FREEBSD_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define FREEBSD_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_syscalls.c,v 1.83 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: freebsd_syscalls.c,v 1.84 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.83 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.84 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: freebsd_sysent.c,v 1.85 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: freebsd_sysent.c,v 1.86 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.85 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.86 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscall.h,v 1.54 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: ibcs2_syscall.h,v 1.55 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscallargs.h,v 1.55 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: ibcs2_syscallargs.h,v 1.56 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _IBCS2_SYS_SYSCALLARGS_H_
#define _IBCS2_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define IBCS2_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_syscalls.c,v 1.55 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: ibcs2_syscalls.c,v 1.56 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ibcs2_syscalls.c,v 1.55 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ibcs2_syscalls.c,v 1.56 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_sysent.c,v 1.56 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: ibcs2_sysent.c,v 1.57 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ibcs2_sysent.c,v 1.56 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ibcs2_sysent.c,v 1.57 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.105 2017/02/03 16:17:17 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.106 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.104 2017/02/03 16:17:17 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.105 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.106 2017/02/03 16:17:17 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.107 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.106 2017/02/03 16:17:17 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.107 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.105 2017/02/03 16:17:17 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.106 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.105 2017/02/03 16:17:17 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.106 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.67 2017/02/03 16:18:38 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.68 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.67 2017/02/03 16:18:38 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.68 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.67 2017/02/03 16:18:38 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.68 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.67 2017/02/03 16:18:38 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.68 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.67 2017/02/03 16:18:39 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.68 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.67 2017/02/03 16:18:39 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.68 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_systrace_args.c,v 1.11 2017/02/03 16:18:39 christos Exp $ */
/* $NetBSD: linux_systrace_args.c,v 1.12 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument to DTrace register array converstion.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.78 2017/02/03 16:28:42 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.79 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.78 2017/02/03 16:28:42 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.79 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.78 2017/02/03 16:28:42 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.79 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.78 2017/02/03 16:28:42 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.79 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.78 2017/02/03 16:28:42 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.79 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.78 2017/02/03 16:28:42 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.79 2017/05/10 06:19:48 riastradh Exp $");
#include <sys/param.h>
#include <sys/poll.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_systrace_args.c,v 1.11 2017/02/03 16:28:42 christos Exp $ */
/* $NetBSD: linux_systrace_args.c,v 1.12 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument to DTrace register array converstion.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.112 2017/01/16 00:11:09 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.113 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.112 2017/01/16 00:11:09 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.113 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.113 2017/01/16 00:11:09 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.114 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.113 2017/01/16 00:11:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.114 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.112 2017/01/16 00:11:09 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.113 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.112 2017/01/16 00:11:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.113 2017/05/10 06:19:48 riastradh Exp $");
#include <sys/param.h>
#include <sys/poll.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_systrace_args.c,v 1.7 2017/01/16 00:11:09 christos Exp $ */
/* $NetBSD: linux_systrace_args.c,v 1.8 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument to DTrace register array converstion.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.104 2017/02/03 16:44:21 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.105 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.103 2017/02/03 16:44:21 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.104 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.104 2017/02/03 16:44:21 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.105 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.104 2017/02/03 16:44:21 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.105 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.104 2017/02/03 16:44:21 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.105 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.104 2017/02/03 16:44:21 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.105 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.76 2017/02/09 22:02:13 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.77 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.75 2017/02/09 22:02:13 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.76 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.75 2017/02/09 22:02:13 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.76 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.75 2017/02/09 22:02:13 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.76 2017/05/10 06:19:48 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.75 2017/02/09 22:02:13 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.76 2017/05/10 06:19:48 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.75 2017/02/09 22:02:13 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.76 2017/05/10 06:19:48 riastradh Exp $");
#include <sys/param.h>
#include <sys/poll.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscall.h,v 1.82 2017/02/03 16:56:55 christos Exp $ */
/* $NetBSD: linux_syscall.h,v 1.83 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscallargs.h,v 1.81 2017/02/03 16:56:55 christos Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.82 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX_SYS_SYSCALLARGS_H_
#define _LINUX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_syscalls.c,v 1.81 2017/02/03 16:56:55 christos Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.82 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.81 2017/02/03 16:56:55 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.82 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_sysent.c,v 1.82 2017/02/03 16:56:55 christos Exp $ */
/* $NetBSD: linux_sysent.c,v 1.83 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.82 2017/02/03 16:56:55 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.83 2017/05/10 06:19:49 riastradh Exp $");
#include <sys/param.h>
#include <sys/poll.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_syscall.h,v 1.77 2017/01/16 17:39:22 christos Exp $ */
/* $NetBSD: linux32_syscall.h,v 1.78 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_syscallargs.h,v 1.77 2017/01/16 17:39:22 christos Exp $ */
/* $NetBSD: linux32_syscallargs.h,v 1.78 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _LINUX32_SYS_SYSCALLARGS_H_
#define _LINUX32_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define LINUX32_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_syscalls.c,v 1.77 2017/01/16 17:39:22 christos Exp $ */
/* $NetBSD: linux32_syscalls.c,v 1.78 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.77 2017/01/16 17:39:22 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_syscalls.c,v 1.78 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_sysent.c,v 1.77 2017/01/16 17:39:22 christos Exp $ */
/* $NetBSD: linux32_sysent.c,v 1.78 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.77 2017/01/16 17:39:22 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_sysent.c,v 1.78 2017/05/10 06:19:49 riastradh Exp $");
#include <sys/param.h>
#include <sys/poll.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_systrace_args.c,v 1.4 2017/01/16 17:39:22 christos Exp $ */
/* $NetBSD: linux32_systrace_args.c,v 1.5 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument to DTrace register array converstion.

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_syscall.h,v 1.128 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: netbsd32_syscall.h,v 1.129 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_syscallargs.h,v 1.128 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: netbsd32_syscallargs.h,v 1.129 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _NETBSD32_SYS_SYSCALLARGS_H_
#define _NETBSD32_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define NETBSD32_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_syscalls.c,v 1.127 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: netbsd32_syscalls.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.127 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.10 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: netbsd32_syscalls_autoload.c,v 1.11 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call autoload table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.10 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls_autoload.c,v 1.11 2017/05/10 06:19:49 riastradh Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd32_syscalls_autoload[] = {

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_sysent.c,v 1.127 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: netbsd32_sysent.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.127 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.128 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_systrace_args.c,v 1.18 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: netbsd32_systrace_args.c,v 1.19 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument to DTrace register array converstion.

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_syscall.h,v 1.65 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: osf1_syscall.h,v 1.66 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_syscallargs.h,v 1.66 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: osf1_syscallargs.h,v 1.67 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _OSF1_SYS_SYSCALLARGS_H_
#define _OSF1_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define OSF1_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_syscalls.c,v 1.64 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: osf1_syscalls.c,v 1.65 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.64 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: osf1_syscalls.c,v 1.65 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: osf1_sysent.c,v 1.66 2017/01/16 17:43:04 christos Exp $ */
/* $NetBSD: osf1_sysent.c,v 1.67 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.66 2017/01/16 17:43:04 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: osf1_sysent.c,v 1.67 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_syscall.h,v 1.91 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos_syscall.h,v 1.92 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_syscallargs.h,v 1.75 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos_syscallargs.h,v 1.76 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _SUNOS_SYS_SYSCALLARGS_H_
#define _SUNOS_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define SUNOS_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_syscalls.c,v 1.90 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos_syscalls.c,v 1.91 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.90 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_syscalls.c,v 1.91 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_sysent.c,v 1.86 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos_sysent.c,v 1.87 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.86 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_sysent.c,v 1.87 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_syscall.h,v 1.32 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos32_syscall.h,v 1.33 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_syscallargs.h,v 1.31 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos32_syscallargs.h,v 1.32 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _SUNOS32_SYS_SYSCALLARGS_H_
#define _SUNOS32_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define SUNOS32_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_syscalls.c,v 1.31 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos32_syscalls.c,v 1.32 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.31 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos32_syscalls.c,v 1.32 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos32_sysent.c,v 1.33 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: sunos32_sysent.c,v 1.34 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.33 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos32_sysent.c,v 1.34 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscall.h,v 1.89 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.90 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscallargs.h,v 1.88 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.89 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _SVR4_SYS_SYSCALLARGS_H_
#define _SVR4_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define SVR4_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_syscalls.c,v 1.89 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.90 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.89 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_syscalls.c,v 1.90 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_sysent.c,v 1.92 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.93 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.92 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_sysent.c,v 1.93 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscall.h,v 1.26 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_32_syscall.h,v 1.27 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscallargs.h,v 1.26 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_32_syscallargs.h,v 1.27 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _SVR4_32_SYS_SYSCALLARGS_H_
#define _SVR4_32_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define SVR4_32_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_syscalls.c,v 1.26 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_32_syscalls.c,v 1.27 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.26 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_syscalls.c,v 1.27 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_32_sysent.c,v 1.27 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: svr4_32_sysent.c,v 1.28 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.27 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_32_sysent.c,v 1.28 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscall.h,v 1.67 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.68 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.62 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.63 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call argument lists.
@ -10,6 +10,9 @@
#ifndef _ULTRIX_SYS_SYSCALLARGS_H_
#define _ULTRIX_SYS_SYSCALLARGS_H_
/* Forward declaration */
struct lwp;
#define ULTRIX_SYS_MAXSYSARGS 8
#undef syscallarg

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscalls.c,v 1.66 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.67 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.66 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_syscalls.c,v 1.67 2017/05/10 06:19:49 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_sysent.c,v 1.69 2017/01/16 17:43:05 christos Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.70 2017/05/10 06:19:49 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.69 2017/01/16 17:43:05 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ultrix_sysent.c,v 1.70 2017/05/10 06:19:49 riastradh Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: init_sysent.c,v 1.314 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: init_sysent.c,v 1.315 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call switch table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.314 2017/01/13 06:20:31 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.315 2017/05/10 06:19:47 riastradh Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscalls.c,v 1.304 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: syscalls.c,v 1.305 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.304 2017/01/13 06:20:31 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.305 2017/05/10 06:19:47 riastradh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscalls_autoload.c,v 1.23 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: syscalls_autoload.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call autoload table.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.23 2017/01/13 06:20:31 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd_syscalls_autoload[] = {

View File

@ -1,4 +1,4 @@
/* $NetBSD: systrace_args.c,v 1.23 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: systrace_args.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call argument to DTrace register array converstion.

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_syscalls.h,v 1.104 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: rump_syscalls.h,v 1.105 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call protos in rump namespace.

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_syscalls.c,v 1.131 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: rump_syscalls.c,v 1.132 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call vector and marshalling for rump.
@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.131 2017/01/13 06:20:31 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.132 2017/05/10 06:19:47 riastradh Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscall.h,v 1.298 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: syscall.h,v 1.299 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscallargs.h,v 1.282 2017/01/13 06:20:31 christos Exp $ */
/* $NetBSD: syscallargs.h,v 1.283 2017/05/10 06:19:47 riastradh Exp $ */
/*
* System call argument lists.
@ -18,6 +18,9 @@
#include <sys/socket.h>
/* Forward declaration */
struct lwp;
#define SYS_MAXSYSARGS 8
#undef syscallarg