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

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/powerpc/linux_syscalls.c between version 1.85 and 1.85.2.2

version 1.85, 2020/04/26 19:20:19 version 1.85.2.2, 2020/12/17 03:14:36
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.74 2020/04/26 18:53:32 thorpej Exp   * created from NetBSD: syscalls.master,v 1.74.2.2 2020/12/17 03:14:16 thorpej Exp
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 273  const char *const linux_syscallnames[] =
Line 273  const char *const linux_syscallnames[] =
         /* 237 */       "#237 (unimplemented epoll_ctl)",          /* 237 */       "#237 (unimplemented epoll_ctl)",
         /* 238 */       "#238 (unimplemented epoll_wait)",          /* 238 */       "#238 (unimplemented epoll_wait)",
         /* 239 */       "#239 (unimplemented remap_file_pages)",          /* 239 */       "#239 (unimplemented remap_file_pages)",
         /* 240 */       "#240 (unimplemented timer_create)",          /* 240 */       "timer_create",
         /* 241 */       "#241 (unimplemented timer_settime)",          /* 241 */       "timer_settime",
         /* 242 */       "#242 (unimplemented timer_gettime)",          /* 242 */       "timer_gettime",
         /* 243 */       "#243 (unimplemented timer_getoverrun)",          /* 243 */       "timer_getoverrun",
         /* 244 */       "#244 (unimplemented timer_delete)",          /* 244 */       "timer_delete",
         /* 245 */       "clock_settime",          /* 245 */       "clock_settime",
         /* 246 */       "clock_gettime",          /* 246 */       "clock_gettime",
         /* 247 */       "clock_getres",          /* 247 */       "clock_getres",
Line 339  const char *const linux_syscallnames[] =
Line 339  const char *const linux_syscallnames[] =
         /* 303 */       "#303 (unimplemented epoll_wait)",          /* 303 */       "#303 (unimplemented epoll_wait)",
         /* 304 */       "utimensat",          /* 304 */       "utimensat",
         /* 305 */       "#305 (unimplemented signalfd)",          /* 305 */       "#305 (unimplemented signalfd)",
         /* 306 */       "#306 (unimplemented timerfd_create)",          /* 306 */       "timerfd_create",
         /* 307 */       "#307 (unimplemented eventfd)",          /* 307 */       "eventfd",
         /* 308 */       "#308 (unimplemented sync_file_range2)",          /* 308 */       "#308 (unimplemented sync_file_range2)",
         /* 309 */       "fallocate",          /* 309 */       "fallocate",
         /* 310 */       "#310 (unimplemented subpage_prot)",          /* 310 */       "#310 (unimplemented subpage_prot)",
         /* 311 */       "#311 (unimplemented timerfd_settime)",          /* 311 */       "timerfd_settime",
         /* 312 */       "#312 (unimplemented timerfd_gettime)",          /* 312 */       "timerfd_gettime",
         /* 313 */       "#313 (unimplemented signalfd4)",          /* 313 */       "#313 (unimplemented signalfd4)",
         /* 314 */       "#314 (unimplemented eventfd2)",          /* 314 */       "#314 (unimplemented { int | linux_sys | | eventfd2 ( unsigned int initval , int flags ) ; })",
         /* 315 */       "#315 (unimplemented epoll_create1)",          /* 315 */       "#315 (unimplemented epoll_create1)",
         /* 316 */       "dup3",          /* 316 */       "dup3",
         /* 317 */       "pipe2",          /* 317 */       "pipe2",
         /* 318 */       "#318 (unimplemented inotify_init1)",          /* 318 */       "#318 (unimplemented inotify_init1)",
         /* 319 */       "#319 (unimplemented perf_event_open)",          /* 319 */       "#319 (unimplemented perf_event_open)",
         /* 320 */       "#320 (unimplemented preadv)",          /* 320 */       "preadv",
         /* 321 */       "#321 (unimplemented pwritev)",          /* 321 */       "pwritev",
         /* 322 */       "#322 (unimplemented rt_tgsigqueueinfo)",          /* 322 */       "#322 (unimplemented rt_tgsigqueueinfo)",
         /* 323 */       "#323 (unimplemented fanotify_init)",          /* 323 */       "#323 (unimplemented fanotify_init)",
         /* 324 */       "#324 (unimplemented fanotify_mark)",          /* 324 */       "#324 (unimplemented fanotify_mark)",
Line 795  const char *const altlinux_syscallnames[
Line 795  const char *const altlinux_syscallnames[
         /* 237 */       NULL, /* unimplemented epoll_ctl */          /* 237 */       NULL, /* unimplemented epoll_ctl */
         /* 238 */       NULL, /* unimplemented epoll_wait */          /* 238 */       NULL, /* unimplemented epoll_wait */
         /* 239 */       NULL, /* unimplemented remap_file_pages */          /* 239 */       NULL, /* unimplemented remap_file_pages */
         /* 240 */       NULL, /* unimplemented timer_create */          /* 240 */       NULL, /* timer_create */
         /* 241 */       NULL, /* unimplemented timer_settime */          /* 241 */       NULL, /* timer_settime */
         /* 242 */       NULL, /* unimplemented timer_gettime */          /* 242 */       NULL, /* timer_gettime */
         /* 243 */       NULL, /* unimplemented timer_getoverrun */          /* 243 */       NULL, /* timer_getoverrun */
         /* 244 */       NULL, /* unimplemented timer_delete */          /* 244 */       NULL, /* timer_delete */
         /* 245 */       NULL, /* clock_settime */          /* 245 */       NULL, /* clock_settime */
         /* 246 */       NULL, /* clock_gettime */          /* 246 */       NULL, /* clock_gettime */
         /* 247 */       NULL, /* clock_getres */          /* 247 */       NULL, /* clock_getres */
Line 861  const char *const altlinux_syscallnames[
Line 861  const char *const altlinux_syscallnames[
         /* 303 */       NULL, /* unimplemented epoll_wait */          /* 303 */       NULL, /* unimplemented epoll_wait */
         /* 304 */       NULL, /* utimensat */          /* 304 */       NULL, /* utimensat */
         /* 305 */       NULL, /* unimplemented signalfd */          /* 305 */       NULL, /* unimplemented signalfd */
         /* 306 */       NULL, /* unimplemented timerfd_create */          /* 306 */       NULL, /* timerfd_create */
         /* 307 */       NULL, /* unimplemented eventfd */          /* 307 */       NULL, /* eventfd */
         /* 308 */       NULL, /* unimplemented sync_file_range2 */          /* 308 */       NULL, /* unimplemented sync_file_range2 */
         /* 309 */       NULL, /* fallocate */          /* 309 */       NULL, /* fallocate */
         /* 310 */       NULL, /* unimplemented subpage_prot */          /* 310 */       NULL, /* unimplemented subpage_prot */
         /* 311 */       NULL, /* unimplemented timerfd_settime */          /* 311 */       NULL, /* timerfd_settime */
         /* 312 */       NULL, /* unimplemented timerfd_gettime */          /* 312 */       NULL, /* timerfd_gettime */
         /* 313 */       NULL, /* unimplemented signalfd4 */          /* 313 */       NULL, /* unimplemented signalfd4 */
         /* 314 */       NULL, /* unimplemented eventfd2 */          /* 314 */       NULL, /* unimplemented { int | linux_sys | | eventfd2 ( unsigned int initval , int flags ) ; } */
         /* 315 */       NULL, /* unimplemented epoll_create1 */          /* 315 */       NULL, /* unimplemented epoll_create1 */
         /* 316 */       NULL, /* dup3 */          /* 316 */       NULL, /* dup3 */
         /* 317 */       NULL, /* pipe2 */          /* 317 */       NULL, /* pipe2 */
         /* 318 */       NULL, /* unimplemented inotify_init1 */          /* 318 */       NULL, /* unimplemented inotify_init1 */
         /* 319 */       NULL, /* unimplemented perf_event_open */          /* 319 */       NULL, /* unimplemented perf_event_open */
         /* 320 */       NULL, /* unimplemented preadv */          /* 320 */       NULL, /* preadv */
         /* 321 */       NULL, /* unimplemented pwritev */          /* 321 */       NULL, /* pwritev */
         /* 322 */       NULL, /* unimplemented rt_tgsigqueueinfo */          /* 322 */       NULL, /* unimplemented rt_tgsigqueueinfo */
         /* 323 */       NULL, /* unimplemented fanotify_init */          /* 323 */       NULL, /* unimplemented fanotify_init */
         /* 324 */       NULL, /* unimplemented fanotify_mark */          /* 324 */       NULL, /* unimplemented fanotify_mark */

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.85.2.2

CVSweb <webmaster@jp.NetBSD.org>