process.cc (14024:abe47b13653d) process.cc (14129:7a41ca7e465c)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

478 /* 213 */ SyscallDesc("epoll_create", unimplementedFunc),
479 /* 214 */ SyscallDesc("epoll_ctl_old", unimplementedFunc),
480 /* 215 */ SyscallDesc("epoll_wait_old", unimplementedFunc),
481 /* 216 */ SyscallDesc("remap_file_pages", unimplementedFunc),
482 /* 217 */ SyscallDesc("getdents64", unimplementedFunc),
483 /* 218 */ SyscallDesc("set_tid_address", setTidAddressFunc),
484 /* 219 */ SyscallDesc("restart_syscall", unimplementedFunc),
485 /* 220 */ SyscallDesc("semtimedop", unimplementedFunc),
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

478 /* 213 */ SyscallDesc("epoll_create", unimplementedFunc),
479 /* 214 */ SyscallDesc("epoll_ctl_old", unimplementedFunc),
480 /* 215 */ SyscallDesc("epoll_wait_old", unimplementedFunc),
481 /* 216 */ SyscallDesc("remap_file_pages", unimplementedFunc),
482 /* 217 */ SyscallDesc("getdents64", unimplementedFunc),
483 /* 218 */ SyscallDesc("set_tid_address", setTidAddressFunc),
484 /* 219 */ SyscallDesc("restart_syscall", unimplementedFunc),
485 /* 220 */ SyscallDesc("semtimedop", unimplementedFunc),
486 /* 221 */ SyscallDesc("fadvise64", unimplementedFunc),
486 /* 221 */ SyscallDesc("fadvise64", ignoreFunc),
487 /* 222 */ SyscallDesc("timer_create", unimplementedFunc),
488 /* 223 */ SyscallDesc("timer_settime", unimplementedFunc),
489 /* 224 */ SyscallDesc("timer_gettime", unimplementedFunc),
490 /* 225 */ SyscallDesc("timer_getoverrun", unimplementedFunc),
491 /* 226 */ SyscallDesc("timer_delete", unimplementedFunc),
492 /* 227 */ SyscallDesc("clock_settime", unimplementedFunc),
493 /* 228 */ SyscallDesc("clock_gettime", clock_gettimeFunc<X86Linux64>),
494 /* 229 */ SyscallDesc("clock_getres", clock_getresFunc<X86Linux64>),

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

550 /* 285 */ SyscallDesc("fallocate", fallocateFunc),
551 /* 286 */ SyscallDesc("timerfd_settime", unimplementedFunc),
552 /* 287 */ SyscallDesc("timerfd_gettime", unimplementedFunc),
553 /* 288 */ SyscallDesc("accept4", unimplementedFunc),
554 /* 289 */ SyscallDesc("signalfd4", unimplementedFunc),
555 /* 290 */ SyscallDesc("eventfd2", eventfdFunc<X86Linux64>),
556 /* 291 */ SyscallDesc("epoll_create1", unimplementedFunc),
557 /* 292 */ SyscallDesc("dup3", unimplementedFunc),
487 /* 222 */ SyscallDesc("timer_create", unimplementedFunc),
488 /* 223 */ SyscallDesc("timer_settime", unimplementedFunc),
489 /* 224 */ SyscallDesc("timer_gettime", unimplementedFunc),
490 /* 225 */ SyscallDesc("timer_getoverrun", unimplementedFunc),
491 /* 226 */ SyscallDesc("timer_delete", unimplementedFunc),
492 /* 227 */ SyscallDesc("clock_settime", unimplementedFunc),
493 /* 228 */ SyscallDesc("clock_gettime", clock_gettimeFunc<X86Linux64>),
494 /* 229 */ SyscallDesc("clock_getres", clock_getresFunc<X86Linux64>),

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

550 /* 285 */ SyscallDesc("fallocate", fallocateFunc),
551 /* 286 */ SyscallDesc("timerfd_settime", unimplementedFunc),
552 /* 287 */ SyscallDesc("timerfd_gettime", unimplementedFunc),
553 /* 288 */ SyscallDesc("accept4", unimplementedFunc),
554 /* 289 */ SyscallDesc("signalfd4", unimplementedFunc),
555 /* 290 */ SyscallDesc("eventfd2", eventfdFunc<X86Linux64>),
556 /* 291 */ SyscallDesc("epoll_create1", unimplementedFunc),
557 /* 292 */ SyscallDesc("dup3", unimplementedFunc),
558 /* 293 */ SyscallDesc("pipe2", unimplementedFunc),
558 /* 293 */ SyscallDesc("pipe2", pipe2Func),
559 /* 294 */ SyscallDesc("inotify_init1", unimplementedFunc),
560 /* 295 */ SyscallDesc("preadv", unimplementedFunc),
561 /* 296 */ SyscallDesc("pwritev", unimplementedFunc),
562 /* 297 */ SyscallDesc("rt_tgsigqueueinfo", unimplementedFunc),
563 /* 298 */ SyscallDesc("perf_event_open", unimplementedFunc),
564 /* 299 */ SyscallDesc("recvmmsg", unimplementedFunc),
565 /* 300 */ SyscallDesc("fanotify_init", unimplementedFunc),
566 /* 301 */ SyscallDesc("fanotify_mark", unimplementedFunc),

--- 367 unchanged lines hidden ---
559 /* 294 */ SyscallDesc("inotify_init1", unimplementedFunc),
560 /* 295 */ SyscallDesc("preadv", unimplementedFunc),
561 /* 296 */ SyscallDesc("pwritev", unimplementedFunc),
562 /* 297 */ SyscallDesc("rt_tgsigqueueinfo", unimplementedFunc),
563 /* 298 */ SyscallDesc("perf_event_open", unimplementedFunc),
564 /* 299 */ SyscallDesc("recvmmsg", unimplementedFunc),
565 /* 300 */ SyscallDesc("fanotify_init", unimplementedFunc),
566 /* 301 */ SyscallDesc("fanotify_mark", unimplementedFunc),

--- 367 unchanged lines hidden ---