diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 6d3f5de8b6f8..320eaebbe519 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -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 -__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 --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 607f7662abfd..405ca985752b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -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 -__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 @@ const char *const syscallnames[] = { /* 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 --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 55bea7ec46f5..765439cbd8cb 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -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 --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 24d68c192357..88f8a493c80b 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -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_