1. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  2. 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 · 15 years ago
  3. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 15 years ago
  4. 39934d6 drd_bitmap_test compiles again. by bart · 15 years ago
  5. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  6. 246fbf2 Wrapped DRD_() macro around even more function and variable names. by bart · 15 years ago
  7. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 15 years ago
  8. 764dea2 Changed a global variable into a local variable. by bart · 15 years ago
  9. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  10. 324a23b Wrapped DRD_() macro around global and static variables in drd_thread.[ch]. by bart · 15 years ago
  11. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 15 years ago
  12. a8cf765 Wrapped DRD_() macro around all barrier-related function names. by bart · 15 years ago
  13. 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 · 15 years ago
  14. 439c55f Added more comments / rearranged function order. by bart · 15 years ago
  15. 03ffb2e Changed the order of the function definitions. by bart · 15 years ago
  16. 48529bc Cleaned up the source code of the atomic_var regression test, without changing the actual test. by bart · 15 years ago
  17. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 15 years ago
  18. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 15 years ago
  19. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  20. 09dc13f - Moved several functions and variables from one source file to another. by bart · 15 years ago
  21. 82a0c5d Added a missing #include directive. by bart · 15 years ago
  22. 5c3da01 Relaxed an assert statement: a thread canceled by pthread_cancel() can really exit with synchr_nesting > 0. by bart · 15 years ago
  23. 3dbdc86 Added DRD_(spinlock_init_or_unlock)(). by bart · 15 years ago
  24. 227c659 - Performance improvement: eliminated busy waiting from thread creation. by bart · 15 years ago
  25. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 15 years ago
  26. 2356798 Updated copyright statement. by bart · 15 years ago
  27. 8b74ab9 Added file to repository. by bart · 15 years ago
  28. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 15 years ago
  29. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  30. 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 · 15 years ago
  31. 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 · 15 years ago
  32. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  33. a7d4ca3 A couple more changes to fix the conditional building of DRD tests. by njn · 15 years ago
  34. a2aa68e Added yet another output variant. by bart · 15 years ago
  35. 5639ce1 Added yet another output variant. by bart · 15 years ago
  36. 8cdc628 Elaborated prereq clauses. by bart · 15 years ago
  37. 5a8c67f Made compilation of multiple tests conditional. by bart · 15 years ago
  38. 3826d58 Only call pthread_rwlock_timedwrlock() or pthread_rwlock_timedrdlock() if supported. by bart · 15 years ago
  39. 05a7d46 Removed superfluous dependency. by bart · 15 years ago
  40. 070d1a2 Make sure that sigalrm.c compiles correctly on systems that do not have the header file <asm/unistd.h>. by bart · 15 years ago
  41. 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 · 15 years ago
  42. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 15 years ago
  43. 7f8cd30 Added an additional expected output file. by bart · 16 years ago
  44. 28aa0ce Runs now fine on systems for which PTHREAD_STACK_MIN > 32768. by bart · 16 years ago
  45. d8eb77d Made DRD regression pass when the glibc-debuginfo package is installed. by bart · 16 years ago
  46. 4ac853b Polished manual. by bart · 16 years ago
  47. 1dd7eb0 Updated to do list. by bart · 16 years ago
  48. 8e1033f Moved two define's, such that the ABIWARNING appears immediately before the enum declaration it applies to. by bart · 16 years ago
  49. dc35ec0 Made sure that the file bar_trivial.stdout.exp gets included in the distribution tarball. by bart · 16 years ago
  50. c8914e9 Renamed a variable and removed two statements that were commented out. by bart · 16 years ago
  51. 8244481 Un-break 'make dist'. by sewardj · 16 years ago
  52. 59347ff Comment out unused code so as to get a warning free build. by sewardj · 16 years ago
  53. e8cdb36 Updated after merge of Helgrind from YARD branch to trunk. by bart · 16 years ago
  54. e30177e Added prereq clause. by bart · 16 years ago
  55. 51db72d circular_buffer test now passes on systems with and without built-in support for atomic operations. by bart · 16 years ago
  56. 94866cc Fixed bug in vector clock updating for semaphores with non-zero initial value. by bart · 16 years ago
  57. 03225a8 Added command-line option -n, which allows to disable locking. by bart · 16 years ago
  58. d94169a Replaced regular increment by atomic increment. by bart · 16 years ago
  59. d22e8b2 Made config.h include path consistent with the other regression tests. by bart · 16 years ago
  60. ba1686b Finished renaming of boost_threads into boost_thread. by bart · 16 years ago
  61. 6fd7d74 Added another regression test. by bart · 16 years ago
  62. 3e017fa Fixed semaphore vector clock updating / simplified semaphore tracing. by bart · 16 years ago
  63. c57312c Fixed grammar / split a paragraph in two. by bart · 16 years ago
  64. 76ca62c Added a paragraph about the Boost.Thread library. by bart · 16 years ago
  65. afb42b7 Fixed regression test tc20_verifywrap2, which was broken through r8829. by bart · 16 years ago
  66. 62b4c57 Fix some format string mismatch warnings, associated with r8825. by sewardj · 16 years ago
  67. da9436b Added more semaphore tracing info. by bart · 16 years ago
  68. c98279e Simplified test program. by bart · 16 years ago
  69. 2d5d529 Reran SPLASH2 benchmark and updated results. by bart · 16 years ago
  70. a5bf231 Updated notes section. by bart · 16 years ago
  71. de57c49 Added prereq clause. by bart · 16 years ago
  72. c4a9e0f Added bar_bad and bar_trivial to the regression tests. by bart · 16 years ago
  73. 809427d Updated expected output after spelling fix in drd_barrier.c. by bart · 16 years ago
  74. c41688d Renamed boost_threads* into boost_thread*. by bart · 16 years ago
  75. fcff0b9 Print an error message instead of asserting when the count argument of pthread_barrier_init() is zero. Fixed a spelling error in an error message. by bart · 16 years ago
  76. 61e34a1 Added regression test for Boost.Threads. by bart · 16 years ago
  77. b4d8713 Update expected outputs following a (trivial) change in the source of by sewardj · 16 years ago
  78. e8900ff Replaced test for FILE::_lock by a more direct test. by bart · 16 years ago
  79. 88f3a89 Removed #define _IO_MTSAFE_IO again. by bart · 16 years ago
  80. 3a979cb Removed inclusion of <bits/libc-lock.h>. by bart · 16 years ago
  81. b19a5b0 Make regression test output independent of the presence of glibc debug information. by bart · 16 years ago
  82. 280990e Suppress race reports triggered by glibc's _IO_flockfile(FILE*) on stdout and stderr. by bart · 16 years ago
  83. 211b169 Increased gcc version to 4.3.2. by bart · 16 years ago
  84. 66ba8c0 Added paragraph "Using the POSIX Threads API Effectively." by bart · 16 years ago
  85. bbd3dcf Added omp_printf regression test. by bart · 16 years ago
  86. 8fe15da Added command-line option -h. by bart · 16 years ago
  87. 3eadaa0 Only call pthread_condattr_setclock() if it's available in libpthread. by bart · 16 years ago
  88. e64f11d Added a regression test called monitor_example. by bart · 16 years ago
  89. 2bc9c10 Added intercept for pthread_cancel(). by bart · 16 years ago
  90. 0f099cd Added client requests related to pthread_cancel(). by bart · 16 years ago
  91. 42087cc Added support for pthread_cancel() handling. by bart · 16 years ago
  92. 9b2974a Added more comments. by bart · 16 years ago
  93. af0691b Added thread_pre_cancel(). by bart · 16 years ago
  94. 032424f Added the pth_cancel_locked test. by bart · 16 years ago
  95. 143eec7 Renamed __sync_add_and_fetch() into sync_add_and_fetch(). by bart · 16 years ago
  96. e95d94f Fix longstanding bug in dual-arch support, which originated in by sewardj · 16 years ago
  97. 9c606bd by sewardj · 16 years ago
  98. 209ad83 Updated expected output after most recent source code modifications. by bart · 16 years ago
  99. 83d509a Added more comments. by bart · 16 years ago
  100. 0d84eab Make sure that atomic_var.c compiles without warnings in case HAVE_BUILTIN_ATOMIC has not been defined. by bart · 16 years ago