regen syscall files
This commit is contained in:
parent
988e14a193
commit
cbf188301a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: init_sysent.c,v 1.305 2015/12/03 02:56:48 pgoyette Exp $ */
|
||||
/* $NetBSD: init_sysent.c,v 1.306 2016/01/26 23:49:46 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.305 2015/12/03 02:56:48 pgoyette Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.306 2016/01/26 23:49:46 pooka Exp $");
|
||||
|
||||
#include "opt_modular.h"
|
||||
#include "opt_ntp.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscalls.c,v 1.295 2015/12/03 02:56:48 pgoyette Exp $ */
|
||||
/* $NetBSD: syscalls.c,v 1.296 2016/01/26 23:49:46 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.295 2015/12/03 02:56:48 pgoyette Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.296 2016/01/26 23:49:46 pooka Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_modular.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscalls_autoload.c,v 1.14 2015/12/03 02:56:48 pgoyette Exp $ */
|
||||
/* $NetBSD: syscalls_autoload.c,v 1.15 2016/01/26 23:49:46 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call autoload table.
|
||||
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.14 2015/12/03 02:56:48 pgoyette Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.15 2016/01/26 23:49:46 pooka Exp $");
|
||||
|
||||
#include <sys/proc.h>
|
||||
static struct sc_autoload netbsd_syscalls_autoload[] = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: systrace_args.c,v 1.14 2015/12/03 02:56:48 pgoyette Exp $ */
|
||||
/* $NetBSD: systrace_args.c,v 1.15 2016/01/26 23:49:46 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument to DTrace register array converstion.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rump_syscalls.c,v 1.122 2016/01/26 23:12:17 pooka Exp $ */
|
||||
/* $NetBSD: rump_syscalls.c,v 1.123 2016/01/26 23:49:46 pooka 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.122 2016/01/26 23:12:17 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.123 2016/01/26 23:49:46 pooka Exp $");
|
||||
|
||||
#include <sys/fstypes.h>
|
||||
#include <sys/proc.h>
|
||||
|
@ -44,7 +44,6 @@ __KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.122 2016/01/26 23:12:17 pooka Ex
|
|||
#include <rump-sys/kern.h>
|
||||
|
||||
#include <rump/rumpuser.h>
|
||||
|
||||
#define rsys_syscall(num, data, dlen, retval) \
|
||||
rump_syscall(num, data, dlen, retval)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscall.h,v 1.289 2015/12/03 02:56:48 pgoyette Exp $ */
|
||||
/* $NetBSD: syscall.h,v 1.290 2016/01/26 23:49:47 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syscallargs.h,v 1.273 2015/12/03 02:56:48 pgoyette Exp $ */
|
||||
/* $NetBSD: syscallargs.h,v 1.274 2016/01/26 23:49:47 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
|
Loading…
Reference in New Issue