summaryrefslogtreecommitdiff
path: root/coregrind
AgeCommit message (Expand)AuthorFilesLines
2012-05-05quiet down some (unrelated to mmt) complaints from automakeMarcin Slusarz1-1/+1
2011-09-07core: add support for drm core and nouveau ioctlsMarcin Slusarz1-0/+1066
2011-09-06Print the (pseudo-)soname when doing debug printing for Mach-Osewardj1-0/+6
2011-09-05For intercepts in libc and the dynamic linker (ld.so or dyld), splitsewardj1-104/+268
2011-09-02Add support for s390x model z114. See also VEX r2198florian1-0/+1
2011-08-23Make a copy of any environment string we are going to modify whentom1-4/+4
2011-08-23Fix link error for 32-bit build on OSX 10.7 (Lion). This is thesewardj1-0/+98
2011-08-18Add a new simulation hint, --sim-hints=fuse-compatible, which causessewardj5-1/+22
2011-08-18Extend the behavioural-equivalence-class mechanism for redirectionsewardj4-115/+174
2011-08-17Temporary partial backout of r11911 (fix for #250101) pendingsewardj1-195/+74
2011-08-17Improvements to debug printing with -v -v. (Tom Hughes, tom@compton.nu)sewardj1-0/+9
2011-08-16Un-break the build on OSX following r11985.sewardj1-8/+9
2011-08-16Fix for #275284 (initial fix, at least). Will break OSX; fixsewardj2-56/+115
2011-08-16Add more infrastructure to be used for fixing #275284 (Valgrindsewardj3-131/+242
2011-08-15Un-break the build on OSX following r11981 (Remove the assumption, insewardj1-19/+24
2011-08-15Remove the assumption, in m_debuginfo, that each address is associatedsewardj6-210/+454
2011-08-15Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls.tom1-0/+8
2011-08-15Correct the calculation of the size of the node mask given totom1-4/+4
2011-08-13vgdb: Unlink pipes and mapped file before (re)creating these.bart1-0/+9
2011-08-11Make do_mremap only check new_addr for wraparound if MREMAP_FIXED wastom1-2/+3
2011-08-10Add support for the FIOQSIZE ioctl. Fixes #270320.tom1-0/+6
2011-08-10Wire up pselect6 on ppc32 and ppc64. Fixes #278078.tom2-0/+2
2011-08-10Support the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls. Fixes #278349.tom1-0/+2
2011-08-10Make sure the post handler for mincore is called in amd64 and s390 astom2-2/+2
2011-07-26Rename some local variables 'signal' to 'zignal' since gcc complains theysewardj1-16/+16
2011-07-26Un-break the build on OSX following r11910.sewardj1-2/+2
2011-07-24Avoid excessive fragmentation in m_mallocfree facility by munmappingsewardj1-74/+195
2011-07-24Add a new client request and pair of macros,sewardj5-6/+93
2011-07-21DWARF comparisons should be signed. Patch from Jakub Jelinek.tom1-4/+4
2011-07-16Enable chasing of unconditional jumps/calls for s390x.florian1-0/+12
2011-07-13Cast llseek argument to avoid warning.tom1-1/+1
2011-07-13Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610.tom2-6/+18
2011-07-12Make the location for temporary files configurable at runtime.florian4-10/+20
2011-07-12Reinstate inclusion of signal.h, removed in r11886.sewardj1-0/+1
2011-07-12Reinstate inclusion of unistd.h, removed in r11886.sewardj1-0/+1
2011-07-12Un-break the build on most platforms following r11888. Oops.sewardj1-1/+1
2011-07-12Fix up preload code so that on Android it doesn't try to call anythingsewardj2-13/+30
2011-07-12Fix Linux build breakage caused by header rearrangement in r11885, sigh.sewardj1-9/+7
2011-07-12Build system fixes so as to temporarily disable the GDBserver onsewardj3-11/+38
2011-07-12Conditionalise code that uses some ELF constants that Android doesn'tsewardj1-6/+7
2011-07-12Disable stabs reading on Android; it's uncompilable, and there's nosewardj2-6/+12
2011-07-12Make this compilable on Android.sewardj1-9/+33
2011-07-12Allow selection of an alternative location for temporary files atsewardj2-4/+4
2011-07-12Duh, do r11879 correctly (Android doesn't have an auxv entry calledsewardj1-2/+2
2011-07-12Android doesn't have an auxv entry called AT_FPUCW.sewardj1-0/+2
2011-07-12Ignore ELF phdrs that have a p_memsz of zero, as appears to happensewardj1-1/+1
2011-07-12/bin/sh lives at /system/bin/sh on Android.sewardj1-0/+5
2011-07-11Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-onlysewardj4-4/+29
2011-07-11Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction)sewardj4-137/+65
2011-07-11Remove a commented-out copy of the sys_sigaction wrapperssewardj1-68/+0