1. 3358b9e Generalized a suppression pattern. by bart · 15 years ago
  2. 7b7f3d4 Updated test plan. by bart · 15 years ago
  3. 74c2b68 Reran SPLASH-2 benchmark. by bart · 15 years ago
  4. 9331c7b Make the sys_newlstat wrapper more like those of similar *stat() syscalls. by njn · 15 years ago
  5. 0a1951d Callgrind: fix instrumentation for arbitrary events per guest instruction by weidendo · 15 years ago
  6. 0b23d6e Avoid variable name "new", use more concrete name instead by weidendo · 15 years ago
  7. b818f7a Added #include <stdint.h>. by bart · 15 years ago
  8. c94b50a Skip the pth_create_chain test on ppc. by bart · 15 years ago
  9. 4be4e2a by njn · 15 years ago
  10. 8762df7 Get rid of ACKNOWLEDGEMENTS, because it overlaps hugely with AUTHORS. by njn · 15 years ago
  11. fde4707 Add some cases to darwin/scalar.c, and tweak the macros used a little. by njn · 15 years ago
  12. 631b819 Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271. by njn · 15 years ago
  13. 2c7e5ca Move the Darwin _nocancel tests to a different file so they can be tested by njn · 15 years ago
  14. a8f0629 Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860. by njn · 15 years ago
  15. 5fd2814 - Added more comments in DRD's malloc wrappers. by bart · 15 years ago
  16. 4dfebf2 Updated ignore list. by bart · 15 years ago
  17. 956801f Added test code for realloc(). by bart · 15 years ago
  18. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  19. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  20. d8c5f12 Update scalar.stderr.exp; this should have gone in with r10288. by njn · 15 years ago
  21. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  22. 8f1da73 Handle shmctl on Darwin. From bug 191271. by njn · 15 years ago
  23. 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
  24. 4eeb0e5 Avoid recursion in VG_(exit). by njn · 15 years ago
  25. 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago
  26. bea46ea Remove callgrind/docs/index.xml, which is a relic from when Callgrind was by njn · 15 years ago
  27. 5b61bda Fixed bug in DRD's realloc() wrapper. by bart · 15 years ago
  28. 5542d8f Abort if a --log-file filename begins with a '~'. by njn · 15 years ago
  29. 386ae74 Suppress some still-reachable warnings that come up for "Hello World" on Darwin. by njn · 15 years ago
  30. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  31. f479a50 More ignore updates. by rjwalsh · 15 years ago
  32. 8e0f84a Update ignores. by rjwalsh · 15 years ago
  33. 052f170 Remove references to the now-defunct INSTALL file. by njn · 15 years ago
  34. 6d78998 Generalized a libgomp suppression pattern. by bart · 15 years ago
  35. 87beea5 Updated test plan. by bart · 15 years ago
  36. 66e331e Updated list of bugs fixed in 3.5.0. by bart · 15 years ago
  37. 3eecd9a Robustness improvement: print an error message instead of triggering an assertion failure upon semaphore reinitialization during sem_wait(). by bart · 15 years ago
  38. 7627be3 Consistency improvement: made sure that for all synchronization operations vector clocks are combined after having created a new segment instead of before. by bart · 15 years ago
  39. 57ae7ad - Robustness improvement: do not trigger an assertion failure if one by bart · 15 years ago
  40. c02dde4 Disabled libgomp intercepts. Since libgomp support was added to DRD, the by bart · 15 years ago
  41. c42f2b9 Updated test plan. by bart · 15 years ago
  42. 7cb550f Increased gcc version from 4.3.2 to 4.4.0. by bart · 15 years ago
  43. 3e606a4 x86-linux: sys_set_thread_area: don't allocate GDT entry number zero, by sewardj · 15 years ago
  44. f31cce9 Increase a hard limit that was reached in the wild. by njn · 15 years ago
  45. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  46. e43358f Nightly test changes: by njn · 15 years ago
  47. acda178 Remove exp-omega's code. It was disabled in 3.4.0 to few complaints. by njn · 15 years ago
  48. c6ab7b6 NEWS updates. by njn · 15 years ago
  49. 7a9f153 Updated list of bugs fixed in 3.5.0. by bart · 15 years ago
  50. 513d8cf Fixed argument types and names. by bart · 15 years ago
  51. 962c72c tsan_unittest.cpp does now compile cleanly even with -Wshadown enabled. by bart · 15 years ago
  52. 951c826 Print the end time as well as the start time so it's easy to see how long it by njn · 15 years ago
  53. 1d96fc5 Add a couple of notes based on an email from Bart. by njn · 15 years ago
  54. e21f85d Fixes for Darwin: it uses a different method for getting the time-and-date by njn · 15 years ago
  55. 21c307c Greatly improve the instructions for the nightly tests. by njn · 15 years ago
  56. 8820352 Two tweaks: by njn · 15 years ago
  57. ee9d8c0 Removed configure test for -Wno-empty-body again. by bart · 15 years ago
  58. 4b1a65e Compiles now cleanly without -Wno-empty-body. by bart · 15 years ago
  59. 82c54c4 Updated documentation of PCQ annotations. by bart · 15 years ago
  60. 48fcfc6 Fixed a memory leak. by bart · 15 years ago
  61. b74beb7 Unified two expected output files. by bart · 15 years ago
  62. 2ffad9c Updated EXTRA_DIST. by bart · 15 years ago
  63. b2e51d1 Fixed a few typo's in comments. by bart · 15 years ago
  64. a6da779 Updated ignore list. by bart · 15 years ago
  65. 8b81001 DRD's regression tests pass again on PowerPC. by bart · 15 years ago
  66. df5a1e2 Updated ANNOTATE_*() macro's as discussed on the valgrind-developers mailing list. Merged drt/unittest r1007:1014. Updated to do list. by bart · 15 years ago
  67. 12b9424 Don't print stack traces by default for unhandled syscalls -- it's not that by njn · 15 years ago
  68. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  69. 0ae59c3 Temporarily disabled building tsan_unittest on Darwin. by bart · 15 years ago
  70. 218714b Add descriptions of DRD and Ptrcheck in the manual intro. Bart, Julian, by njn · 15 years ago
  71. 95c52a1 Some source code modifications that should help getting tsan_unittest.cpp compiled on Darwin. by bart · 15 years ago
  72. 3cb0598 - Portability improvement: switched from __gnu_cxx::hash_map<> (a gcc by bart · 15 years ago
  73. 0045ff1 Fixes for systems without built-in functions for atomic memory access. by bart · 15 years ago
  74. d3ed70c Back out r10197--r10200 and r10202--r10203. I'm going to put them, and by njn · 15 years ago
  75. f6f2ef8 Move some stuff around; no functional change. by njn · 15 years ago
  76. 13b482b Avoid repetitive cut+paste code for libreplacemalloc_toolpreload. by njn · 15 years ago
  77. 7f75b78 drd/tests/tsan_unittest is broken on Darwin. For one, OS_MACOSX isn't the by njn · 15 years ago
  78. ee2e094 Avoid repetitive cut+paste code relating to vgpreload_core.so. by njn · 15 years ago
  79. e7494bd Add some header comments to break up the file. by njn · 15 years ago
  80. 8431b4e Avoid repetitive cut+paste code for LIBVEX. by njn · 15 years ago
  81. 860e92d Avoid repetitive cut+paste code for AM_CPPFLAGS. by njn · 15 years ago
  82. 0e8f6b5 Remove this file, which contains generic autoconf instructions that are of by njn · 15 years ago
  83. 3f8a6e9 Added VGCONF_ARCH_SEC. This fixes problems with building libmpiwrap-*-*.so on by njn · 15 years ago
  84. ee0c66a Rename a conf variable. by njn · 15 years ago
  85. 0911c88 Made the call stack printed by DRD for reading the variable GLOB independent of the Linux distribution the test is run on. by bart · 15 years ago
  86. 245ccd9 Fixed a bug in DRD's malloc wrappers. by bart · 15 years ago
  87. 44afe93 Added API warning for the recently added ANNOTATE_*() macro's. by bart · 15 years ago
  88. 09bb0a4 Filter out vector clock information from DRD's regression test output. by bart · 15 years ago
  89. 166dc7d Fix compile breakage in is_systemish_library_name introduced in r10173. by sewardj · 15 years ago
  90. dd35448 Filter out absolute paths. by bart · 15 years ago
  91. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  92. 0555bc0 Reverted some of the DRD customizations. by bart · 15 years ago
  93. 63ba67c Added more DRD customizations. by bart · 15 years ago
  94. c82d137 The conditional HAVE_BUILTIN_ATOMIC is now available in the various Makefile.am files. by bart · 15 years ago
  95. 0225a44 Updated ignore list. by bart · 15 years ago
  96. 9865eb3 Updated ignore list. by bart · 15 years ago
  97. 9427778 Updated ignore list. by bart · 15 years ago
  98. 712b5b4 Updated ignore list. by bart · 15 years ago
  99. f38d1a1 Fixed a compiler warning. by bart · 15 years ago
  100. 263476b Customized for DRD. by bart · 15 years ago