Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys regen: fill syscallnames up to the rim
details: https://anonhg.NetBSD.org/src/rev/982571b4af79
branches: trunk
changeset: 760180:982571b4af79
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Dec 30 11:45:39 2010 +0000
description:
regen: fill syscallnames up to the rim
diffstat:
sys/kern/init_sysent.c | 6 ++--
sys/kern/syscalls.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++--
sys/sys/syscall.h | 4 +-
sys/sys/syscallargs.h | 4 +-
4 files changed, 70 insertions(+), 10 deletions(-)
diffs (139 lines):
diff -r 67e7360a0408 -r 982571b4af79 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Thu Dec 30 11:42:53 2010 +0000
+++ b/sys/kern/init_sysent.c Thu Dec 30 11:45:39 2010 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.247 2010/08/30 10:34:51 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.248 2010/12/30 11:45:39 pooka Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.236 2010/08/30 10:32:54 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.239 2010/11/11 14:47:41 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.247 2010/08/30 10:34:51 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.248 2010/12/30 11:45:39 pooka Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
diff -r 67e7360a0408 -r 982571b4af79 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Thu Dec 30 11:42:53 2010 +0000
+++ b/sys/kern/syscalls.c Thu Dec 30 11:45:39 2010 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.238 2010/08/30 10:34:51 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.239 2010/12/30 11:45:39 pooka Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.236 2010/08/30 10:32:54 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.239 2010/11/11 14:47:41 pooka Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.238 2010/08/30 10:34:51 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.239 2010/12/30 11:45:39 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
@@ -540,4 +540,64 @@
/* 449 */ "__wait450",
/* 450 */ "__mknod50",
/* 451 */ "__fhstat50",
+ /* 452 */ "# filler",
+ /* 453 */ "# filler",
+ /* 454 */ "# filler",
+ /* 455 */ "# filler",
+ /* 456 */ "# filler",
+ /* 457 */ "# filler",
+ /* 458 */ "# filler",
+ /* 459 */ "# filler",
+ /* 460 */ "# filler",
+ /* 461 */ "# filler",
+ /* 462 */ "# filler",
+ /* 463 */ "# filler",
+ /* 464 */ "# filler",
+ /* 465 */ "# filler",
+ /* 466 */ "# filler",
+ /* 467 */ "# filler",
+ /* 468 */ "# filler",
+ /* 469 */ "# filler",
+ /* 470 */ "# filler",
+ /* 471 */ "# filler",
+ /* 472 */ "# filler",
+ /* 473 */ "# filler",
+ /* 474 */ "# filler",
+ /* 475 */ "# filler",
+ /* 476 */ "# filler",
+ /* 477 */ "# filler",
+ /* 478 */ "# filler",
+ /* 479 */ "# filler",
+ /* 480 */ "# filler",
+ /* 481 */ "# filler",
+ /* 482 */ "# filler",
+ /* 483 */ "# filler",
+ /* 484 */ "# filler",
+ /* 485 */ "# filler",
+ /* 486 */ "# filler",
+ /* 487 */ "# filler",
+ /* 488 */ "# filler",
+ /* 489 */ "# filler",
+ /* 490 */ "# filler",
+ /* 491 */ "# filler",
+ /* 492 */ "# filler",
+ /* 493 */ "# filler",
+ /* 494 */ "# filler",
+ /* 495 */ "# filler",
+ /* 496 */ "# filler",
+ /* 497 */ "# filler",
+ /* 498 */ "# filler",
+ /* 499 */ "# filler",
+ /* 500 */ "# filler",
+ /* 501 */ "# filler",
+ /* 502 */ "# filler",
+ /* 503 */ "# filler",
+ /* 504 */ "# filler",
+ /* 505 */ "# filler",
+ /* 506 */ "# filler",
+ /* 507 */ "# filler",
+ /* 508 */ "# filler",
+ /* 509 */ "# filler",
+ /* 510 */ "# filler",
+ /* 511 */ "# filler",
};
diff -r 67e7360a0408 -r 982571b4af79 sys/sys/syscall.h
--- a/sys/sys/syscall.h Thu Dec 30 11:42:53 2010 +0000
+++ b/sys/sys/syscall.h Thu Dec 30 11:45:39 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.234 2010/08/30 10:34:51 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.235 2010/12/30 11:45:39 pooka Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.236 2010/08/30 10:32:54 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.239 2010/11/11 14:47:41 pooka Exp
*/
#ifndef _SYS_SYSCALL_H_
diff -r 67e7360a0408 -r 982571b4af79 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Thu Dec 30 11:42:53 2010 +0000
+++ b/sys/sys/syscallargs.h Thu Dec 30 11:45:39 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.217 2010/11/04 17:03:20 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.218 2010/12/30 11:45:39 pooka Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.238 2010/09/07 17:10:08 pooka Exp
+ * created from NetBSD: syscalls.master,v 1.239 2010/11/11 14:47:41 pooka Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
Home |
Main Index |
Thread Index |
Old Index