1. 9d624d1 Dynamically allocate the origin tracking cache as needed (only for by sewardj · 16 years ago
  2. 7244e71 Re-check complex and fragile bit-twiddling pertaining to indexing into by sewardj · 16 years ago
  3. 56adc35 by sewardj · 16 years ago
  4. 7ce7166 by sewardj · 16 years ago
  5. fb27ca7 Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. by sewardj · 16 years ago
  6. 66385b4 Bump the core/tool iface version number, since the just-merged-in by sewardj · 16 years ago
  7. 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 16 years ago
  8. 7cf4e6b by sewardj · 16 years ago
  9. acc9985 Update (minor). by sewardj · 16 years ago
  10. c45fec3 Fixed compiler warning. by bart · 16 years ago
  11. 75e9a5a Removed -Wextra since this option has another name in gcc 3.0 (-W). by bart · 16 years ago
  12. f28b7d1 Added #include <stdio.h>. by bart · 16 years ago
  13. 2f5985a Added prereq clause. by bart · 16 years ago
  14. 5ae1fd9 Added to repository. by bart · 16 years ago
  15. 42a0697 Fixed a compiler warning. by bart · 16 years ago
  16. ad292b5 Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS. by bart · 16 years ago
  17. 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 16 years ago
  18. f06a123 Restored original bitmap test patterns. by bart · 16 years ago
  19. 3bba3ed Make sure the test for kernel version 2.6.22 will work correctly for the future kernel versions 2.6.220 .. 2.6.229. by bart · 16 years ago
  20. 6c895c8 Updated expected output according to glibc 2.8 changes. by bart · 16 years ago
  21. 3af9e99 Added documentation for PRINT() macro in syscall wrappers. by bart · 16 years ago
  22. df96197 Updated Makefile.am after having renamed an output file. by bart · 16 years ago
  23. bb89b04 Compiles now on systems without definition of CLOCK_MONOTONIC. by bart · 16 years ago
  24. 59e2f18 Added configure test for CLOCK_MONOTONIC. by bart · 16 years ago
  25. 1e597d6 update suppression for glibc 2.8: the backtrace by dirk · 16 years ago
  26. eb939fc fix typo by dirk · 16 years ago
  27. 70c424a Added reference to SPLASH-2. by bart · 16 years ago
  28. d34919f Updated to do list. by bart · 16 years ago
  29. ba8e52e Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on kernel 2.6.25 and later. by bart · 16 years ago
  30. e832bf4 Fixed typo. by bart · 16 years ago
  31. 0114ec1 Fixed typo. by bart · 16 years ago
  32. 7f830a4 Added more output variants. by bart · 16 years ago
  33. 3cee10a Renamed suppression file. by bart · 16 years ago
  34. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  35. fc7c30a Added regression test for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  36. 71bad29 Added more configure tests. by bart · 16 years ago
  37. 004dc0b Added interpreter name. by bart · 16 years ago
  38. c381849 Added yet another output variant. by bart · 16 years ago
  39. 137f8f6 Added yet another output variant. by bart · 16 years ago
  40. d8b6689 Added yet another output variant. by bart · 16 years ago
  41. b7bc6e0 Added yet another output variant. by bart · 16 years ago
  42. 122812d Filtered malloc/free statistics out from more output variant files. by bart · 16 years ago
  43. c260d73 Added yet another malloc_free_fill output variant. by bart · 16 years ago
  44. 9f7c35f Removed malloc/free statistics from alternate output files. by bart · 16 years ago
  45. e71890a The sigkill regression test no longer attempts to set signal handlers for the signal numbers 32 and 33. by bart · 16 years ago
  46. a50aa8a Replaced tests for eventfd() and eventfd_read(). by bart · 16 years ago
  47. 18493aa Filtered out malloc/free statistics. by bart · 16 years ago
  48. 18743dd Filtered out malloc/free statistics. by bart · 16 years ago
  49. 45f7c05 Filtered out malloc/free statistics. by bart · 16 years ago
  50. 88477ee Filtered out malloc/free statistics from mallinfo test. by bart · 16 years ago
  51. 7bda0b9 filter_allocs now also works when any of the numbers to be filtered out is greater than or equal to 1000. by bart · 16 years ago
  52. 3a3e8ca Suppress unavoidable warning during compilation of pth_cancel1.c. by bart · 16 years ago
  53. 63095f5 Added actual syslog system call test. by bart · 16 years ago
  54. ce48fa9 Added tests for <sys/klog.h> and klogctl(). by bart · 16 years ago
  55. f7db457 Added regression test for Linux' syslog system call (called klogctl by glibc). by bart · 16 years ago
  56. 65bfd21 Enabled syslog and create_module system calls. by bart · 16 years ago
  57. f477549 Documentation now matches the implementation of the Linux time system call wrapper. by bart · 16 years ago
  58. 35ee3fa Made source code C90 compliant. by bart · 16 years ago
  59. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  60. 07596a2 glibc 2.8 has the very same checking reports as did by dirk · 16 years ago
  61. e721dfd Do not run the memory allocation test on LinuxThreads systems. by bart · 16 years ago
  62. 5a4fb83 Took into account that mallinfo() is not supported on all platforms. by bart · 16 years ago
  63. c411d1c Added configure test for mallinfo(). by bart · 16 years ago
  64. 5f3c0f5 Updated expected output. by bart · 16 years ago
  65. 05ef357 Ensured all allocated memory is freed before exiting. by bart · 16 years ago
  66. 71a50b3 Moved mallinfo regression test from none/tests to memcheck/tests. by bart · 16 years ago
  67. bee023b Made mallinfo() regression test more extensive, based on a contribution by Eugene Toder. by bart · 16 years ago
  68. 545380e Refined mallinfo() implementation (contributed by Eugene Toder). by bart · 16 years ago
  69. 145fe1c Make exp-drd also work on programs not linked with -lpthread. by bart · 16 years ago
  70. 737cf0d Fixed typo. by bart · 16 years ago
  71. 2da97ba Removed superfluous libraries for the memory_allocation test program. by bart · 16 years ago
  72. e8a274c Added missing VG_(cli_free)() call. by bart · 16 years ago
  73. 412efe5 Added regression test for drd's memory allocation replacement functions. by bart · 16 years ago
  74. fd2ffb0 Added info about slowdown caused by the exp-drd tool. by bart · 16 years ago
  75. aae367c Updated to do list. by bart · 16 years ago
  76. 6bbefaf Added more detailed statistics about thread_new_segment() calls. by bart · 16 years ago
  77. 5d421ba Disabled complex logic in danger_set_update_needed() since it did not result in any speedup. by bart · 16 years ago
  78. 68d9fab Added regression test for mallinfo(). by bart · 16 years ago
  79. c3c9839 Added mallinfo() implementation based on patch by Eugene Toder (see also bug 160956). by bart · 16 years ago
  80. 76719bf Made gcc version check more robust. by bart · 16 years ago
  81. 5018f53 Fixed compiler warning. by bart · 16 years ago
  82. 44ceea2 Replaced -nostdlib by -nodefaultlibs such that constructors are executed at shared library load time. Replaced _init() function in drd_pthread_intercepts.c by a function with a constructor attribute in order to increase portability. by bart · 16 years ago
  83. b93846e Modified output of stack trace printed at start of thread (code is commented out). by bart · 16 years ago
  84. 14b151d Remove VG_ prefixing from static (non-exported) functions. by sewardj · 16 years ago
  85. 1a0cb6a Extended VG_(message)() buffer from 100 to 128 characters. Made sure that lines printed by different threads are not mixed up in the output. by bart · 16 years ago
  86. 44c6678 Added Amarok. by bart · 16 years ago
  87. 9955415 Updated to do list. by bart · 16 years ago
  88. 7cd7d7f Added bm_compare(). by bart · 16 years ago
  89. 82195c1 Enable danger set checking when the environment variable DRD_VERIFY_DANGER_SET is set. by bart · 16 years ago
  90. 4af812e Renamed thread_update_danger_set() into thread_compute_danger_set(). by bart · 16 years ago
  91. d441344 Added yet another output variant. by bart · 16 years ago
  92. 8d91819 Fixed tool name. by bart · 16 years ago
  93. b920b66 Added yet another output variant. by bart · 16 years ago
  94. 15728ab Only read debug information from regular files, and not from device nodes. Do not complain on files for which we do not have read access. by bart · 16 years ago
  95. e4504dd More statistics are now printed about DRD's behavior. by bart · 16 years ago
  96. d66e3a8 Added more counters. Reduced number of danger set updates slightly. by bart · 16 years ago
  97. f729197 Added vc_combine2(). by bart · 16 years ago
  98. fbbac09 Added vc_combine2(). by bart · 16 years ago
  99. 0ff483d Added and commented out code for printing the result of VG_(get_StackTrace)(). by bart · 16 years ago
  100. 8514502 Trace lines enabled by --trace-segment=yes now include the thread ID of the created thread instead of the creator thread. by bart · 16 years ago