[BACK]Return to syscalls.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/syscalls.c between version 1.236 and 1.236.2.2

version 1.236, 2010/03/02 19:37:02 version 1.236.2.2, 2011/04/21 01:42:10
Line 4 
Line 4 
  * System call names.   * System call names.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.232 2010/03/02 19:34:26 pooka Exp   * created from NetBSD
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 171  const char *const syscallnames[] = {
Line 171  const char *const syscallnames[] = {
         /* 145 */       "compat_43_osetrlimit",          /* 145 */       "compat_43_osetrlimit",
         /* 146 */       "compat_43_okillpg",          /* 146 */       "compat_43_okillpg",
         /* 147 */       "setsid",          /* 147 */       "setsid",
         /* 148 */       "quotactl",          /* 148 */       "compat_50_quotactl",
         /* 149 */       "compat_43_oquota",          /* 149 */       "compat_43_oquota",
         /* 150 */       "compat_43_ogetsockname",          /* 150 */       "compat_43_ogetsockname",
         /* 151 */       "#151 (unimplemented)",          /* 151 */       "#151 (unimplemented)",
Line 305  const char *const syscallnames[] = {
Line 305  const char *const syscallnames[] = {
         /* 242 */       "mlockall",          /* 242 */       "mlockall",
         /* 243 */       "munlockall",          /* 243 */       "munlockall",
         /* 244 */       "compat_50___sigtimedwait",          /* 244 */       "compat_50___sigtimedwait",
         /* 245 */       "#245 (unimplemented sys_sigqueue)",          /* 245 */       "sigqueueinfo",
         /* 246 */       "modctl",          /* 246 */       "modctl",
         /* 247 */       "_ksem_init",          /* 247 */       "_ksem_init",
         /* 248 */       "_ksem_open",          /* 248 */       "_ksem_open",
Line 540  const char *const syscallnames[] = {
Line 540  const char *const syscallnames[] = {
         /* 449 */       "__wait450",          /* 449 */       "__wait450",
         /* 450 */       "__mknod50",          /* 450 */       "__mknod50",
         /* 451 */       "__fhstat50",          /* 451 */       "__fhstat50",
           /* 452 */       "__quotactl50",
           /* 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",
 };  };

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.236.2.2

CVSweb <webmaster@jp.NetBSD.org>