1. f5acbbc Bug fix: bm_equal() now also works if the first argument contains one or more bitmap structures that are entirely zero. by bart · 16 years ago
  2. 214493b Added more tests. by bart · 16 years ago
  3. 99a95fa Added -O2 to the compilation flags of drd_bitmap_test. by bart · 16 years ago
  4. a9eba35 Converted VG_(assert_fail)() to ANSI C. by bart · 16 years ago
  5. 105e69c Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yes by sewardj · 16 years ago
  6. dc056b7 Add a regression test for fxsave. by sewardj · 16 years ago
  7. c700172 Add a test case for #157748. by sewardj · 16 years ago
  8. a6fa902 Update the list of bugs to be fixed. by sewardj · 16 years ago
  9. ae18cd0 Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set. by sewardj · 16 years ago
  10. e64de43 Add missing words to comment. by sewardj · 16 years ago
  11. cec15e8 Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). by sewardj · 16 years ago
  12. 8be8860 Build fixes for AIX5.3. by sewardj · 16 years ago
  13. 352122c Suppress stack-switching message in XML mode. by sewardj · 16 years ago
  14. c93c222 Un-break signal frame delivery on ppc64 following recent Memcheck by sewardj · 16 years ago
  15. 351f967 Add an expected output for ppc64-linux; probably required due to dodgyness in by sewardj · 16 years ago
  16. 85857ab Why doesn't this sodding language have a half-decent type system? by sewardj · 16 years ago
  17. dff8240 Add a test for origin tracking through large floating point arrays. by sewardj · 16 years ago
  18. 7713980 Add comments giving an overview of the origin tracking implementation. by sewardj · 16 years ago
  19. cd0f2bd Add documentation on the new --track-origins=no|yes [no] flag. by sewardj · 16 years ago
  20. d2765d8 Make sure that the return value of highest_used_stack_address() is a valid stack pointer. by bart · 16 years ago
  21. 672a82d Fixed compiler warnings. by bart · 16 years ago
  22. e5b3638 Disable gcc warnings about shadowed variables when compiling varinfo2.c. by bart · 16 years ago
  23. fb088fd Suppressed most output while the regression test is run. by bart · 16 years ago
  24. a3f6109 Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal(). by bart · 16 years ago
  25. 5b14816 Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf is not found. by bart · 16 years ago
  26. 8556957 Changed #if defined(platform) tests into #if defined(HAVE_...) tests. by bart · 16 years ago
  27. fea0692 Added configure tests for PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_MUTEX_ERRORCHECK_NP, PTHREAD_MUTEX_RECURSIVE_NP and PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. by bart · 16 years ago
  28. 0baacb3 Reverted last commit since it does not fix anything (unfortunately). by bart · 16 years ago
  29. 303dbe8 Print an error message if /usr/bin/getconf is not found. by bart · 16 years ago
  30. b6a4ece Remove a bit of unused code. by sewardj · 16 years ago
  31. 5fa8780 Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to by sewardj · 16 years ago
  32. 32fcd8d Refined assert statements. by bart · 16 years ago
  33. ab96eca Added yet another assertion statement. by bart · 16 years ago
  34. 1fb1755 Postponed call of vg_set_main_thread_state() from /lib/ld-*.so:_start() to the call of main(), the program entry point. by bart · 16 years ago
  35. 6ad00b7 Added an assert statement to check the validity of the computed highest used stack address. by bart · 16 years ago
  36. 9d624d1 Dynamically allocate the origin tracking cache as needed (only for by sewardj · 16 years ago
  37. 7244e71 Re-check complex and fragile bit-twiddling pertaining to indexing into by sewardj · 16 years ago
  38. 56adc35 by sewardj · 16 years ago
  39. 7ce7166 by sewardj · 16 years ago
  40. fb27ca7 Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. by sewardj · 16 years ago
  41. 66385b4 Bump the core/tool iface version number, since the just-merged-in by sewardj · 16 years ago
  42. 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 16 years ago
  43. 7cf4e6b by sewardj · 16 years ago
  44. acc9985 Update (minor). by sewardj · 16 years ago
  45. c45fec3 Fixed compiler warning. by bart · 16 years ago
  46. 75e9a5a Removed -Wextra since this option has another name in gcc 3.0 (-W). by bart · 16 years ago
  47. f28b7d1 Added #include <stdio.h>. by bart · 16 years ago
  48. 2f5985a Added prereq clause. by bart · 16 years ago
  49. 5ae1fd9 Added to repository. by bart · 16 years ago
  50. 42a0697 Fixed a compiler warning. by bart · 16 years ago
  51. ad292b5 Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS. by bart · 16 years ago
  52. 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 16 years ago
  53. f06a123 Restored original bitmap test patterns. by bart · 16 years ago
  54. 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
  55. 6c895c8 Updated expected output according to glibc 2.8 changes. by bart · 16 years ago
  56. 3af9e99 Added documentation for PRINT() macro in syscall wrappers. by bart · 16 years ago
  57. df96197 Updated Makefile.am after having renamed an output file. by bart · 16 years ago
  58. bb89b04 Compiles now on systems without definition of CLOCK_MONOTONIC. by bart · 16 years ago
  59. 59e2f18 Added configure test for CLOCK_MONOTONIC. by bart · 16 years ago
  60. 1e597d6 update suppression for glibc 2.8: the backtrace by dirk · 16 years ago
  61. eb939fc fix typo by dirk · 16 years ago
  62. 70c424a Added reference to SPLASH-2. by bart · 16 years ago
  63. d34919f Updated to do list. by bart · 16 years ago
  64. ba8e52e Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on kernel 2.6.25 and later. by bart · 16 years ago
  65. e832bf4 Fixed typo. by bart · 16 years ago
  66. 0114ec1 Fixed typo. by bart · 16 years ago
  67. 7f830a4 Added more output variants. by bart · 16 years ago
  68. 3cee10a Renamed suppression file. by bart · 16 years ago
  69. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  70. fc7c30a Added regression test for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  71. 71bad29 Added more configure tests. by bart · 16 years ago
  72. 004dc0b Added interpreter name. by bart · 16 years ago
  73. c381849 Added yet another output variant. by bart · 16 years ago
  74. 137f8f6 Added yet another output variant. by bart · 16 years ago
  75. d8b6689 Added yet another output variant. by bart · 16 years ago
  76. b7bc6e0 Added yet another output variant. by bart · 16 years ago
  77. 122812d Filtered malloc/free statistics out from more output variant files. by bart · 16 years ago
  78. c260d73 Added yet another malloc_free_fill output variant. by bart · 16 years ago
  79. 9f7c35f Removed malloc/free statistics from alternate output files. by bart · 16 years ago
  80. e71890a The sigkill regression test no longer attempts to set signal handlers for the signal numbers 32 and 33. by bart · 16 years ago
  81. a50aa8a Replaced tests for eventfd() and eventfd_read(). by bart · 16 years ago
  82. 18493aa Filtered out malloc/free statistics. by bart · 16 years ago
  83. 18743dd Filtered out malloc/free statistics. by bart · 16 years ago
  84. 45f7c05 Filtered out malloc/free statistics. by bart · 16 years ago
  85. 88477ee Filtered out malloc/free statistics from mallinfo test. by bart · 16 years ago
  86. 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
  87. 3a3e8ca Suppress unavoidable warning during compilation of pth_cancel1.c. by bart · 16 years ago
  88. 63095f5 Added actual syslog system call test. by bart · 16 years ago
  89. ce48fa9 Added tests for <sys/klog.h> and klogctl(). by bart · 16 years ago
  90. f7db457 Added regression test for Linux' syslog system call (called klogctl by glibc). by bart · 16 years ago
  91. 65bfd21 Enabled syslog and create_module system calls. by bart · 16 years ago
  92. f477549 Documentation now matches the implementation of the Linux time system call wrapper. by bart · 16 years ago
  93. 35ee3fa Made source code C90 compliant. by bart · 16 years ago
  94. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  95. 07596a2 glibc 2.8 has the very same checking reports as did by dirk · 16 years ago
  96. e721dfd Do not run the memory allocation test on LinuxThreads systems. by bart · 16 years ago
  97. 5a4fb83 Took into account that mallinfo() is not supported on all platforms. by bart · 16 years ago
  98. c411d1c Added configure test for mallinfo(). by bart · 16 years ago
  99. 5f3c0f5 Updated expected output. by bart · 16 years ago
  100. 05ef357 Ensured all allocated memory is freed before exiting. by bart · 16 years ago