regen: fill syscallnames up to the rim
This commit is contained in:
parent
c86a7bcf7c
commit
4d48de638f
@ -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"
|
||||
|
@ -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 @@ 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",
|
||||
};
|
||||
|
@ -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_
|
||||
|
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user