1. e026bd2 Restored configure test for -Wno-empty-body. by bart · 15 years ago
  2. cb3fca8 Include valgrind.spec in the tarball, as it makes things easier for by njn · 15 years ago
  3. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  4. d211ea6 Fix missing backslash, which was causing serious weirdness during by sewardj · 15 years ago
  5. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  6. e799513 Fix handling of the vex svn-version thing following r10400 (tracks vex r1905). by sewardj · 15 years ago
  7. 27824a7 Track file renaming in vex r1904, and get rid of temporary kludges by sewardj · 15 years ago
  8. 6145324 Fix handling of multiple signal deliveries in a row by weidendo · 15 years ago
  9. 5a97c19 Switched to the just introduced ANNOTATE_*() macro's. by bart · 15 years ago
  10. 1c8cc40 Added four more ANNOTATE_*() macro's / removed the API-warning. by bart · 15 years ago
  11. 870a4f7 Updated test instructions. by bart · 15 years ago
  12. 4030905 Reran this script and updated the results table. by bart · 15 years ago
  13. 368ef5d When looking for the text section in a PE executable ignore any by tom · 15 years ago
  14. 232b9aa Update oprofiling notes a bit. by sewardj · 15 years ago
  15. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  16. 343a504 Add a comment. by njn · 15 years ago
  17. 1a95e05 Remove the --all option from vg_perf. It's useless now that there are by njn · 15 years ago
  18. 13118f8 Add some more functions to the default --alloc-fns list. Had to tweak how by njn · 15 years ago
  19. a192daf Just whitespace and comment changes. by njn · 15 years ago
  20. 58899e8 Fix a problem with r10384: it was failing to read the ELF header if the by njn · 15 years ago
  21. 018916e Fix statistics with multiple changes of instrumentation state by weidendo · 15 years ago
  22. 48b2461 Change demangler to not use excessive space from stack by weidendo · 15 years ago
  23. 33e57a7 Make the Linux launcher more like the Darwin one in how it reads the by njn · 15 years ago
  24. 2c4e535 Add a comment. by njn · 15 years ago
  25. eb4e0b6 Suppression wasn't general enough. Caught by Jeroen Witmond. by njn · 15 years ago
  26. af25f67 Applied the patch attached to http://bugs.kde.org/show_bug.cgi?id=165468: fixed some formatting inconsistencies. by bart · 15 years ago
  27. 8b14538 Suppress a leak in setenv(). Fixes bug 188572. by njn · 15 years ago
  28. cc7b218 An fd in the Darwin launcher wasn't being closed. by njn · 15 years ago
  29. 6612106 Fix 'make check' for automake-1.7. Fixes bugs 197898 and 197901. by njn · 15 years ago
  30. e5e0efa Use the value set in the environment variable DRD_SEGMENT_MERGING_INTERVAL if the segment merging interval has not been specified as a command-line option. by bart · 15 years ago
  31. 6f1d716 Changed default segment merging interval from 64 to 10. by bart · 15 years ago
  32. fcac80b Added tool option --drd-stats=yes. by bart · 15 years ago
  33. fd1b461 In VG_(get_changed_segments) use dynamic memory allocation rather than by njn · 15 years ago
  34. 609f25d Remove some unnecessary tests. by njn · 15 years ago
  35. 30987c5 The previous commit broke the 32-bit build, which is now fixed. by bart · 15 years ago
  36. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  37. 1926053 Suppress a Cond error in pthread_rwlock_init(). Fixes bug 196528. by njn · 15 years ago
  38. 18e2470 Add a comment. by njn · 15 years ago
  39. 7113acb Support and test mincore() on Darwin. by njn · 15 years ago
  40. 25eba41 Enable mincore() on AMD64/Linux. Hopefully fixes bug 197591. by njn · 15 years ago
  41. cc37d2e Abort if a dir is given to --suppressions. Fixes bug 197456. by njn · 15 years ago
  42. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  43. 109d5da Fixed typo. by bart · 15 years ago
  44. 9dedafe Statistics: fixed bug introduced in r10356. by bart · 15 years ago
  45. 9f617a8 Statistics: do not only count DRD_(bm_new)() calls but also DRD_(bm_init)() calls as level one bitmap creation events. by bart · 15 years ago
  46. f6ec1fe Combined DRD_(thread_new_segment)() and DRD_(thread_combine_vc_sync)() by bart · 15 years ago
  47. e521466 Made --drd-stats=yes output even more verbose. by bart · 15 years ago
  48. 6584b69 Merged revisions 10129:10130 from the DRDDEV branch to the trunk. by bart · 15 years ago
  49. 54803fe Updated code for statistics printed by --drd-stats=yes. by bart · 15 years ago
  50. 3358b9e Generalized a suppression pattern. by bart · 15 years ago
  51. 7b7f3d4 Updated test plan. by bart · 15 years ago
  52. 74c2b68 Reran SPLASH-2 benchmark. by bart · 15 years ago
  53. 9331c7b Make the sys_newlstat wrapper more like those of similar *stat() syscalls. by njn · 15 years ago
  54. 0a1951d Callgrind: fix instrumentation for arbitrary events per guest instruction by weidendo · 15 years ago
  55. 0b23d6e Avoid variable name "new", use more concrete name instead by weidendo · 15 years ago
  56. b818f7a Added #include <stdint.h>. by bart · 15 years ago
  57. c94b50a Skip the pth_create_chain test on ppc. by bart · 15 years ago
  58. 4be4e2a by njn · 15 years ago
  59. 8762df7 Get rid of ACKNOWLEDGEMENTS, because it overlaps hugely with AUTHORS. by njn · 15 years ago
  60. fde4707 Add some cases to darwin/scalar.c, and tweak the macros used a little. by njn · 15 years ago
  61. 631b819 Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271. by njn · 15 years ago
  62. 2c7e5ca Move the Darwin _nocancel tests to a different file so they can be tested by njn · 15 years ago
  63. a8f0629 Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860. by njn · 15 years ago
  64. 5fd2814 - Added more comments in DRD's malloc wrappers. by bart · 15 years ago
  65. 4dfebf2 Updated ignore list. by bart · 15 years ago
  66. 956801f Added test code for realloc(). by bart · 15 years ago
  67. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  68. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  69. d8c5f12 Update scalar.stderr.exp; this should have gone in with r10288. by njn · 15 years ago
  70. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  71. 8f1da73 Handle shmctl on Darwin. From bug 191271. by njn · 15 years ago
  72. 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
  73. 4eeb0e5 Avoid recursion in VG_(exit). by njn · 15 years ago
  74. 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago
  75. bea46ea Remove callgrind/docs/index.xml, which is a relic from when Callgrind was by njn · 15 years ago
  76. 5b61bda Fixed bug in DRD's realloc() wrapper. by bart · 15 years ago
  77. 5542d8f Abort if a --log-file filename begins with a '~'. by njn · 15 years ago
  78. 386ae74 Suppress some still-reachable warnings that come up for "Hello World" on Darwin. by njn · 15 years ago
  79. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  80. f479a50 More ignore updates. by rjwalsh · 15 years ago
  81. 8e0f84a Update ignores. by rjwalsh · 15 years ago
  82. 052f170 Remove references to the now-defunct INSTALL file. by njn · 15 years ago
  83. 6d78998 Generalized a libgomp suppression pattern. by bart · 15 years ago
  84. 87beea5 Updated test plan. by bart · 15 years ago
  85. 66e331e Updated list of bugs fixed in 3.5.0. by bart · 15 years ago
  86. 3eecd9a Robustness improvement: print an error message instead of triggering an assertion failure upon semaphore reinitialization during sem_wait(). by bart · 15 years ago
  87. 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
  88. 57ae7ad - Robustness improvement: do not trigger an assertion failure if one by bart · 15 years ago
  89. c02dde4 Disabled libgomp intercepts. Since libgomp support was added to DRD, the by bart · 15 years ago
  90. c42f2b9 Updated test plan. by bart · 15 years ago
  91. 7cb550f Increased gcc version from 4.3.2 to 4.4.0. by bart · 15 years ago
  92. 3e606a4 x86-linux: sys_set_thread_area: don't allocate GDT entry number zero, by sewardj · 15 years ago
  93. f31cce9 Increase a hard limit that was reached in the wild. by njn · 15 years ago
  94. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  95. e43358f Nightly test changes: by njn · 15 years ago
  96. acda178 Remove exp-omega's code. It was disabled in 3.4.0 to few complaints. by njn · 15 years ago
  97. c6ab7b6 NEWS updates. by njn · 15 years ago
  98. 7a9f153 Updated list of bugs fixed in 3.5.0. by bart · 15 years ago
  99. 513d8cf Fixed argument types and names. by bart · 15 years ago
  100. 962c72c tsan_unittest.cpp does now compile cleanly even with -Wshadown enabled. by bart · 15 years ago