This commit is contained in:
pooka 2012-07-20 16:49:45 +00:00
parent 0a5a22d26a
commit 1aec8d1196
6 changed files with 633 additions and 633 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: init_sysent.c,v 1.266 2012/06/22 18:27:25 christos Exp $ */
/* $NetBSD: init_sysent.c,v 1.267 2012/07/20 16: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.266 2012/06/22 18:27:25 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.267 2012/07/20 16:49:46 pooka Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscalls.c,v 1.257 2012/06/22 18:27:25 christos Exp $ */
/* $NetBSD: syscalls.c,v 1.258 2012/07/20 16:49:46 pooka Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.257 2012/06/22 18:27:25 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.258 2012/07/20 16:49:46 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
/* $NetBSD: rump_syscalls.c,v 1.78 2012/03/08 21:59:31 joerg Exp $ */
/* $NetBSD: rump_syscalls.c,v 1.79 2012/07/20 16:49:46 pooka Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.258 2012/03/08 21:55:45 joerg Exp
* created from NetBSD: syscalls.master,v 1.260 2012/06/22 18:26:35 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.78 2012/03/08 21:59:31 joerg Exp $");
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.79 2012/07/20 16:49:46 pooka Exp $");
#include <sys/param.h>
#include <sys/fstypes.h>
@ -5019,8 +5019,8 @@ struct sysent rump_sysent[] = {
(sy_call_t *)sys_reboot }, /* 208 = reboot */
{ ns(struct sys_poll_args), 0,
(sy_call_t *)sys_poll }, /* 209 = poll */
{ 0, 0, SYCALL_NOSYS,
(sy_call_t *)rump_enosys }, /* 210 = unimplemented */
{ 0, 0, 0,
(sy_call_t *)sys_nomodule }, /* 210 = afssys */
{ 0, 0, SYCALL_NOSYS,
(sy_call_t *)rump_enosys }, /* 211 = unimplemented */
{ 0, 0, SYCALL_NOSYS,
@ -5618,9 +5618,9 @@ struct sysent rump_sysent[] = {
{ 0, 0, SYCALL_NOSYS,
(sy_call_t *)rump_enosys }, /* 474 = posix_spawn */
{ 0, 0, SYCALL_NOSYS,
(sy_call_t *)rump_enosys }, /* 475 = filler */
(sy_call_t *)rump_enosys }, /* 475 = recvmmsg */
{ 0, 0, SYCALL_NOSYS,
(sy_call_t *)rump_enosys }, /* 476 = filler */
(sy_call_t *)rump_enosys }, /* 476 = sendmmsg */
{ 0, 0, SYCALL_NOSYS,
(sy_call_t *)rump_enosys }, /* 477 = filler */
{ 0, 0, SYCALL_NOSYS,

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscall.h,v 1.253 2012/06/22 18:27:25 christos Exp $ */
/* $NetBSD: syscall.h,v 1.254 2012/07/20 16:49:46 pooka Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: syscallargs.h,v 1.236 2012/06/22 18:27:25 christos Exp $ */
/* $NetBSD: syscallargs.h,v 1.237 2012/07/20 16:49:46 pooka Exp $ */
/*
* System call argument lists.