1. 60389da Added more of Helgrind's regression tests. by bart · 17 years ago
  2. ab7a644 Converted several assertions into error messages. by bart · 17 years ago
  3. 62b544d The mutex address may now be left zero when triggering a MutexErr. by bart · 17 years ago
  4. d2e13a2 Added output for the case where the data race is detected in thread 3. by bart · 17 years ago
  5. 313f22b Renamed pth_barrier.stderr.exp into pth_barrier.stderr.exp-thread2. by bart · 17 years ago
  6. 789c3c5 Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212. by sewardj · 17 years ago
  7. d1af074 Updated to do list. by bart · 17 years ago
  8. ecbf166 Added --trace-csw and --trace-danger-set. Removed commented out code. by bart · 17 years ago
  9. bebc5d6 Fixed race conditions in client pthread_barrier_wait() intercept code. by bart · 17 years ago
  10. 26f73e1 Corrected various comments. Removed commented out code. Added code for tracing thread context switches and danger set updating. Fixed memory leak. Danger set is now updated every time a new segment is created instead of only at every context switch, which fixes the bug that no data races were reported for the pth_barrier test program. by bart · 17 years ago
  11. 9cdaf1e Fixed a memory leak. by bart · 17 years ago
  12. ed866d8 Cleanup: moved const keyword in front of datatype. by bart · 17 years ago
  13. 5b311f1 Cleanup: removed commented out code. by bart · 17 years ago
  14. 291b369 Minor change: renamed one variable. by bart · 17 years ago
  15. c46c232 Added vc_assign() function. by bart · 17 years ago
  16. bf77288 Cleanup: removed old data race detection algorithm implementation. by bart · 17 years ago
  17. 301c311 Fixed a memory leak and renamed one variable. by bart · 17 years ago
  18. 68edad5 Added more debugging output. by bart · 17 years ago
  19. 08762a3 Fixed output. by bart · 17 years ago
  20. 546b771 Various minor changes. by bart · 17 years ago
  21. d7173a7 Whitespace-only change. by bart · 17 years ago
  22. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 17 years ago
  23. 35c58b1 Added a section about programming with threads, added an acknowledgements section and added more references. by bart · 17 years ago
  24. f46bb48 Rewrote the README.txt document. by bart · 17 years ago
  25. 055c56b Updated to do list. by bart · 17 years ago
  26. fc4b63a Comment-only changes. by sewardj · 17 years ago
  27. 25896d9 Fix exp-drd Fedora 8 tc18_semabuse regression test failure. It is okay to leave out the tl_assert(waited) statement because this statement is only triggered in case sem_post() fails, and sem_post() currently only fails when called on something that is not a semaphore. by bart · 17 years ago
  28. 6790d91 Ignore executables. by rjwalsh · 17 years ago
  29. b6aa73e Ignore post.out files. by rjwalsh · 17 years ago
  30. ba0272e Oops - don't ignore stuff here. by rjwalsh · 17 years ago
  31. 85c10df Ignore output files. by rjwalsh · 17 years ago
  32. 250ec2e Try to sort out signedness problems in hg_wordfm.[ch], and do a bunch by sewardj · 17 years ago
  33. 05b4823 Fix minor breakage in 7 tests. by njn · 17 years ago
  34. 8ccae99 notes about SPEC benchmarks by njn · 17 years ago
  35. 95c3859 Update bug status. by tom · 17 years ago
  36. 3b2ab27 Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even by tom · 17 years ago
  37. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  38. 6ffc8de Update. by sewardj · 17 years ago
  39. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 17 years ago
  40. c0be925 Fix race condition in sem_post() wrapper (Bart Van Assche). by sewardj · 17 years ago
  41. e29c8fa Track top level Makefile.am changes in r7390. by sewardj · 17 years ago
  42. ab13750 Update. by sewardj · 17 years ago
  43. fad9c1c From Bart van Assche: by njn · 17 years ago
  44. ad4e8ab Test exp-tools by default as well. by njn · 17 years ago
  45. 03d6900 Try to fix build system breakage w.r.t. ssse3_misaligned. It isn't by sewardj · 17 years ago
  46. c313b48 Make exp-drd regression tests succeed when glibc-debuginfo is by sewardj · 17 years ago
  47. 6d6da5b Only build the SSSE3 tests on machines whose assemblers know about by sewardj · 17 years ago
  48. 75010ca start 3.4.0 release notes by njn · 17 years ago
  49. 8231f32 Add SSSE3 tests. by sewardj · 17 years ago
  50. 114a917 Tool-side support for the new primops required by SSSE3 instructions. by sewardj · 17 years ago
  51. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 17 years ago
  52. c889c62 Update (mostly to check that the svn server still works after host change) by sewardj · 17 years ago
  53. 117a6b8 minor tweak by njn · 17 years ago
  54. dfa5126 Fix 'make dist' -- don't list nonexistent files for inclusion in the tarball. by sewardj · 17 years ago
  55. 28cfe4b fix typo by njn · 17 years ago
  56. 6abfe02 update by njn · 17 years ago
  57. 86a34be Massif: --time-unit=ms was broken in the ms_print script. People obviously by njn · 17 years ago
  58. a1f43f4 comment-only change by njn · 17 years ago
  59. e26a0b4 Add an alternative .post.exp output for Massif's long-names test. by njn · 17 years ago
  60. 347eeba by sewardj · 17 years ago
  61. dbe1834 update by njn · 17 years ago
  62. b11e5aa When truncating long lines in the output file, make sure they end with a by njn · 17 years ago
  63. e3b57aa by sewardj · 17 years ago
  64. ae5137e Allow a WordFM iterator to be initialised so as to exclude all key by sewardj · 17 years ago
  65. 174ca63 Fix inconsistent order of fields. I think this is purely aesthetic by sewardj · 17 years ago
  66. 30978db Intercept memcpy on 64-bit ld.so's. by sewardj · 17 years ago
  67. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 17 years ago
  68. 8564292 by sewardj · 17 years ago
  69. f7af047 Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. by sewardj · 17 years ago
  70. 1882c79 Start a bug-tracking file for the 3.3 line. by sewardj · 17 years ago
  71. 669c10c Make a new regtest target, "all-regtest", being the union of "make by sewardj · 17 years ago
  72. da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 17 years ago
  73. f32ec7f If we don't find the address in the segInfo list that ask the address by tom · 17 years ago
  74. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
  75. c4e466f Add support for the sync_file_range system call. by tom · 17 years ago
  76. 1618e58 Update linux system call lists based on 2.6.23.1 kernel source. by tom · 17 years ago
  77. 3e24fd8 Valid file descriptor argument to llseek system call. by tom · 17 years ago
  78. 0a0fcee Add drd suppression file to the default suppressions and avoid by tom · 17 years ago
  79. 26b9c87 Fix compiler warnings by using a variable to hide the null pointer by tom · 17 years ago
  80. 1d090eb Add const qualifiers to fix compiler warnings. by tom · 17 years ago
  81. da3fdba Add missing include to fix compiler warning. by tom · 17 years ago
  82. 3c49490 Fix compiler warning. by tom · 17 years ago
  83. eced459 Rename drd_preloaded.c to drd_intercepts.c (Bart Van Assche) by sewardj · 17 years ago
  84. 7c1a19a Mark the main thread as running while the initial memory declarations by tom · 17 years ago
  85. 9e86a12 Stop drd trying to get a backtrace when there is no stack pointer. by tom · 17 years ago
  86. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  87. dc2f79e Comment-only change. by sewardj · 17 years ago
  88. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  89. adacaf9 Propagate the ucontext information with a received signal to the by tom · 17 years ago
  90. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  91. 7069886 Add a couple of regtests for large stack frame management. by sewardj · 17 years ago
  92. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  93. d5c3f28 Print a nice message if allocation of the stack fails, rather than just by sewardj · 17 years ago
  94. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 17 years ago
  95. ae4485a Fix stupid error spotted by by Konstantin Serebryany. by sewardj · 17 years ago
  96. e87ded1 Update ignores. by rjwalsh · 17 years ago
  97. 17c4eb1 Bop version. by sewardj · 17 years ago
  98. f56bdf2 Update notes on repo-mangling. by sewardj · 17 years ago
  99. 686b5be Duh. Sigh. etc. by sewardj · 17 years ago
  100. 135a7ff Finalise 3.3.0. by sewardj · 17 years ago