aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_syswrap/syswrap-x86-linux.c
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2016-09-01Make host valgrind work with clang/llvm.Chih-Hung Hsieh
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-08Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-05-07Add support for the syncfs system call.tom
2015-04-18Remove a few unneeded header files.florian
2015-01-19Handle the memfd_create system call.tom
2014-11-10Add support for the getrandom system call. BZ#340788.tom
2014-09-11Use wrapper functions VG_(malloc) and friends consistently across theflorian
2014-09-08Add support for sys_pivot_root and sys_unshare. Patch fromsewardj
2014-09-04Add support for sys_kcmp. Patch from Chris Jonessewardj
2014-08-29The semantic of the stack bounds is not consistent or is not described.philippe
2014-08-17The attached patch cleanups the clo processingphilippe
2014-01-30Add support for the clock_adjtime system call.tom
2014-01-30Both eventfd and eventfd2 have post handlers that we were failingtom
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-07-17Add support for fanotify_init and fanotify_mark, based on patchestom
2013-07-17Add support for open_by_handle_at and fix name_to_handle_attom
2013-07-17Handle the sethostname system call. BZ#311922.tom
2013-05-22Support PTRACE_GET/SET_THREAD_AREA on x86.mjw
2013-03-03Implement the name_to_handle_at system call for x86 and amd64.tom
2012-11-19Fix a couple of x86 char-signedness stragglerssewardj
2012-11-08also wire up arm, x86 and amd64 regarding ptrace regsetscborntra
2012-11-04factorise sys_socketcallphilippe
2012-10-21restructure code for future fixing of 123837 (semctl GETVAL false positive)philippe
2012-08-08Add support for the tee and vmsplice system calls. BZ#304561.tom
2012-08-05Update copyright dates to include 2012.sewardj
2012-04-16add some .globl or used attribute to avoid link failures with gold linker + LTOphilippe
2012-04-03Add support for the move_pages system call. BZ#282790.tom
2012-03-25Check whether the big lock is held before invoking pre_thread_ll_create.bart
2012-02-10Only mark data which has actually been filled in by recvmsg as defined.tom
2012-02-10It turns out sendmmsg also updates the msg_len fields.tom
2012-02-10Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779.tom
2012-02-10Add support for process_vm_readv and process_vm_writev system calls.tom
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-08-18Add a new simulation hint, --sim-hints=fuse-compatible, which causessewardj
2011-07-11Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-onlysewardj
2011-07-11Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction)sewardj
2011-06-08Add support for prlimit64 on x86 and amd64.tom
2011-06-08It seems that the perf_counter_open system call was renamed totom
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj
2010-10-04Support sys_readahead on Linux.sewardj
2010-05-03Update copyright dates to 2010.sewardj
2010-02-23Add a wrapper for the splice system call and wire it up ontom
2010-02-23Add support for the getcpu system call on x86, ppc32 and ppc64. Theretom
2010-02-22When creating a child thread, initially set its os_state.threadgroupsewardj
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj
2009-11-25Add support for accept4 system call based on patchtom