Julian Seward
|
da3d709fb7
|
Enable syscalls: sys_inotify_init1 sys_inotify_add_watch
sys_inotify_rm_watch sys_fallocate sys_quotactl sys_pwrite64
sys_sysinfo sys_shmctl wrap_sys_shmat sys_shmdt
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13857
|
2014-03-08 20:34:45 +00:00 |
|
Julian Seward
|
a6f3590485
|
Enable the following syscalls: sys_eventfd2 sys_symlinkat sys_renameat
sys_fstatfs sys_fsync sys_clock_getres sys_sched_getaffinity
sys_shmget sys_fadvise64
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13855
|
2014-03-07 22:48:50 +00:00 |
|
Julian Seward
|
12f983e5dc
|
Enable sys_epoll_create1, sys_epoll_ctl, sys_epoll_pwait, sys_prctl.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13849
|
2014-03-02 12:49:52 +00:00 |
|
Julian Seward
|
1ffe03c510
|
Enable the following syscalls, which are needed to make regtests
in none/ work:
sys_ftruncate
sys_setitimer
sys_rt_sigsuspend
sys_rt_sigtimedwait
sys_mq_open
sys_mq_unlink
sys_semget
sys_semctl
sys_semtimedop
sys_semop
sys_listen
sys_accept
sys_process_vm_readv
sys_process_vm_writev
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13845
|
2014-03-01 11:24:42 +00:00 |
|
Julian Seward
|
686ec53b47
|
Enable a few more syscalls:
sys_setpriority, sys_getpriority, sys_getresuid,
sys_getresgid, sys_recvfrom, sys_readahead
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13840
|
2014-02-27 11:14:19 +00:00 |
|
Julian Seward
|
b1b41a45d8
|
* fix a bug in sys_clone that was causing threads to hang at exit
* enable enough syscalls to be able to run ssh and bash
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13826
|
2014-02-21 14:51:14 +00:00 |
|
Julian Seward
|
40469b7085
|
Enable sys_ppoll, sys_kill, sys_socketpair.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13824
|
2014-02-20 23:20:08 +00:00 |
|
Julian Seward
|
c1cd47aae4
|
First attempt at supporting sys_clone.
Also enable: sys_exit, sys_nanosleep, sys_madvise.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13822
|
2014-02-20 17:36:56 +00:00 |
|
Tom Hughes
|
6ef2cbe59d
|
Add support for the clock_adjtime system call.
Based on a patch from Stefan Sørensen on BZ#330469.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13785
|
2014-01-30 22:33:02 +00:00 |
|
Tom Hughes
|
f1c82feda5
|
Both eventfd and eventfd2 have post handlers that we were failing
to call on most platforms. Fixes BZ #330459.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13784
|
2014-01-30 21:47:30 +00:00 |
|
Julian Seward
|
3f6d211236
|
Add support for ARMv8 AArch64 (the 64 bit ARM instruction set).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13770
|
2014-01-12 12:54:00 +00:00 |
|