Module Name: src
Committed By: matt
Date: Mon Dec 14 00:53:33 UTC 2009
Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/sys: syscall.h syscallargs.h
Log Message:
Regen (new makesyscalls.sh)
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.233 -r1.234 src/sys/kern/syscalls.c
cvs rdiff -u -r1.229 -r1.230 src/sys/sys/syscall.h
cvs rdiff -u -r1.211 -r1.212 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.242 src/sys/kern/init_sysent.c:1.243
--- src/sys/kern/init_sysent.c:1.242 Mon Dec 14 00:48:35 2009
+++ src/sys/kern/init_sysent.c Mon Dec 14 00:53:32 2009
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.242 2009/12/14 00:48:35 matt Exp $ */
+/* $NetBSD: init_sysent.c,v 1.243 2009/12/14 00:53:32 matt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD
+ * created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.242 2009/12/14 00:48:35 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.243 2009/12/14 00:53:32 matt Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
Index: src/sys/kern/syscalls.c
diff -u src/sys/kern/syscalls.c:1.233 src/sys/kern/syscalls.c:1.234
--- src/sys/kern/syscalls.c:1.233 Mon Dec 14 00:48:35 2009
+++ src/sys/kern/syscalls.c Mon Dec 14 00:53:32 2009
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.233 2009/12/14 00:48:35 matt Exp $ */
+/* $NetBSD: syscalls.c,v 1.234 2009/12/14 00:53:32 matt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD
+ * created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.233 2009/12/14 00:48:35 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.234 2009/12/14 00:53:32 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
Index: src/sys/sys/syscall.h
diff -u src/sys/sys/syscall.h:1.229 src/sys/sys/syscall.h:1.230
--- src/sys/sys/syscall.h:1.229 Tue Oct 13 21:57:53 2009
+++ src/sys/sys/syscall.h Mon Dec 14 00:53:32 2009
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.229 2009/10/13 21:57:53 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.230 2009/12/14 00:53:32 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.229 2009/07/21 23:59:00 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_
Index: src/sys/sys/syscallargs.h
diff -u src/sys/sys/syscallargs.h:1.211 src/sys/sys/syscallargs.h:1.212
--- src/sys/sys/syscallargs.h:1.211 Tue Oct 13 21:57:53 2009
+++ src/sys/sys/syscallargs.h Mon Dec 14 00:53:32 2009
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.211 2009/10/13 21:57:53 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.212 2009/12/14 00:53:32 matt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.229 2009/07/21 23:59:00 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_