1. ba0818d Introduced the functions DRD_(malloclike_block)() and DRD_(freelike_block)(). by bart · 15 years ago
  2. 20d411e Compiles now on RHEL 5.3 systems. In the RHEL 5.3 headers __NR_timerfd_create is defined but neither __NR_timerfd_settime nor __NR_timerfd_gettime. by bart · 15 years ago
  3. aa6dd81 Updated cross-compilation nightly build config files (not in use at this time). by bart · 15 years ago
  4. f96aa84 Refactor and recomment async-sigs so it's easier to understand. Send all by njn · 15 years ago
  5. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  6. 9698605 Split up sync_sighandler into three functions, and refactor the code within by njn · 15 years ago
  7. 36a00f3 Remove VKI_SI_TKILL for platforms that don't have it. by njn · 15 years ago
  8. c387496 Don't use obviously Linux-specific things unless on Linux. (Nb: This change by njn · 15 years ago
  9. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  10. d6f6a42 Convert more VG_(message) calls to VG_*MSG. by njn · 15 years ago
  11. 26e4544 by njn · 15 years ago
  12. 52040a4 Be safer in sanitize_si_code. by njn · 15 years ago
  13. 81f52d1 Make --trace-signals=yes output better. by njn · 15 years ago
  14. 3b6b2aa Factor out some repeated code. by njn · 15 years ago
  15. 5a350be Merge parts of r9397 from the DARWIN branch, mostly layout cleanups, a by njn · 15 years ago
  16. 1c4a487 Use -q on varinfo tests to avoid platform-specific differences in number of by njn · 15 years ago
  17. 26db80b Merged r9678 (removed a compile warning) from the DARWIN branch. by njn · 15 years ago
  18. 27a0024 Add some extra symbol comparisons, based on those from the DARWIN branch. by njn · 15 years ago
  19. 2f2b1b3 Merged r9673 (remove susphello) from the DARWIN branch. by njn · 15 years ago
  20. 28eafaa Merge r9667 (fdleak_ipv4 portability tweak) from the DARWIN branch. by njn · 15 years ago
  21. c885053 Merge r9666 (badseg portability tweak) from the DARWIN branch. by njn · 15 years ago
  22. c7b0b3a Added more comments. by bart · 15 years ago
  23. 059539d Merge r9661 (remove m_signals.c magic numbers) from the DARWIN branch. by njn · 15 years ago
  24. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 15 years ago
  25. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  26. a04c20d Merge r9614 (make more_x86_fp compile on darwin) from the DARWIN branch. by njn · 15 years ago
  27. a666a2e Add a list of bugs reported since 3.4.1 was released. 50 new bug by sewardj · 15 years ago
  28. bcaa2c8 Comment-only change: add comments pertaining to revs 9329 and 9469, by sewardj · 15 years ago
  29. 8286496 Only run the nightly build if there was a commit during the last 24 hours. by bart · 15 years ago
  30. ace90d8 Make the graphs drawn by ms_print less confusing. by njn · 15 years ago
  31. b634b5d bm_equal() now also supports comparing bitmaps where some or all of the second-level bitmaps are entirely zero. by bart · 15 years ago
  32. 24f5390 Fixed typo spotted by Jeroen Witmond. by bart · 15 years ago
  33. 55eaf38 Only run the pth_create_glibc_2_0 regression test if glibc supports pthread_create@GLIBC2.0. by bart · 15 years ago
  34. 33c240a Updated an expected output file. by bart · 15 years ago
  35. 16e1c5a Fixed pthread_create@GLIBC2.0 detection test. by bart · 15 years ago
  36. 3e61185 Fixed compiler warnings triggered by the test programs that include both <stdlib.h> and "pub_tool_oset.h". by bart · 15 years ago
  37. faec72f Added regression test pth_create_glibc_2_0. by bart · 15 years ago
  38. 36dd85a Added configure test for pthread_create@GLIBC2.0(). by bart · 15 years ago
  39. cd99d94 Updated list of bugs fixed in 3.5.0. by bart · 15 years ago
  40. e984fe9 Reran SPLASH-2 benchmark. by bart · 15 years ago
  41. d5b0f6c Added more error checking. by bart · 15 years ago
  42. 114c9ba Added more documentation and error checking. by bart · 15 years ago
  43. 66c6277 glibc 2.8 expected output updates. by bart · 15 years ago
  44. f43b177 Yet another performance optimization. by bart · 15 years ago
  45. e6e86c5 Rearranged bm_access_range* functions. by bart · 15 years ago
  46. 8c04673 bm0_clear_range by bart · 15 years ago
  47. 21fd4f3 Merge r9621 (move int3-x86 into x86-linux/) from the DARWIN branch. by njn · 15 years ago
  48. d0f18a8 Merge r9619 (fix more_x86_fp on Darwin) from the DARWIN branch. by njn · 15 years ago
  49. 7b7f666 Unbreak pushfpopf on Linux. by njn · 15 years ago
  50. 9d94cf2 Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch. by njn · 15 years ago
  51. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  52. 25a439a Minor optimization: eliminated one if statement from each bm_clear*() function. by bart · 15 years ago
  53. b9acfbe Merge r9605 (make tronical work on Darwin) from the DARWIN branch. by njn · 15 years ago
  54. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  55. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  56. 07581aa Removed some Darwin-specific code that crept in from the DARWIN branch. by njn · 15 years ago
  57. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  58. da3a77b Another performance optimization. by bart · 15 years ago
  59. e2c7e67 Simplified bm_clear* implementations. by bart · 15 years ago
  60. 0a79e88 Added --show-confl-seg=no to the tc19_shadowmem test, which speeds up the test by about 10%. by bart · 15 years ago
  61. e7dff24 Made DRD_(thread_set_pthreadid)() idempotent. by bart · 15 years ago
  62. 578eeb4 Optimized the functions for clearing bits in bitmaps. by bart · 15 years ago
  63. 56a3406 Fixed bug in bm0_clear_range() that caused this fucntion to clear more bits than it should clear. by bart · 15 years ago
  64. c67d153 - Added more tests. - Extended error reporting. by bart · 15 years ago
  65. fa1e787 Put LINUX_SOURCES in alphabetical order. by njn · 15 years ago
  66. c8259b8 by sewardj · 15 years ago
  67. c39d109 Fixed #189763. by bart · 15 years ago
  68. 01f0fa6 Added expected output for 32-bit systems. Added -64bit suffix for existing expected output file. by bart · 15 years ago
  69. 8df361f glibc-2.3 expected output updates. by bart · 15 years ago
  70. 3355ec5 Compiles now on older Linux distributions too. by bart · 15 years ago
  71. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 15 years ago
  72. e1c350f Move with-space to linux/, because it's hard to replicate on Darwin. by njn · 15 years ago
  73. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 15 years ago
  74. 0f8731a Merge r9564 (make pth_cvsimple more reliable) from the DARWIN branch. by njn · 15 years ago
  75. e66bccb Remove nanoleak.vgtest, it's a trivial test. nanoleak.c is used by by njn · 15 years ago
  76. 3b66a23 Fix the installation instructions in the manual. by njn · 15 years ago
  77. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 15 years ago
  78. 058f635 Include the CPPFLAGS in the CCASFLAGS. This fixes a problem with pre-1.10 by njn · 15 years ago
  79. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  80. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  81. fed4e97 Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. by njn · 15 years ago
  82. 9a55ee8 These three files should have been added in r9537. by njn · 15 years ago
  83. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 15 years ago
  84. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  85. 663a8cc Fix a Ptrcheck suppression. by njn · 15 years ago
  86. 36b6517 Merge r9529 (better memalign abort message) from the DARWIN branch. by njn · 15 years ago
  87. 62f0099 Another suppression pattern generalization. by bart · 15 years ago
  88. 430c45f Make sure that DRD does not complain about mutexes being held too long on systems where the clock can go backward. Apparently this happens frequently when Linux is running inside a virtual machine. by bart · 15 years ago
  89. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  90. 87fa0df Fixed typo in usage instructions: replaced bin/night by bin/nightly. by bart · 15 years ago
  91. 56174ad Updated list of bugs fixed in 3.5.0. by bart · 15 years ago
  92. 0e5edcd Generalized a suppression pattern. by bart · 15 years ago
  93. 325cd97 Fixed bug #188046: replaced a bashism by a POSIX compliant shell statement. by bart · 15 years ago
  94. 1169b79 Made pth_detached2 regression test more reliable. by bart · 15 years ago
  95. 6a16a4c Another test plan update. by bart · 15 years ago
  96. aca8885 Updated ignore list. by bart · 15 years ago
  97. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  98. 36ba59d Updated test plan. by bart · 15 years ago
  99. 5685ade Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, but by sewardj · 15 years ago
  100. 71633b1 Handle new pseudo-register IP_AT_SYSCALL when origin-tracking is by sewardj · 15 years ago