summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_syscalls.c
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2012-03-10 23:11:21 +0000
committernetchild <netchild@FreeBSD.org>2012-03-10 23:11:21 +0000
commit2e5021dbc520ae48d21d452b914ed3f5670e3fa9 (patch)
treeb2c794e9abef6e0c109a57a6872c2b06d31c2f9a /sys/i386/linux/linux_syscalls.c
parent3394e725cfcb68a0df7cc96732d6df6153478d36 (diff)
downloadFreeBSD-src-2e5021dbc520ae48d21d452b914ed3f5670e3fa9.zip
FreeBSD-src-2e5021dbc520ae48d21d452b914ed3f5670e3fa9.tar.gz
regen
Diffstat (limited to 'sys/i386/linux/linux_syscalls.c')
-rw-r--r--sys/i386/linux/linux_syscalls.c36
1 files changed, 34 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_syscalls.c b/sys/i386/linux/linux_syscalls.c
index 53f7ca8..c762215 100644
--- a/sys/i386/linux/linux_syscalls.c
+++ b/sys/i386/linux/linux_syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/i386/linux/syscalls.master 228957 2011-12-29 15:34:59Z jhb
+ * created from FreeBSD: head/sys/i386/linux/syscalls.master 232799 2012-03-10 23:10:18Z netchild
*/
const char *linux_syscallnames[] = {
@@ -281,7 +281,7 @@ const char *linux_syscallnames[] = {
"linux_tgkill", /* 270 = linux_tgkill */
"linux_utimes", /* 271 = linux_utimes */
"linux_fadvise64_64", /* 272 = linux_fadvise64_64 */
- "#273", /* 273 = */
+ "#273", /* 273 = vserver */
"linux_mbind", /* 274 = linux_mbind */
"linux_get_mempolicy", /* 275 = linux_get_mempolicy */
"linux_set_mempolicy", /* 276 = linux_set_mempolicy */
@@ -325,4 +325,36 @@ const char *linux_syscallnames[] = {
"linux_sync_file_range", /* 314 = linux_sync_file_range */
"linux_tee", /* 315 = linux_tee */
"linux_vmsplice", /* 316 = linux_vmsplice */
+ "linux_move_pages", /* 317 = linux_move_pages */
+ "linux_getcpu", /* 318 = linux_getcpu */
+ "linux_epoll_pwait", /* 319 = linux_epoll_pwait */
+ "linux_utimensat", /* 320 = linux_utimensat */
+ "linux_signalfd", /* 321 = linux_signalfd */
+ "linux_timerfd_create", /* 322 = linux_timerfd_create */
+ "linux_eventfd", /* 323 = linux_eventfd */
+ "linux_fallocate", /* 324 = linux_fallocate */
+ "linux_timerfd_settime", /* 325 = linux_timerfd_settime */
+ "linux_timerfd_gettime", /* 326 = linux_timerfd_gettime */
+ "linux_signalfd4", /* 327 = linux_signalfd4 */
+ "linux_eventfd2", /* 328 = linux_eventfd2 */
+ "linux_epoll_create1", /* 329 = linux_epoll_create1 */
+ "linux_dup3", /* 330 = linux_dup3 */
+ "linux_pipe2", /* 331 = linux_pipe2 */
+ "linux_inotify_init1", /* 332 = linux_inotify_init1 */
+ "linux_preadv", /* 333 = linux_preadv */
+ "linux_pwritev", /* 334 = linux_pwritev */
+ "linux_rt_tsigqueueinfo", /* 335 = linux_rt_tsigqueueinfo */
+ "linux_perf_event_open", /* 336 = linux_perf_event_open */
+ "linux_recvmmsg", /* 337 = linux_recvmmsg */
+ "linux_fanotify_init", /* 338 = linux_fanotify_init */
+ "linux_fanotify_mark", /* 339 = linux_fanotify_mark */
+ "linux_prlimit64", /* 340 = linux_prlimit64 */
+ "linux_name_to_handle_at", /* 341 = linux_name_to_handle_at */
+ "linux_open_by_handle_at", /* 342 = linux_open_by_handle_at */
+ "linux_clock_adjtime", /* 343 = linux_clock_adjtime */
+ "linux_syncfs", /* 344 = linux_syncfs */
+ "linux_sendmmsg", /* 345 = linux_sendmmsg */
+ "linux_setns", /* 346 = linux_setns */
+ "linux_process_vm_readv", /* 347 = linux_process_vm_readv */
+ "linux_process_vm_writev", /* 348 = linux_process_vm_writev */
};
OpenPOWER on IntegriCloud