summaryrefslogtreecommitdiff
path: root/coregrind/m_syswrap/syswrap-generic.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-18Add a new simulation hint, --sim-hints=fuse-compatible, which causessewardj1-0/+15
2011-08-11Make do_mremap only check new_addr for wraparound if MREMAP_FIXED wastom1-2/+3
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-3/+2
2011-05-17gdbserver: (#214909 c 82)sewardj1-0/+11
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj1-0/+1
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+5
2010-12-08When a shmat() size is passed to the tool, round it up to a page size. Thisnjn1-2/+2
2010-12-06New command line option: --trace-children-skip-by-arg, which allowssewardj1-1/+22
2010-10-06Make client sys_shmat work properly on arm-linux by taking intosewardj1-2/+19
2010-10-06get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available,sewardj1-3/+10
2010-09-27Calling VG_(am_relocate_nooverlap_client) will destroy the descriptortom1-2/+4
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2009-12-29Removed dependency of include/pub_tool_basics.h on config.h.bart1-0/+2
2009-11-25Fix type in r10951. Not sure why this didn't cause a compilationsewardj1-1/+1
2009-11-25Rename LOHI64 to MERGE64 and make it work correctly on big endiantom1-13/+19
2009-11-05New flag: --trace-children-skip=patt1,patt2,etcsewardj1-7/+11
2009-08-25Switched back from dynamic detection of whether the proc filesystembart1-6/+9
2009-08-25Renamed the function VG_(have_proc_filesystem)() intobart1-2/+2
2009-08-23The configure-time test whether the proc filesystem is mounted (introducedbart1-9/+6
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj1-39/+49
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn1-1/+6
2009-06-15Make the sys_newlstat wrapper more like those of similar *stat() syscalls.njn1-3/+1
2009-06-10Implement and test wrappers for lstat_extended, stat64_extended,njn1-1/+1
2009-06-03A number of changes relating to syscall numbering:njn1-11/+2
2009-05-28Merge the DARWIN branch onto the trunk.njn1-7/+129
2009-05-25DARWIN sync: timeval.njn1-1/+1
2009-05-24DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers.njn1-10/+19
2009-05-24DARWIN sync: remove redundant check (it's done again in pre_mem_sock_addr()).njn1-3/+0
2009-05-24DARWIN sync: sys_open wrapper.njn1-14/+17
2009-05-23DARWIN sync: sys_readlink layout.njn1-16/+21
2009-05-23DARWIN sync: remove '.' from some field names for consistency, and factornjn1-24/+18
2009-05-22DARWIN sync: all the timeval stuffnjn1-13/+36
2009-05-22DARWIN sync: comment and braces.njn1-1/+5
2009-05-22DARWIN sync: add ML_({PRE,POST}_unknown_ioctl).njn1-0/+64
2009-05-21Merge r10085, r10086 (post-fork handling) from the DARWIN branch.njn1-9/+9
2009-05-19DARWIN sync: pread64 and pwrite64 wrappers.njn1-48/+23
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn1-43/+64
2009-05-10Merge r9828 (fix aspacem layering violation) from the DARWIN branch.njn1-61/+68
2009-04-28Merged r9657 (fdleak fixes) from the DARWIN branch.njn1-10/+16
2009-03-10Updated copyright years.njn1-1/+1
2009-03-03Use "status" as the argname for 'exit' and 'exit_group'.njn1-6/+1
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn1-5/+10
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn1-8/+5
2009-02-22Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappersnjn1-2015/+5
2009-02-22Make fcntl and fcntl64 wrappers more consistent.njn1-3/+5
2009-02-17Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus thenjn1-84/+24
2009-01-22Some minor format string fixes for gcc-3.3.3 (SuSE 9.1). Not sure whysewardj1-1/+1
2009-01-15The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns thetom1-2/+0
2009-01-15The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it.tom1-1/+2
2008-11-16Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also takesewardj1-18/+0