]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-04-12  Bart Van Asschetimerfd-syscall regression test: Allow even more schedu...
2011-04-11  Julian SewardGet rid of shadowing causing a perl warning. Minor...
2011-04-11  Julian SewardMake MacOS builds work again following fixes for #259977
2011-04-11  Julian SewardAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11  Julian SewardAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11  Julian SewardCreate new module m_libcsetjmp, which wraps up uses of
2011-04-06  Julian SewardOn OSX, post-process the tool executables to adjust...
2011-04-05  Julian SewardTestcases for s390x conditional load and store. See...
2011-04-05  Julian SewardAdd s390x-esque test for folding Iop_And16. From ...
2011-04-04  Bart Van AsscheMade the line numbers in exp-ptrcheck/tests/partial...
2011-04-03  Bart Van Asschegit-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682
2011-04-03  Bart Van AsscheAlso consider libpthread when testing for functions...
2011-03-30  Bart Van AsscheUpdated Subversion ignore list.
2011-03-30  Bart Van AsscheGeneralized Subversion ignore lists.
2011-03-29  Julian SewardFix yet another gcc-4.6 assigned-to-but-not-used warning.
2011-03-29  Bart Van Asschetimerfd-syscall regression test: Allow even more schedu...
2011-03-28  Julian SewardRemove a bunch more warnings generated by gcc-4.6 about...
2011-03-28  Julian SewardRemove a bunch more warnings generated by gcc-4.6 about...
2011-03-28  Julian SewardFix up most but not all warnings generated by gcc-4...
2011-03-28  Tom HughesUse two separate assembler argument bindings for loadin...
2011-03-28  Tom HughesFix generated assembler which writes the result to...
2011-03-28  Julian SewardFix broken inline assembly preventing compilation on...
2011-03-28  Julian SewardFix broken inline asm in these tests. Fixes #256726.
2011-03-28  Julian SewardIntercept strlen in ld.so on x86. Fixes #266961.
2011-03-26  Julian SewardAdd a test case for non-overwriting of CC_NDEP in shift...
2011-03-25  Bart Van AsscheAdd VALGRIND_RESIZEINPLACE_BLOCK() and hence close...
2011-03-24  Bart Van AsscheTest separately whether g++ and/or gcc support built...
2011-03-24  Julian SewardAdd support for sys_ptrace. Fixes #269079.
2011-03-24  Julian SewardDefinitions relating to ptrace: replace bogus x86 versi...
2011-03-24  Julian SewardTest improvements for FLOGR. Part of #268715.
2011-03-18  Bart Van AsscheUpdated Subversion ignore list.
2011-03-18  Bart Van AsscheLinux/ppc: Added support for the ppoll() system call.
2011-03-17  Julian SewardWhen handling client munmaps and mprotects with r=0...
2011-03-17  Bart Van AsscheRemoved an obsolete configure test.
2011-03-17  Bart Van AsscheReplaced a Unicode character by an ASCII character...
2011-03-17  Bart Van AsscheMoved two Linux-specific syscalls to the linux subdirec...
2011-03-17  Bart Van AsscheUpdated Subversion ignore list.
2011-03-17  Bart Van AsscheFixed a recently introduced compiler warning.
2011-03-17  Bart Van AsscheUn-break drd/tests/tc23_bogus_condwait.
2011-03-17  Bart Van AsscheYet another attempt to make the timerfd-syscall test...
2011-03-17  Bart Van AsscheReplaced busy-waiting by waiting on a condition variable.
2011-03-16  Julian SewardFix compile warnings (missing prototypes for malloc...
2011-03-15  Julian SewardSome fixes for the faultstatus testcase. Fixes #253206.
2011-03-14  Julian SewardBuild fix for older s390x-linux assemblers. Fixes...
2011-03-13  Bart Van AsscheUpdated modeline and copyright statement in DRD source...
2011-03-13  Bart Van AsscheAvoid that small time variations make the timerfd-sysca...
2011-03-13  Bart Van AsscheDRD: Report an error if --free-is-write=yes is used...
2011-03-13  Bart Van AsscheAdded yet another regression test.
2011-03-12  Bart Van Asscheread_and_free_race test: Reduced number of stack frames...
2011-03-12  Bart Van AsscheAdded more regression tests.
2011-03-12  Bart Van AsscheDRD: Restored --free-is-write support and fixed the...
2011-03-12  Bart Van AsscheDRD: Added command-line option --trace-hb for tracing...
2011-03-12  Bart Van AsscheAdded --free-is-write stress test.
2011-03-12  Bart Van AsscheDRD: Always invoke VG_(cli_free)() before the stop_usin...
2011-03-12  Bart Van AsscheDRD: Fixed an assertion failure triggered by setting...
2011-03-12  Bart Van AsscheDRD: More source code cleanup (constant propagation).
2011-03-12  Bart Van AsscheDRD: Allocate thread arguments again on the stack.
2011-03-12  Bart Van AsscheUpdated Subversion ignore list.
2011-03-12  Bart Van AsscheAdded AC_LANG_SOURCE() invocations where appropriate.
2011-03-11  Julian SewardAdd free-is-write functionality (experimental, not...
2011-03-11  Julian SewardUse DRD's annotate_smart_pointer regtest to check again...
2011-03-11  Julian SewardNB: this is an temporary fix, until such time as bug...
2011-03-11  Julian SewardChange the semantics of ANNOTATE_HAPPENS_BEFORE from...
2011-03-10  Julian SewardFollowup to r11619: more tidying up w.r.t. the renaming of
2011-03-10  Julian SewardCleanup: get rid of univ_tsets as it is no longer needed.
2011-03-10  Julian SewardCleanup: get rid of 'last lock lossage' mechanism,...
2011-03-10  Julian SewardCleanup: get rid of all mention of a Hardware Bus Lock...
2011-03-10  Julian SewardMinor cleanup (no functional change): rename 'struct...
2011-03-10  Julian SewardBring avg translation size statement closer to reality...
2011-03-10  Bart Van AsscheProcess PDB files with a path that contains spaces...
2011-03-10  Julian Seward'make dist' fixes following s390x-linux merge. (Christ...
2011-03-09  Bart Van AsscheDRD: Added an output variant for test pth_detached3.
2011-03-09  Bart Van AsscheDRD: Report an error if an invalid argument is passed...
2011-03-09  Bart Van AsscheDRD: Added a regression test.
2011-03-08  Bart Van AsscheDRD: Fixed a race condition triggered by invoking pthre...
2011-03-08  Bart Van AsscheDRD: Removed an obsolete comment.
2011-03-08  Bart Van AsscheDRD: Source code cleanup.
2011-03-07  Julian SewardReplace the structural equality function for WordVecs...
2011-03-07  Bart Van AsscheUpdated Subversion ignore list.
2011-03-07  Bart Van AsscheAdded file header and adjusted indentation.
2011-03-07  Julian SewardMake this executable.
2011-03-07  Julian SewardUnbreak 'make dist' following recent commits.
2011-03-07  Julian SewardAdd a port to IBM z/Architecture (s390x) running Linux...
2011-03-06  Bart Van AsscheDRD/Darwin: Generalized a suppression pattern.
2011-03-06  Bart Van AsscheDRD/Darwin: Added more suppression patterns.
2011-03-06  Bart Van AsscheMemcheck/Darwin: Added a suppression pattern.
2011-03-06  Bart Van AsscheDRD/Darwin: Suppress even more races triggered by the...
2011-03-06  Bart Van AsscheDRD/Darwin: Added an expected output file.
2011-03-06  Bart Van AsscheDRD/Darwin: cleaned up dyld suppression pattern list.
2011-03-06  Bart Van AsscheDRD/Darwin: Ignore races triggered by the dynamic loade...
2011-03-06  Bart Van AsscheDRD: Added a (non-functional so far) file drd_darwin_in...
2011-03-05  Bart Van AsscheDRD: added initial suppression list for Darwin 10.
2011-03-05  Bart Van AsscheHelgrind tests: ported tests tc23 and tc24 to Darwin...
2011-03-05  Bart Van AsscheDRD: Filter out PID from the semaphore name in the...
2011-03-05  Bart Van Asschehelgrind/tests/tc17_sembar: Works now on Darwin/amd64...
2011-03-05  Bart Van AsscheDRD, Darwin: avoid triggering misaligned stack errors...
2011-03-05  Bart Van AsscheDRD tests, Darwin: check return value of sem_open().
2011-03-05  Bart Van AsscheDRD tests: replaced __APPLE__ by VGO_darwin.
2011-03-05  Bart Van AsscheDarwin: Re-enabled four regression tests.
2011-03-05  Bart Van AsscheDarwin: Build fixes for four regression tests by Rich...
next