1. 3355ec5 Compiles now on older Linux distributions too. by bart · 15 years ago
  2. 430c45f Make sure that DRD does not complain about mutexes being held too long on systems where the clock can go backward. Apparently this happens frequently when Linux is running inside a virtual machine. by bart · 15 years ago
  3. 1169b79 Made pth_detached2 regression test more reliable. by bart · 16 years ago
  4. 6a16a4c Another test plan update. by bart · 16 years ago
  5. 36ba59d Updated test plan. by bart · 16 years ago
  6. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  7. cd7bfdf Updated to do list. by bart · 16 years ago
  8. dc14356 Updated expected output. by bart · 16 years ago
  9. d0c16aa Updated tc20_verifywrap expected output files. by bart · 16 years ago
  10. 489de21 Made DRD_(mutex_type) ignore mutex attribute flags. by bart · 16 years ago
  11. 81de224 Added pth_process_shared_mutex regression test. by bart · 16 years ago
  12. a0b7222 Added comment block that explains why the creator thread waits until the creator thread has copied the vector clock of the creator thread. by bart · 16 years ago
  13. 76420fe Corrected a few comments. by bart · 16 years ago
  14. 2adfc2a Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_new)(). by bart · 16 years ago
  15. 0d3bbd3 Cleanup. by bart · 16 years ago
  16. 1165e7c Removed obsolete function declaration. by bart · 16 years ago
  17. 15625cf Force thread scheduling order. by bart · 16 years ago
  18. 1061b67 Force the order in which threads run. by bart · 16 years ago
  19. b2abfdd Added a comment that explains the purpose of the test program. by bart · 16 years ago
  20. e747176 Removed cross-tool dependency on helgrind/helgrind.h. by bart · 16 years ago
  21. 948a465 Reduced two expected output files to one for the test called atomic_var. by bart · 16 years ago
  22. 9f20746 Updated copyright years. by njn · 16 years ago
  23. 83c1780 Added support for the VG_USERREQ__HG_CLEAN_MEMORY client request. by bart · 16 years ago
  24. fdaa018 Added DRD_(clean_memory)(). by bart · 16 years ago
  25. 0d6d5c5 Added DRD_(thread_address_on_any_stack)(). by bart · 16 years ago
  26. 7c5aab6 Made sure that the tc19_shadowmem and tc24_nonzero_sem tests do something meaningful. Thanks to Nicholas for reporting this. by bart · 16 years ago
  27. 9e87dca Added script filter_stderr_and_thread_no. by bart · 16 years ago
  28. 28eab5b Reverted last commit (r9326) -- its commit message did not make sense. by bart · 16 years ago
  29. 995b6f9 Added vgopts: --var-info=yes. by bart · 16 years ago
  30. cbb07d9 Fixed another unintended data race. by bart · 16 years ago
  31. 86a87df - Added more comments. by bart · 16 years ago
  32. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
  33. 28be7aa Minor performance optimization: reduced the number of client objects that are inspected during memory deallocation. by bart · 16 years ago
  34. e716ee6 Updated expected output files. by bart · 16 years ago
  35. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 16 years ago
  36. 6ab37c7 A few more test/build changes. by njn · 16 years ago
  37. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
  38. 776a91e Updated documentation. by bart · 16 years ago
  39. b235a67 Added regression test for detection of unsynchronized pthread_barrier_wait() and pthread_barrier_delete() calls. by bart · 16 years ago
  40. 1344d6c - Bug fix: swapped order of VG_(OSetGen_Remove)() and by bart · 16 years ago
  41. ae912a0 Updated test plan. by bart · 16 years ago
  42. d2c5eae Changes: by bart · 16 years ago
  43. 7e6de96 Documentation updates. by bart · 16 years ago
  44. b5d3abd Moved drd/tests/pth_barrier.c, drd/tests/rwlock_race.c and by bart · 16 years ago
  45. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  46. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  47. 75a374b Remove unused filter scripts from DRD. by njn · 16 years ago
  48. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 16 years ago
  49. 55df6e7 Just as for the regression tests of other Valgrind tools, do not explicitly state that these are licensed under the GPLv2 license but leave this implicit. by bart · 16 years ago
  50. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago
  51. 39934d6 drd_bitmap_test compiles again. by bart · 16 years ago
  52. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 16 years ago
  53. 246fbf2 Wrapped DRD_() macro around even more function and variable names. by bart · 16 years ago
  54. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 16 years ago
  55. 764dea2 Changed a global variable into a local variable. by bart · 16 years ago
  56. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 16 years ago
  57. 324a23b Wrapped DRD_() macro around global and static variables in drd_thread.[ch]. by bart · 16 years ago
  58. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 16 years ago
  59. a8cf765 Wrapped DRD_() macro around all barrier-related function names. by bart · 16 years ago
  60. a764b37 Restored the previous method for passing arguments from the creator thread to the created thread, since the new approach made some regression tests fail. It is not yet clear to me why. by bart · 16 years ago
  61. 439c55f Added more comments / rearranged function order. by bart · 16 years ago
  62. 03ffb2e Changed the order of the function definitions. by bart · 16 years ago
  63. 48529bc Cleaned up the source code of the atomic_var regression test, without changing the actual test. by bart · 16 years ago
  64. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 16 years ago
  65. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 16 years ago
  66. 1335ecc Introduced more DRD_ prefixes. by bart · 16 years ago
  67. 09dc13f - Moved several functions and variables from one source file to another. by bart · 16 years ago
  68. 82a0c5d Added a missing #include directive. by bart · 16 years ago
  69. 5c3da01 Relaxed an assert statement: a thread canceled by pthread_cancel() can really exit with synchr_nesting > 0. by bart · 16 years ago
  70. 3dbdc86 Added DRD_(spinlock_init_or_unlock)(). by bart · 16 years ago
  71. 227c659 - Performance improvement: eliminated busy waiting from thread creation. by bart · 16 years ago
  72. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 16 years ago
  73. 2356798 Updated copyright statement. by bart · 16 years ago
  74. 8b74ab9 Added file to repository. by bart · 16 years ago
  75. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 16 years ago
  76. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
  77. c61a616 Switched from the Apache License to a BSD-style license in order to reduce the number of licences that applies to the source code of Valgrind. by bart · 16 years ago
  78. 7f42a3c Do not only recognize .plt and .plt.got sections inside the mapped address range, but also outside the mapped address range (necessary for ppc). by bart · 16 years ago
  79. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  80. a7d4ca3 A couple more changes to fix the conditional building of DRD tests. by njn · 16 years ago
  81. a2aa68e Added yet another output variant. by bart · 16 years ago
  82. 5639ce1 Added yet another output variant. by bart · 16 years ago
  83. 8cdc628 Elaborated prereq clauses. by bart · 16 years ago
  84. 5a8c67f Made compilation of multiple tests conditional. by bart · 16 years ago
  85. 3826d58 Only call pthread_rwlock_timedwrlock() or pthread_rwlock_timedrdlock() if supported. by bart · 16 years ago
  86. 05a7d46 Removed superfluous dependency. by bart · 16 years ago
  87. 070d1a2 Make sure that sigalrm.c compiles correctly on systems that do not have the header file <asm/unistd.h>. by bart · 16 years ago
  88. ed20050 Obtain current time through time() instead of through clock_gettime(CLOCK_REALTIME), such that this test compiles on systems that do not support CLOCK_REALTIME. by bart · 16 years ago
  89. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  90. 7f8cd30 Added an additional expected output file. by bart · 16 years ago
  91. 28aa0ce Runs now fine on systems for which PTHREAD_STACK_MIN > 32768. by bart · 16 years ago
  92. d8eb77d Made DRD regression pass when the glibc-debuginfo package is installed. by bart · 16 years ago
  93. 4ac853b Polished manual. by bart · 16 years ago
  94. 1dd7eb0 Updated to do list. by bart · 16 years ago
  95. 8e1033f Moved two define's, such that the ABIWARNING appears immediately before the enum declaration it applies to. by bart · 16 years ago
  96. dc35ec0 Made sure that the file bar_trivial.stdout.exp gets included in the distribution tarball. by bart · 16 years ago
  97. c8914e9 Renamed a variable and removed two statements that were commented out. by bart · 16 years ago
  98. 8244481 Un-break 'make dist'. by sewardj · 16 years ago
  99. 59347ff Comment out unused code so as to get a warning free build. by sewardj · 16 years ago
  100. e8cdb36 Updated after merge of Helgrind from YARD branch to trunk. by bart · 16 years ago