aboutsummaryrefslogtreecommitdiff
path: root/coregrind
AgeCommit message (Expand)Author
2009-07-01Just whitespace and comment changes.njn
2009-06-30Fix a problem with r10384: it was failing to read the ELF header if thenjn
2009-06-29Change demangler to not use excessive space from stackweidendo
2009-06-29Make the Linux launcher more like the Darwin one in how it reads thenjn
2009-06-29Add a comment.njn
2009-06-26An fd in the Darwin launcher wasn't being closed.njn
2009-06-24In VG_(get_changed_segments) use dynamic memory allocation rather thannjn
2009-06-24Add support for various aio_*() syscalls on Darwin. With them, Quicktimenjn
2009-06-24Support and test mincore() on Darwin.njn
2009-06-24Enable mincore() on AMD64/Linux. Hopefully fixes bug 197591.njn
2009-06-24Abort if a dir is given to --suppressions. Fixes bug 197456.njn
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn
2009-06-15Make the sys_newlstat wrapper more like those of similar *stat() syscalls.njn
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