XXX: pullup-8
This commit is contained in:
christos 2017-12-08 01:20:52 +00:00
parent 85bf85b701
commit 8e2dd5803e
6 changed files with 17 additions and 17 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.305 2017/05/10 06:19:47 riastradh Exp $ */
/* $NetBSD: syscalls.c,v 1.306 2017/12/08 01:20:52 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
* created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.305 2017/05/10 06:19:47 riastradh Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.306 2017/12/08 01:20:52 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls_autoload.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $ */
/* $NetBSD: syscalls_autoload.c,v 1.25 2017/12/08 01:20:53 christos Exp $ */
/*
* System call autoload table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
* created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.24 2017/05/10 06:19:47 riastradh Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.25 2017/12/08 01:20:53 christos Exp $");
#include <sys/proc.h>
static struct sc_autoload netbsd_syscalls_autoload[] = {

View File

@ -1,10 +1,10 @@
/* $NetBSD: rump_syscalls.h,v 1.105 2017/05/10 06:19:47 riastradh Exp $ */
/* $NetBSD: rump_syscalls.h,v 1.106 2017/12/08 01:20:53 christos Exp $ */
/*
* System call protos in rump namespace.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
* created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
*/
#ifndef _RUMP_RUMP_SYSCALLS_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: rump_syscalls.c,v 1.132 2017/05/10 06:19:47 riastradh Exp $ */
/* $NetBSD: rump_syscalls.c,v 1.133 2017/12/08 01:20:53 christos Exp $ */
/*
* System call vector and marshalling for rump.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
* created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
*/
#ifdef RUMP_CLIENT
@ -15,7 +15,7 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.132 2017/05/10 06:19:47 riastradh Exp $");
__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.133 2017/12/08 01:20:53 christos Exp $");
#include <sys/fstypes.h>
#include <sys/proc.h>

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.299 2017/05/10 06:19:47 riastradh Exp $ */
/* $NetBSD: syscall.h,v 1.300 2017/12/08 01:20:53 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
* created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
*/
#ifndef _SYS_SYSCALL_H_
@ -1319,7 +1319,7 @@
/* syscall: "clock_nanosleep" ret: "int" args: "clockid_t" "int" "const struct timespec *" "struct timespec *" */
#define SYS_clock_nanosleep 477
/* syscall: "___lwp_park60" ret: "int" args: "clockid_t" "int" "const struct timespec *" "lwpid_t" "const void *" "const void *" */
/* syscall: "___lwp_park60" ret: "int" args: "clockid_t" "int" "struct timespec *" "lwpid_t" "const void *" "const void *" */
#define SYS____lwp_park60 478
/* syscall: "posix_fallocate" ret: "int" args: "int" "int" "off_t" "off_t" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.283 2017/05/10 06:19:47 riastradh Exp $ */
/* $NetBSD: syscallargs.h,v 1.284 2017/12/08 01:20:53 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
* created from NetBSD: syscalls.master,v 1.287 2017/12/08 01:19:29 christos Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
@ -3116,7 +3116,7 @@ check_syscall_args(sys_clock_nanosleep)
struct sys____lwp_park60_args {
syscallarg(clockid_t) clock_id;
syscallarg(int) flags;
syscallarg(const struct timespec *) ts;
syscallarg(struct timespec *) ts;
syscallarg(lwpid_t) unpark;
syscallarg(const void *) hint;
syscallarg(const void *) unparkhint;