Module Name: src Committed By: christos Date: Sun Apr 3 01:01:46 UTC 2016
Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h syscallargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/sys/kern/init_sysent.c cvs rdiff -u -r1.297 -r1.298 src/sys/kern/syscalls.c cvs rdiff -u -r1.16 -r1.17 src/sys/kern/syscalls_autoload.c \ src/sys/kern/systrace_args.c cvs rdiff -u -r1.97 -r1.98 src/sys/rump/include/rump/rump_syscalls.h cvs rdiff -u -r1.124 -r1.125 src/sys/rump/librump/rumpkern/rump_syscalls.c cvs rdiff -u -r1.291 -r1.292 src/sys/sys/syscall.h cvs rdiff -u -r1.275 -r1.276 src/sys/sys/syscallargs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/init_sysent.c diff -u src/sys/kern/init_sysent.c:1.307 src/sys/kern/init_sysent.c:1.308 --- src/sys/kern/init_sysent.c:1.307 Sat Apr 2 17:02:39 2016 +++ src/sys/kern/init_sysent.c Sat Apr 2 21:01:46 2016 @@ -1,14 +1,14 @@ -/* $NetBSD: init_sysent.c,v 1.307 2016/04/02 21:02:39 christos Exp $ */ +/* $NetBSD: init_sysent.c,v 1.308 2016/04/03 01:01:46 christos Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.307 2016/04/02 21:02:39 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.308 2016/04/03 01:01:46 christos Exp $"); #include "opt_modular.h" #include "opt_ntp.h" @@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: init_sysent. #include <sys/socket.h> #include <sys/mount.h> #include <sys/sched.h> +#include <sys/idtype.h> #include <sys/syscallargs.h> #ifdef COMPAT_43 Index: src/sys/kern/syscalls.c diff -u src/sys/kern/syscalls.c:1.297 src/sys/kern/syscalls.c:1.298 --- src/sys/kern/syscalls.c:1.297 Sat Apr 2 17:02:39 2016 +++ src/sys/kern/syscalls.c Sat Apr 2 21:01:46 2016 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.297 2016/04/02 21:02:39 christos Exp $ */ +/* $NetBSD: syscalls.c,v 1.298 2016/04/03 01:01:46 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.297 2016/04/02 21:02:39 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.298 2016/04/03 01:01:46 christos Exp $"); #if defined(_KERNEL_OPT) #include "opt_modular.h" @@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v #include <sys/socket.h> #include <sys/mount.h> #include <sys/sched.h> +#include <sys/idtype.h> #include <sys/syscallargs.h> #else /* _KERNEL_OPT */ #include <sys/null.h> Index: src/sys/kern/syscalls_autoload.c diff -u src/sys/kern/syscalls_autoload.c:1.16 src/sys/kern/syscalls_autoload.c:1.17 --- src/sys/kern/syscalls_autoload.c:1.16 Sat Apr 2 17:02:39 2016 +++ src/sys/kern/syscalls_autoload.c Sat Apr 2 21:01:46 2016 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls_autoload.c,v 1.16 2016/04/02 21:02:39 christos Exp $ */ +/* $NetBSD: syscalls_autoload.c,v 1.17 2016/04/03 01:01:46 christos Exp $ */ /* * System call autoload table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.16 2016/04/02 21:02:39 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls_autoload.c,v 1.17 2016/04/03 01:01:46 christos Exp $"); #include <sys/proc.h> static struct sc_autoload netbsd_syscalls_autoload[] = { Index: src/sys/kern/systrace_args.c diff -u src/sys/kern/systrace_args.c:1.16 src/sys/kern/systrace_args.c:1.17 --- src/sys/kern/systrace_args.c:1.16 Sat Apr 2 17:03:13 2016 +++ src/sys/kern/systrace_args.c Sat Apr 2 21:01:46 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: systrace_args.c,v 1.16 2016/04/02 21:03:13 christos Exp $ */ +/* $NetBSD: systrace_args.c,v 1.17 2016/04/03 01:01:46 christos Exp $ */ /* * System call argument to DTrace register array converstion. Index: src/sys/rump/include/rump/rump_syscalls.h diff -u src/sys/rump/include/rump/rump_syscalls.h:1.97 src/sys/rump/include/rump/rump_syscalls.h:1.98 --- src/sys/rump/include/rump/rump_syscalls.h:1.97 Sat Apr 2 17:02:39 2016 +++ src/sys/rump/include/rump/rump_syscalls.h Sat Apr 2 21:01:46 2016 @@ -1,10 +1,10 @@ -/* $NetBSD: rump_syscalls.h,v 1.97 2016/04/02 21:02:39 christos Exp $ */ +/* $NetBSD: rump_syscalls.h,v 1.98 2016/04/03 01:01:46 christos Exp $ */ /* * System call protos in rump namespace. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #ifndef _RUMP_RUMP_SYSCALLS_H_ Index: src/sys/rump/librump/rumpkern/rump_syscalls.c diff -u src/sys/rump/librump/rumpkern/rump_syscalls.c:1.124 src/sys/rump/librump/rumpkern/rump_syscalls.c:1.125 --- src/sys/rump/librump/rumpkern/rump_syscalls.c:1.124 Sat Apr 2 17:02:40 2016 +++ src/sys/rump/librump/rumpkern/rump_syscalls.c Sat Apr 2 21:01:46 2016 @@ -1,10 +1,10 @@ -/* $NetBSD: rump_syscalls.c,v 1.124 2016/04/02 21:02:40 christos Exp $ */ +/* $NetBSD: rump_syscalls.c,v 1.125 2016/04/03 01:01:46 christos Exp $ */ /* * System call vector and marshalling for rump. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #ifdef RUMP_CLIENT @@ -15,7 +15,7 @@ #ifdef __NetBSD__ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.124 2016/04/02 21:02:40 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.125 2016/04/03 01:01:46 christos Exp $"); #include <sys/fstypes.h> #include <sys/proc.h> Index: src/sys/sys/syscall.h diff -u src/sys/sys/syscall.h:1.291 src/sys/sys/syscall.h:1.292 --- src/sys/sys/syscall.h:1.291 Sat Apr 2 17:02:39 2016 +++ src/sys/sys/syscall.h Sat Apr 2 21:01:46 2016 @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.291 2016/04/02 21:02:39 christos Exp $ */ +/* $NetBSD: syscall.h,v 1.292 2016/04/03 01:01:46 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #ifndef _SYS_SYSCALL_H_ Index: src/sys/sys/syscallargs.h diff -u src/sys/sys/syscallargs.h:1.275 src/sys/sys/syscallargs.h:1.276 --- src/sys/sys/syscallargs.h:1.275 Sat Apr 2 17:02:39 2016 +++ src/sys/sys/syscallargs.h Sat Apr 2 21:01:46 2016 @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.275 2016/04/02 21:02:39 christos Exp $ */ +/* $NetBSD: syscallargs.h,v 1.276 2016/04/03 01:01:46 christos Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp + * created from NetBSD: syscalls.master,v 1.283 2016/04/03 01:00:26 christos Exp */ #ifndef _SYS_SYSCALLARGS_H_