Deleted Added
full compact
linux32_syscalls.c (303006) linux32_syscalls.c (314107)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: stable/11/sys/amd64/linux32/linux32_syscalls.c 303006 2016-07-18 16:35:44Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 302515 2016-07-10 08:15:50Z dchagin
5 * $FreeBSD: stable/11/sys/amd64/linux32/linux32_syscalls.c 314107 2017-02-22 19:57:59Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 313284 2017-02-05 14:17:09Z dchagin
7 */
8
9const char *linux32_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "linux_exit", /* 1 = linux_exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */

--- 323 unchanged lines hidden (view full) ---

338 "linux_signalfd4", /* 327 = linux_signalfd4 */
339 "linux_eventfd2", /* 328 = linux_eventfd2 */
340 "linux_epoll_create1", /* 329 = linux_epoll_create1 */
341 "linux_dup3", /* 330 = linux_dup3 */
342 "linux_pipe2", /* 331 = linux_pipe2 */
343 "linux_inotify_init1", /* 332 = linux_inotify_init1 */
344 "linux_preadv", /* 333 = linux_preadv */
345 "linux_pwritev", /* 334 = linux_pwritev */
7 */
8
9const char *linux32_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "linux_exit", /* 1 = linux_exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */

--- 323 unchanged lines hidden (view full) ---

338 "linux_signalfd4", /* 327 = linux_signalfd4 */
339 "linux_eventfd2", /* 328 = linux_eventfd2 */
340 "linux_epoll_create1", /* 329 = linux_epoll_create1 */
341 "linux_dup3", /* 330 = linux_dup3 */
342 "linux_pipe2", /* 331 = linux_pipe2 */
343 "linux_inotify_init1", /* 332 = linux_inotify_init1 */
344 "linux_preadv", /* 333 = linux_preadv */
345 "linux_pwritev", /* 334 = linux_pwritev */
346 "linux_rt_tsigqueueinfo", /* 335 = linux_rt_tsigqueueinfo */
346 "linux_rt_tgsigqueueinfo", /* 335 = linux_rt_tgsigqueueinfo */
347 "linux_perf_event_open", /* 336 = linux_perf_event_open */
348 "linux_recvmmsg", /* 337 = linux_recvmmsg */
349 "linux_fanotify_init", /* 338 = linux_fanotify_init */
350 "linux_fanotify_mark", /* 339 = linux_fanotify_mark */
351 "linux_prlimit64", /* 340 = linux_prlimit64 */
352 "linux_name_to_handle_at", /* 341 = linux_name_to_handle_at */
353 "linux_open_by_handle_at", /* 342 = linux_open_by_handle_at */
354 "linux_clock_adjtime", /* 343 = linux_clock_adjtime */
355 "linux_syncfs", /* 344 = linux_syncfs */
356 "linux_sendmmsg", /* 345 = linux_sendmmsg */
357 "linux_setns", /* 346 = linux_setns */
358 "linux_process_vm_readv", /* 347 = linux_process_vm_readv */
359 "linux_process_vm_writev", /* 348 = linux_process_vm_writev */
347 "linux_perf_event_open", /* 336 = linux_perf_event_open */
348 "linux_recvmmsg", /* 337 = linux_recvmmsg */
349 "linux_fanotify_init", /* 338 = linux_fanotify_init */
350 "linux_fanotify_mark", /* 339 = linux_fanotify_mark */
351 "linux_prlimit64", /* 340 = linux_prlimit64 */
352 "linux_name_to_handle_at", /* 341 = linux_name_to_handle_at */
353 "linux_open_by_handle_at", /* 342 = linux_open_by_handle_at */
354 "linux_clock_adjtime", /* 343 = linux_clock_adjtime */
355 "linux_syncfs", /* 344 = linux_syncfs */
356 "linux_sendmmsg", /* 345 = linux_sendmmsg */
357 "linux_setns", /* 346 = linux_setns */
358 "linux_process_vm_readv", /* 347 = linux_process_vm_readv */
359 "linux_process_vm_writev", /* 348 = linux_process_vm_writev */
360 "#349", /* 349 = nosys */
360 "linux_kcmp", /* 349 = linux_kcmp */
361 "linux_finit_module", /* 350 = linux_finit_module */
362 "linux_sched_setattr", /* 351 = linux_sched_setattr */
363 "linux_sched_getattr", /* 352 = linux_sched_getattr */
364 "linux_renameat2", /* 353 = linux_renameat2 */
365 "linux_seccomp", /* 354 = linux_seccomp */
366 "linux_getrandom", /* 355 = linux_getrandom */
367 "linux_memfd_create", /* 356 = linux_memfd_create */
368 "linux_bpf", /* 357 = linux_bpf */
369 "linux_execveat", /* 358 = linux_execveat */
370 "linux_socket", /* 359 = linux_socket */
371 "linux_socketpair", /* 360 = linux_socketpair */
372 "linux_bind", /* 361 = linux_bind */
373 "linux_connect", /* 362 = linux_connect */
374 "linux_listen", /* 363 = linux_listen */
375 "linux_accept4", /* 364 = linux_accept4 */
376 "linux_getsockopt", /* 365 = linux_getsockopt */
377 "linux_setsockopt", /* 366 = linux_setsockopt */
378 "linux_getsockname", /* 367 = linux_getsockname */
379 "linux_getpeername", /* 368 = linux_getpeername */
380 "linux_sendto", /* 369 = linux_sendto */
381 "linux_sendmsg", /* 370 = linux_sendmsg */
382 "linux_recvfrom", /* 371 = linux_recvfrom */
383 "linux_recvmsg", /* 372 = linux_recvmsg */
384 "linux_shutdown", /* 373 = linux_shutdown */
385 "linux_userfaultfd", /* 374 = linux_userfaultfd */
386 "linux_membarrier", /* 375 = linux_membarrier */
387 "linux_mlock2", /* 376 = linux_mlock2 */
388 "linux_copy_file_range", /* 377 = linux_copy_file_range */
389 "linux_preadv2", /* 378 = linux_preadv2 */
390 "linux_pwritev2", /* 379 = linux_pwritev2 */
391 "linux_pkey_mprotect", /* 380 = linux_pkey_mprotect */
392 "linux_pkey_alloc", /* 381 = linux_pkey_alloc */
393 "linux_pkey_free", /* 382 = linux_pkey_free */
394 "#383", /* 383 = nosys */
361};
395};