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