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