[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.53.4.2 and 1.54

version 1.53.4.2, 1997/10/14 10:26:10 version 1.54, 1997/09/08 18:12:30
Line 2 
Line 2 
  * 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.57 1997/10/10 02:03:47 fvdl Exp   * created from NetBSD: syscalls.master,v 1.53 1997/09/08 18:03:32 chuck Exp
  */   */
   
 char *syscallnames[] = {  char *syscallnames[] = {
Line 237  char *syscallnames[] = {
Line 237  char *syscallnames[] = {
         "#193 (unimplemented)",         /* 193 = unimplemented */          "#193 (unimplemented)",         /* 193 = unimplemented */
         "getrlimit",                    /* 194 = getrlimit */          "getrlimit",                    /* 194 = getrlimit */
         "setrlimit",                    /* 195 = setrlimit */          "setrlimit",                    /* 195 = setrlimit */
         "compat_12_getdirentries",      /* 196 = compat_12 getdirentries */          "getdirentries",                        /* 196 = getdirentries */
         "mmap",                 /* 197 = mmap */          "mmap",                 /* 197 = mmap */
         "__syscall",                    /* 198 = __syscall */          "__syscall",                    /* 198 = __syscall */
         "lseek",                        /* 199 = lseek */          "lseek",                        /* 199 = lseek */
Line 325  char *syscallnames[] = {
Line 325  char *syscallnames[] = {
         "#247 (unimplemented)",         /* 247 = unimplemented */          "#247 (unimplemented)",         /* 247 = unimplemented */
         "#248 (unimplemented)",         /* 248 = unimplemented */          "#248 (unimplemented)",         /* 248 = unimplemented */
         "#249 (unimplemented)",         /* 249 = unimplemented */          "#249 (unimplemented)",         /* 249 = unimplemented */
         "#250 (unimplemented)",         /* 250 = unimplemented */          "minherit",                     /* 250 = minherit */
         "#251 (unimplemented)",         /* 251 = unimplemented */          "#251 (unimplemented)",         /* 251 = unimplemented */
         "#252 (unimplemented)",         /* 252 = unimplemented */          "#252 (unimplemented)",         /* 252 = unimplemented */
         "#253 (unimplemented)",         /* 253 = unimplemented */          "#253 (unimplemented)",         /* 253 = unimplemented */
Line 347  char *syscallnames[] = {
Line 347  char *syscallnames[] = {
         "#269 (unimplemented)",         /* 269 = unimplemented */          "#269 (unimplemented)",         /* 269 = unimplemented */
         "posix_rename",                 /* 270 = posix_rename */          "posix_rename",                 /* 270 = posix_rename */
         "swapctl",                      /* 271 = swapctl */          "swapctl",                      /* 271 = swapctl */
         "getdents",                     /* 272 = getdents */  
         "minherit",                     /* 273 = minherit */  
         "lchmod",                       /* 274 = lchmod */  
         "lchown",                       /* 275 = lchown */  
         "lutimes",                      /* 276 = lutimes */  
 };  };

Legend:
Removed from v.1.53.4.2  
changed lines
  Added in v.1.54

CVSweb <webmaster@jp.NetBSD.org>