]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-09-06  Julian SewardPrint the (pseudo-)soname when doing debug printing...
2011-09-05  Julian Seward* whitespace changes
2011-09-05  Julian SewardFor intercepts in libc and the dynamic linker (ld.so...
2011-09-05  Florian KrohmAvoid hanging on older s390x systems.
2011-09-05  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 3 -- Test...
2011-09-05  Julian SewardAdd support for new primops added in vex r2199.
2011-09-02  Florian KrohmAdd support for s390x model z114. See also VEX r2198
2011-08-30  Bart Van Asschedrd: Yet another regression test reliability improvement.
2011-08-24  Bart Van Asschedrd: Avoid reporting false positive race reports inside...
2011-08-23  Dirk Muellerfix the suppressions to also match libc-2.XX.y.so
2011-08-23  Tom HughesMake a copy of any environment string we are going...
2011-08-23  Julian SewardFix link error for 32-bit build on OSX 10.7 (Lion)...
2011-08-22  Bart Van AsscheRemove the svn:executable property from a source file
2011-08-20  Julian SewardMake sure this gets built with -fomit-frame-pointer...
2011-08-20  Bart Van Asschememcheck/tests/linux/timerfd-syscall: Avoid failure...
2011-08-19  Florian KrohmAdd more info about cache sizes.
2011-08-19  Tom HughesMake callgrind report the detected cache configuration...
2011-08-19  Tom HughesReport the detected cache configuration with "-v -v...
2011-08-18  Julian SewardAdd a new simulation hint, --sim-hints=fuse-compatible...
2011-08-18  Julian Sewardx86-linux: don't add redirections for strchr/index...
2011-08-18  Julian SewardExtend the behavioural-equivalence-class mechanism...
2011-08-18  Tom HughesDon't compare src and dst to work out which direction...
2011-08-17  Julian SewardTemporary partial backout of r11911 (fix for #250101...
2011-08-17  Julian SewardRedirect memcpy@@GLIBC_2.14 differently from memcpy...
2011-08-17  Julian SewardImprovements to debug printing with -v -v. (Tom Hughes...
2011-08-16  Julian SewardUn-break the build on OSX following r11985.
2011-08-16  Julian SewardFix for #275284 (initial fix, at least). Will break...
2011-08-16  Julian SewardAdd more infrastructure to be used for fixing #275284...
2011-08-15  Tom HughesAdd missing break statements to example code. Fix to...
2011-08-15  Julian SewardUn-break the build on OSX following r11981 (Remove...
2011-08-15  Julian SewardRemove the assumption, in m_debuginfo, that each addres...
2011-08-15  Tom HughesAdd support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY...
2011-08-15  Tom HughesMention the --tool option in the manual page. Fixes...
2011-08-15  Tom HughesInclude the standard Fedora location in the list of...
2011-08-15  Tom HughesCorrect the calculation of the size of the node mask...
2011-08-14  Bart Van Asschememcheck/tests/sbfragment: Make this test pass on Darwin
2011-08-14  Bart Van AsscheFollow-up for r11971
2011-08-13  Florian KrohmComplain if invoked from the wrong directory or if...
2011-08-13  Tom HughesFix VKI_FIOQSIZE definition on ppc platforms.
2011-08-13  Bart Van Asschevgdb: Unlink pipes and mapped file before (re)creating...
2011-08-13  Bart Van AsscheUpdate expected output
2011-08-13  Bart Van Asschememcheck/tests/sbfragment.c: Only use mallinfo() if...
2011-08-12  Tom HughesAdd test for address size override prefixes for REP...
2011-08-12  Bart Van Asschedrd/tests/pth_barrier: Reduce stack usage
2011-08-12  Florian KrohmCheck return code of pthread_create and bail out if
2011-08-11  Florian KrohmNon-VEX changes to fix #275517.
2011-08-11  Tom HughesMake do_mremap only check new_addr for wraparound if...
2011-08-11  Florian KrohmDue to a kernel bug the siginfo struct was not filled...
2011-08-10  Tom HughesAdd support for the FIOQSIZE ioctl. Fixes #270320.
2011-08-10  Tom HughesAdd tests for XCHG AX, reg16 on amd64. Fixes #252695.
2011-08-10  Tom HughesWire up pselect6 on ppc32 and ppc64. Fixes #278078.
2011-08-10  Tom HughesSupport the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls...
2011-08-10  Tom HughesMake sure the post handler for mincore is called in...
2011-08-08  Florian KrohmFollowup to VEX r2189 -- handling invalid opcode 00...
2011-08-08  Nicholas NethercoteI am an idiot: remove the beginnings of an experimental...
2011-08-08  Nicholas NethercoteFix a Massif bug: when realloc'ing a block, any values...
2011-08-01  Florian KrohmAnnounce fix for #279062
2011-07-31  Florian KrohmFix prerequisite for memcheck/tests/linux/timerfd-syscall.
2011-07-30  Bart Van AsscheYet another thread test scheduler sensitivity fix
2011-07-30  Bart Van AsscheNightly build: Rename the attachment diffs into diffs...
2011-07-30  Bart Van Asschedrd: Make racing pthread_barrier_wait() calls trigger...
2011-07-30  Bart Van Asschedrd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_...
2011-07-30  Bart Van Asschedrd/tests/pth_barrier_thr_cr: Add more error checking.
2011-07-29  Bart Van AsscheAvoid that compiling memcheck on 32-bit systems trigger...
2011-07-29  Bart Van Asschedrd/tests/tc21_pthonce: Eliminate output variation
2011-07-29  Bart Van AsscheUpdate Subversion ignore list
2011-07-29  Bart Van Asschedrd: Fix a race condition in the barrier implementation...
2011-07-29  Bart Van Asschedrd: Add a stress test for the barrier implementation
2011-07-29  Bart Van Asschedrd: Remove an unused member variable from the barrier...
2011-07-29  Bart Van Asschedrd: drd_thread.c source code cleanup
2011-07-29  Bart Van Asschedrd, bitmap node allocator: recognize root node size...
2011-07-29  Bart Van Asschedrd/tests/pth_barrier[23]: Filter output such that...
2011-07-29  Bart Van AsscheYet another thread test scheduler sensitivity fix
2011-07-29  Bart Van Asschedrd/tests/pth_once: Restrict the number of callers...
2011-07-29  Bart Van Asschedrd: Remove a too strict assert() statement
2011-07-29  Bart Van AsscheYet another thread test scheduler sensitivity fix
2011-07-29  Bart Van Asschedrd/tests/pth_detached_sem: Send regression test output...
2011-07-28  Bart Van AsscheYet another threading tool regression test scheduler...
2011-07-28  Bart Van AsscheVerify drd/tests/pth_detached stderr output instead...
2011-07-28  Bart Van AsscheYet another regression test scheduling sensitivity fix
2011-07-28  Bart Van AsscheTwo more scheduler sensitivity fixes for thread tool...
2011-07-28  Bart Van AsscheMicro-optimize the matinv regression test
2011-07-28  Bart Van Asschedrd: Make drd_pthread_intercepts.c compile again on...
2011-07-28  Bart Van AsscheMake test 1 output independent of scheduler variations.
2011-07-28  Bart Van AsscheRevert r11916, r11917, r11918 and r11923.
2011-07-28  Bart Van Asschedrd: Delay deletion of memory access information of...
2011-07-28  Bart Van AsscheMore thread test scheduler sensitivity fixes
2011-07-27  Bart Van AsscheEliminate a superfluous sleep() call and check the...
2011-07-27  Bart Van AsscheMore thread tool regression test scheduler sensitivity...
2011-07-26  Julian SewardRename some local variables 'signal' to 'zignal' since...
2011-07-26  Julian SewardUn-break the build on OSX following r11910.
2011-07-26  Bart Van Asschedrd/Linux: eliminate busy waiting when starting a thread
2011-07-26  Bart Van Asschedrd: Add a suppression pattern
2011-07-26  Bart Van Asschedrd/tests/atomic_var: Reduce scheduler sensitivity
2011-07-26  Bart Van AsscheDisable drd/tests/tc19_shadowmem because too scheduler...
2011-07-26  Bart Van Asschehelgrind/tests/tc08_hbl2: Reduce scheduler sensitivity
2011-07-26  Josef WeidendorferUnbreak lackey --detailed-counts=yes after r11604
2011-07-25  Bart Van AsscheUpdate Subversion ignore list
2011-07-25  Bart Van Asschevalgrind.h: Remove a superfluous cast. See also #278454.
2011-07-24  Julian SewardThe cmpxchg16b tests in this need to have 16-aligned...
next