aboutsummaryrefslogtreecommitdiff
path: root/coregrind
AgeCommit message (Expand)Author
2009-06-10Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271.njn
2009-06-10Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860.njn
2009-06-10Implement and test wrappers for lstat_extended, stat64_extended,njn
2009-06-10Darwin syscall wrapper cleanups:njn
2009-06-10Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layoutnjn
2009-06-09Handle shmctl on Darwin. From bug 191271.njn
2009-06-09Fix URB ioctl handling. Patch from Hector Martin (bug 191095).njn
2009-06-09Avoid recursion in VG_(exit).njn
2009-06-09Handle another Linux ioctl. Patch from Jay Foad.njn
2009-06-09Abort if a --log-file filename begins with a '~'.njn
2009-06-05x86-linux: sys_set_thread_area: don't allocate GDT entry number zero,sewardj
2009-06-05Increase a hard limit that was reached in the wild.njn
2009-06-05For no apparent reason, the machine-dependent syscallnjn
2009-06-03Don't print stack traces by default for unhandled syscalls -- it's not thatnjn
2009-06-03A number of changes relating to syscall numbering:njn
2009-06-02Back out r10197--r10200 and r10202--r10203. I'm going to put them, andnjn
2009-06-02Move some stuff around; no functional change.njn
2009-06-02Avoid repetitive cut+paste code for libreplacemalloc_toolpreload.njn
2009-06-02Avoid repetitive cut+paste code relating to vgpreload_core.so.njn
2009-06-02Add some header comments to break up the file.njn
2009-06-02Avoid repetitive cut+paste code for LIBVEX.njn
2009-06-02Avoid repetitive cut+paste code for AM_CPPFLAGS.njn
2009-05-31Fix compile breakage in is_systemish_library_name introduced in r10173.sewardj
2009-05-31is_systemish_library_name: add "/opt" and "/sw" to the list of placessewardj
2009-05-28Reinstate an include needed on ppc{32,64}-linux.sewardj
2009-05-28Add support for AT_RANDOM to keep glibc happy when it is builttom
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-25DARWIN sync: timeval.njn
2009-05-25DARWIN sync: add a comment.njn
2009-05-24Changing VG_MALLOC_MIN_SZB to 16 on some platforms broke heap profiling.njn
2009-05-24DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers.njn
2009-05-24DARWIN sync: remove redundant check (it's done again in pre_mem_sock_addr()).njn
2009-05-24DARWIN sync: sys_open wrapper.njn
2009-05-23DARWIN sync: sys_readlink layout.njn
2009-05-23DARWIN sync: remove '.' from some field names for consistency, and factornjn
2009-05-22DARWIN sync: all the timeval stuffnjn
2009-05-22DARWIN sync: comment and braces.njn
2009-05-22DARWIN sync: change the 3rd arg of VG_(fcntl).njn
2009-05-22DARWIN sync: export VG_(socket).njn
2009-05-22Partly revert r10044 -- do use struct vki_sockaddr, and define it for AIX.njn
2009-05-22Avoid struct vki_sockaddr_in in my_connect(), because it's not defined onnjn
2009-05-22Abort on unknown fcntl, rather than doing no checking.njn
2009-05-22DARWIN sync: add ML_({PRE,POST}_unknown_ioctl).njn
2009-05-21Merge r10085, r10086 (post-fork handling) from the DARWIN branch.njn
2009-05-21DARWIN sync: improve syscall retval tracking, and factor out position code.njn
2009-05-21DARWIN sync: spacing and layout.njn
2009-05-21Handle DW_CFA_{remember,restore}_state. This requires having a stacksewardj
2009-05-21Merge r10071 (VALGRIND_INTERNAL_PRINTF fix) from the DARWIN branch.njn
2009-05-21DARWIN sync: comment and macros.njn
2009-05-21DARWIN sync: use a library function.njn