We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From [email protected] on September 07, 2012 20:38:01
xref issue #92 we're talking about these:
and I'm moving the x64 ones beyond sockets and ipc that are different from x86 to here:
{PACKNUM(156,-1),"_sysctl", UNKNOWN, 0, }, {PACKNUM(158,-1),"arch_prctl", UNKNOWN, 0, }, {PACKNUM(166,-1),"umount2", UNKNOWN, 0, }, {PACKNUM(174,-1),"create_module", UNKNOWN, 0, }, {PACKNUM(177,-1),"get_kernel_syms", UNKNOWN, 0, }, {PACKNUM(178,-1),"query_module", UNKNOWN, 0, }, {PACKNUM(181,-1),"getpmsg", UNKNOWN, 0, }, {PACKNUM(182,-1),"putpmsg", UNKNOWN, 0, }, {PACKNUM(183,-1),"afs_syscall", UNKNOWN, 0, }, {PACKNUM(184,-1),"tuxcall", UNKNOWN, 0, }, {PACKNUM(185,-1),"security", UNKNOWN, 0, }, {PACKNUM(214,-1),"epoll_ctl_old", UNKNOWN, 0, }, {PACKNUM(215,-1),"epoll_wait_old", UNKNOWN, 0, }, {PACKNUM(236,-1),"vserver", UNKNOWN, 0, }, {PACKNUM(262,-1),"newfstatat", UNKNOWN, 0, },
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1019
The text was updated successfully, but these errors were encountered:
From [email protected] on February 17, 2013 10:13:22
Labels: GoodContrib GoodFirstBug
Sorry, something went wrong.
i#1019 linux syscalls: Add prlimit64
67db8fe
Adds SYS_prlimit64 to the Linux table. This eliminates a false positive running "ls" on newer distros. Issue: #1019
i#1019 linux syscalls: Add prlimit64 (#2278)
fd96499
No branches or pull requests
From [email protected] on September 07, 2012 20:38:01
xref issue #92 we're talking about these:
define __NR_preadv 333
define __NR_pwritev 334
define __NR_rt_tgsigqueueinfo 335
define __NR_perf_event_open 336
define __NR_recvmmsg 337
define __NR_fanotify_init 338
define __NR_fanotify_mark 339
define __NR_prlimit64 340
define __NR_name_to_handle_at 341
define __NR_open_by_handle_at 342
define __NR_clock_adjtime 343
define __NR_syncfs 344
define __NR_sendmmsg 345
define __NR_setns 346
define __NR_process_vm_readv 347
define __NR_process_vm_writev 348
define __NR_kcmp 349
and I'm moving the x64 ones beyond sockets and ipc that are different from
x86 to here:
Original issue: http://code.google.com/p/drmemory/issues/detail?id=1019
The text was updated successfully, but these errors were encountered: