1. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  2. 863ab7c Don't compare src and dst to work out which direction to iterate by tom · 13 years ago
  3. 4c89b2f Temporary partial backout of r11911 (fix for #250101) pending by sewardj · 13 years ago
  4. d88797f Redirect memcpy@@GLIBC_2.14 differently from memcpy@GLIBC_2.2.5, so as by sewardj · 13 years ago
  5. 14127d6 Improvements to debug printing with -v -v. (Tom Hughes, tom@compton.nu) by sewardj · 13 years ago
  6. 7696726 Un-break the build on OSX following r11985. by sewardj · 13 years ago
  7. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  8. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  9. 270e2a3 Add missing break statements to example code. Fix to #264644. by tom · 13 years ago
  10. c448a64 Un-break the build on OSX following r11981 (Remove the assumption, in by sewardj · 13 years ago
  11. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  12. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  13. 0e1b0c2 Mention the --tool option in the manual page. Fixes #249970. by tom · 13 years ago
  14. 164d2fe Include the standard Fedora location in the list of places where by tom · 13 years ago
  15. e581bad Correct the calculation of the size of the node mask given to by tom · 13 years ago
  16. dcb03ea memcheck/tests/sbfragment: Make this test pass on Darwin by bart · 13 years ago
  17. cf16cee Follow-up for r11971 by bart · 13 years ago
  18. 3c83687 Complain if invoked from the wrong directory or if mandatory by florian · 13 years ago
  19. 5ad3d56 Fix VKI_FIOQSIZE definition on ppc platforms. by tom · 13 years ago
  20. 4b03d39 vgdb: Unlink pipes and mapped file before (re)creating these. by bart · 13 years ago
  21. b5cb85f Update expected output by bart · 13 years ago
  22. 68964c2 memcheck/tests/sbfragment.c: Only use mallinfo() if available. by bart · 13 years ago
  23. ce83509 Add test for address size override prefixes for REP prefixed string by tom · 13 years ago
  24. 7aac06f drd/tests/pth_barrier: Reduce stack usage by bart · 13 years ago
  25. 4b82d69 Check return code of pthread_create and bail out if by florian · 13 years ago
  26. 469bd1e Non-VEX changes to fix #275517. Add testcase and announce fix in NEWS. by florian · 13 years ago
  27. a5e13dd Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was by tom · 13 years ago
  28. 74dc34f Due to a kernel bug the siginfo struct was not filled in correctly. by florian · 13 years ago
  29. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  30. ebfd3a8 Add tests for XCHG AX, reg16 on amd64. Fixes #252695. by tom · 13 years ago
  31. 0a83e7f Wire up pselect6 on ppc32 and ppc64. Fixes #278078. by tom · 13 years ago
  32. 5d77010 Support the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls. Fixes #278349. by tom · 13 years ago
  33. 5ba9530 Make sure the post handler for mincore is called in amd64 and s390 as by tom · 13 years ago
  34. 84c90e6 Followup to VEX r2189 -- handling invalid opcode 00 specially. by florian · 13 years ago
  35. 830ca9e I am an idiot: remove the beginnings of an experimental tool that I by njn · 13 years ago
  36. dfa408c Fix a Massif bug: when realloc'ing a block, any values in the part of the by njn · 13 years ago
  37. e050e6b Announce fix for #279062 by florian · 13 years ago
  38. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  39. c2f5a53 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  40. 72e4063 Nightly build: Rename the attachment diffs into diffs.txt such that it can be viewed easily with an e-mail client. by bart · 13 years ago
  41. d378eaa drd: Make racing pthread_barrier_wait() calls trigger an error message instead by bart · 13 years ago
  42. 47c7580 drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports since these are triggered intentionally. by bart · 13 years ago
  43. 6c73cf6 drd/tests/pth_barrier_thr_cr: Add more error checking. by bart · 13 years ago
  44. dc429d1 Avoid that compiling memcheck on 32-bit systems triggers a compiler warning by bart · 13 years ago
  45. 512a378 drd/tests/tc21_pthonce: Eliminate output variation by bart · 13 years ago
  46. 0478bff Update Subversion ignore list by bart · 13 years ago
  47. d61580e drd: Fix a race condition in the barrier implementation that could result in false positives. by bart · 13 years ago
  48. b56542a drd: Add a stress test for the barrier implementation by bart · 13 years ago
  49. cdc3fdb drd: Remove an unused member variable from the barrier implementation by bart · 13 years ago
  50. 178b686 drd: drd_thread.c source code cleanup by bart · 13 years ago
  51. 3e928c3 drd, bitmap node allocator: recognize root node size properly by bart · 13 years ago
  52. b6230df drd/tests/pth_barrier[23]: Filter output such that only the error count is kept by bart · 13 years ago
  53. 4651e97 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  54. d65009d drd/tests/pth_once: Restrict the number of callers to three. by bart · 13 years ago
  55. 1f4f300 drd: Remove a too strict assert() statement by bart · 13 years ago
  56. 9e71885 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  57. f58eb29 drd/tests/pth_detached_sem: Send regression test output to stderr instead of stdout by bart · 13 years ago
  58. 2ea041a Yet another threading tool regression test scheduler sensitivity fix by bart · 13 years ago
  59. 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
  60. 745bfbc Yet another regression test scheduling sensitivity fix by bart · 13 years ago
  61. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  62. a4cd017 Micro-optimize the matinv regression test by bart · 13 years ago
  63. d1a5cd6 drd: Make drd_pthread_intercepts.c compile again on systems where by bart · 13 years ago
  64. 8dc52aa Make test 1 output independent of scheduler variations. by bart · 13 years ago
  65. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  66. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  67. cfca2d4 More thread test scheduler sensitivity fixes by bart · 13 years ago
  68. db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
  69. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  70. 0bb3c67 Rename some local variables 'signal' to 'zignal' since gcc complains they by sewardj · 13 years ago
  71. e3436cd Un-break the build on OSX following r11910. by sewardj · 13 years ago
  72. 651f56b drd/Linux: eliminate busy waiting when starting a thread by bart · 13 years ago
  73. 9283db1 drd: Add a suppression pattern by bart · 13 years ago
  74. 0a29cbc drd/tests/atomic_var: Reduce scheduler sensitivity by bart · 13 years ago
  75. e6cb2df Disable drd/tests/tc19_shadowmem because too scheduler sensitive by bart · 13 years ago
  76. a3bf44a helgrind/tests/tc08_hbl2: Reduce scheduler sensitivity by bart · 13 years ago
  77. 21aa17f Unbreak lackey --detailed-counts=yes after r11604 by weidendo · 13 years ago
  78. 06f54d1 Update Subversion ignore list by bart · 13 years ago
  79. 0d03bd4 valgrind.h: Remove a superfluous cast. See also #278454. by bart · 13 years ago
  80. fd5e535 The cmpxchg16b tests in this need to have 16-aligned addresses; by sewardj · 13 years ago
  81. 45264af Avoid excessive fragmentation in m_mallocfree facility by munmapping by sewardj · 13 years ago
  82. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  83. d99bad8 Change this file to be a symlink to the identical version by sewardj · 13 years ago
  84. ab85310 Add support for IBM Power ISA 2.06 -- stage 2 (testcases). by sewardj · 13 years ago
  85. a201c45 Add support for IBM Power ISA 2.06 -- stage 2 (handle new by sewardj · 13 years ago
  86. 722be39 Update ugly Callgrind hack for supporting instrumentation modes by weidendo · 13 years ago
  87. e5704c9 callgrind_control: fix parsing of vgdb -l by weidendo · 13 years ago
  88. 130f6f5 DWARF comparisons should be signed. Patch from Jakub Jelinek. by tom · 13 years ago
  89. 24ec9f8 Add test cases for bug 277780. (fix for VMOV.F32). by sewardj · 13 years ago
  90. e8c5c38 Fix regtest: the delta value printed by the VSTn with register by sewardj · 13 years ago
  91. 11b4067 Add test cases for NEON VMUL by float scalar. by sewardj · 13 years ago
  92. d3b1e1c Update list of files to be ignored by svn. by florian · 13 years ago
  93. cabcace Enable chasing of unconditional jumps/calls for s390x. by florian · 13 years ago
  94. e35e9d8 drd/tests/annotate_smart_pointer2: Filter out offset by bart · 13 years ago
  95. 04a26c2 Add gdb.pic to the Subversion ignore list by bart · 13 years ago
  96. b6c51bf drd: add a test that verifies that a race is reported for the annotate_smart_pointer test program with annotations disabled by bart · 13 years ago
  97. 19aa392 drd/tests/annotate_smart_pointer: remove a superfluous initialization by bart · 13 years ago
  98. f9b1d73 Cast llseek argument to avoid warning. by tom · 13 years ago
  99. c17c6ef Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610. by tom · 13 years ago
  100. 1763e81 Make the location for temporary files configurable at runtime. by florian · 13 years ago