[BACK]Return to linux_syscalls.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / arm

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

Diff for /src/sys/compat/linux/arch/arm/linux_syscalls.c between version 1.53 and 1.53.4.1

version 1.53, 2013/04/08 20:58:22 version 1.53.4.1, 2014/05/18 17:45:32
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.50 2013/04/08 20:54:48 pooka Exp   * created from NetBSD: syscalls.master,v 1.58 2014/05/17 09:23:51 njoly Exp
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 355  const char *const linux_syscallnames[] =
Line 355  const char *const linux_syscallnames[] =
         /* 319 */       "#319 (unimplemented mbind)",          /* 319 */       "#319 (unimplemented mbind)",
         /* 320 */       "#320 (unimplemented get_mempolicy)",          /* 320 */       "#320 (unimplemented get_mempolicy)",
         /* 321 */       "#321 (unimplemented set_mempolicy)",          /* 321 */       "#321 (unimplemented set_mempolicy)",
         /* 322 */       "#322 (unimplemented openat)",          /* 322 */       "openat",
         /* 323 */       "#323 (unimplemented mkdirat)",          /* 323 */       "mkdirat",
         /* 324 */       "#324 (unimplemented mknodat)",          /* 324 */       "mknodat",
         /* 325 */       "#325 (unimplemented fchownat)",          /* 325 */       "fchownat",
         /* 326 */       "#326 (unimplemented futimesat)",          /* 326 */       "#326 (unimplemented futimesat)",
         /* 327 */       "#327 (unimplemented fstatat64)",          /* 327 */       "fstatat64",
         /* 328 */       "#328 (unimplemented unlinkat)",          /* 328 */       "unlinkat",
         /* 329 */       "#329 (unimplemented renameat)",          /* 329 */       "renameat",
         /* 330 */       "#330 (unimplemented linkat)",          /* 330 */       "linkat",
         /* 331 */       "#331 (unimplemented symlinkat)",          /* 331 */       "symlinkat",
         /* 332 */       "#332 (unimplemented readlinkat)",          /* 332 */       "readlinkat",
         /* 333 */       "#333 (unimplemented fchmodat)",          /* 333 */       "fchmodat",
         /* 334 */       "#334 (unimplemented faccessat)",          /* 334 */       "faccessat",
         /* 335 */       "#335 (unimplemented pselect6)",          /* 335 */       "#335 (unimplemented pselect6)",
         /* 336 */       "ppoll",          /* 336 */       "ppoll",
         /* 337 */       "#337 (unimplemented unshare)",          /* 337 */       "#337 (unimplemented unshare)",
Line 381  const char *const linux_syscallnames[] =
Line 381  const char *const linux_syscallnames[] =
         /* 345 */       "#345 (unimplemented getcpu)",          /* 345 */       "#345 (unimplemented getcpu)",
         /* 346 */       "#346 (unimplemented epoll_wait)",          /* 346 */       "#346 (unimplemented epoll_wait)",
         /* 347 */       "#347 (unimplemented kexec_load)",          /* 347 */       "#347 (unimplemented kexec_load)",
         /* 348 */       "#348 (unimplemented utimensat)",          /* 348 */       "utimensat",
         /* 349 */       "#349 (unimplemented signalfd)",          /* 349 */       "#349 (unimplemented signalfd)",
         /* 350 */       "#350 (unimplemented timerfd_create)",          /* 350 */       "#350 (unimplemented timerfd_create)",
         /* 351 */       "#351 (unimplemented eventfd)",          /* 351 */       "#351 (unimplemented eventfd)",

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.53.4.1

CVSweb <webmaster@jp.NetBSD.org>