1. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  2. 82d9c90 Indicate the fix for 339721 is only partial by philippe · 10 years ago
  3. d4636ab fix 339721 assertion 'check_sibling == sibling' failed in readdwarf3.c ... by philippe · 10 years ago
  4. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  5. de6ffbd Entangle header files a bit. Specifically, pub_core_basics.h no longer by florian · 10 years ago
  6. 99e644a Use correct tag names in sys_getdents/64 wrappers. by florian · 10 years ago
  7. d6b9fcc The XArray element type of variable "described" is HChar not UChar. by florian · 10 years ago
  8. 2f088e7 Merge revisions 14337, 14596 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  9. fed3c04 Merge six easy pieces from the BUF_REMOVAL branch: by florian · 10 years ago
  10. 94086c7 Merge revisions 14216,14591,14593 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  11. 55fd2eb Update. by sewardj · 10 years ago
  12. a5682e0 Add entry to NEWS file for fixed bugzilla 339433 by carll · 10 years ago
  13. 5b83063 Add entry to NEWS file for fixed bugzilla 339182 by carll · 10 years ago
  14. 74054f4 Merge r14125 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  15. c7c92db Merge revisions 14212 and 14586 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  16. 5cdf526 drd/tests/std_thread2.supp: Add a suppression pattern by bart · 10 years ago
  17. ed596b8 Fix VG_(snprintf) missing arg in inner setup by philippe · 10 years ago
  18. cf6e734 Merge r14229 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  19. 3b860fc Merge r14251 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  20. 606afa9 Merge r14209 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  21. 7d3ae57 Merge r14208 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  22. 29d82f6 Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  23. 58946e9 Merge revisions 14203,14574,14575 from the BUF_REMOVAL by florian · 10 years ago
  24. 7e90510 Remove unneeded header file which does not exist on Darwin. by florian · 10 years ago
  25. 1dade8e mips64: enable soft-float build of the tests by petarj · 10 years ago
  26. 4110f6a mips64: run FPU tests only when FPU is available by petarj · 10 years ago
  27. 88cd162 mips: extend mips_features with a check for FPU by petarj · 10 years ago
  28. 9e431f0 implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel does not check by cborntra · 10 years ago
  29. 202148c provide ioctl handlers for KVM_SET_TSS_ADDR. part of bugzilla 339424 by cborntra · 10 years ago
  30. b5b755f The testbuckets none/tests/ppc{32,64} did not build in case the by florian · 10 years ago
  31. 3629f4a Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO by florian · 10 years ago
  32. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  33. a5c9af6 Adapt LibVEX_Init invocation due to VEX r2955 changes. by florian · 10 years ago
  34. 6e468f4 Fix some comments that were still describing 32Gb as the limit for 'fast' memcheck by philippe · 10 years ago
  35. 7e4f04f Add missing ]] to terminate CDATA. Missing brackets are causing by philippe · 10 years ago
  36. db16f83 Fix wrong checking of ARG2 of getrlimit by philippe · 10 years ago
  37. 0af05d4 Handle explicitely all enum values in 'switch' on AddrInfo tag by philippe · 10 years ago
  38. 304e8fb Remove anouncement of helgrind dead in coregrind/m_debuginfo/README.txt by philippe · 10 years ago
  39. 2d1f256 fix 339156 - gdbsrv not called for fatal signal by philippe · 10 years ago
  40. 0f90fe1 r14319 dropped adding -Wwrite-strings to the compile flags. Add it back in. by florian · 10 years ago
  41. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  42. f09d2a9 Remove a few useless asserts after memory allocation. by florian · 10 years ago
  43. 29fa14b Remove a few pointless asserts because the allocation functions by florian · 10 years ago
  44. f9aa4cb Enable -Wcast-align globally. Tested on x86-64, s390, and ppc64. by florian · 10 years ago
  45. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  46. b68c947 DRD: Handle Imbe_CancelReservation properly (clrex on ARM) by bart · 10 years ago
  47. a419291 drd/Makefile.am: Add -Wswitch-enum by bart · 10 years ago
  48. 454bd96 Prepare NEWS sections for the next release 3.11.0 by philippe · 10 years ago
  49. cd70d49 Fix type2index. It did not handle decimal floating point types. by florian · 10 years ago
  50. a57f114 Valgrind regression test fix for stfdpx instruction. by carll · 10 years ago
  51. a4ca4fe Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly. by florian · 10 years ago
  52. bc25198 Update a comment by florian · 10 years ago
  53. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  54. f2df332 Fix leak that can happen in case of IO error between V gdbsrv and vgdb. by philippe · 10 years ago
  55. fd40d8b Remove a comment that is no longer valid. The real reason we (now) by florian · 10 years ago
  56. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  57. 5e1e923 Document NULL-ness of the return value of the dedup allocation functions. by florian · 10 years ago
  58. 6a65074 Document that VG_(newPA) and VG_(allocEltPA) never return NULL. by florian · 10 years ago
  59. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  60. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  61. bf0ea23 ML_(dinfo_zalloc/strdup) never return NULL. Remove pointless by florian · 10 years ago
  62. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  63. 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
  64. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  65. 8219bff configure.ac: Generalize glibc version check by bart · 10 years ago
  66. fec2447 configure.ac: Generalize gcc / clang version check by bart · 10 years ago
  67. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  68. 659efde Fix a memory leak found by IBM's BEAM checker. by florian · 10 years ago
  69. 511df4e When piecing together the file name of a vgdb FIFO do not allow by florian · 10 years ago
  70. d95f093 Record some bugs outstanding following 3.10.0. by sewardj · 10 years ago
  71. a19c818 Bump version on the trunk (--> 3.11.0.SVN). by sewardj · 10 years ago
  72. a65b6ad Merge r14514 from 3_10_BRANCH (--> 3.10.0) by sewardj · 10 years ago
  73. 47c6d14 Merge r14513 from 3_10_BRANCH (Update docs w.r.t. status of by sewardj · 10 years ago
  74. 4bf35b9 Add a missing break as identified by IBM's BEAM checker. by florian · 10 years ago
  75. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  76. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  77. e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
  78. a75b56e Avoid doing arithmetic with NULL by philippe · 10 years ago
  79. c5090fb Bug 338974 glibc 2.20 changed size of struct sigaction sa_flags on s390 by mjw · 10 years ago
  80. a384c3f Handle gcc version 5.x.y. by mjw · 10 years ago
  81. 3ebc6dc Fix missing break in switch Spotted by Florian Krohm, using BEAM static analyzer by philippe · 10 years ago
  82. edd3033 Accept glibc 2.20 as valid. by mjw · 10 years ago
  83. bd15508 Replace wrong <../memcheck.h> by "../memcheck.h" by philippe · 10 years ago
  84. 6680b51 also do unshare and pivot_root on s390x by cborntra · 10 years ago
  85. b717cef mips32: mention MIPS32/Android as supported platform by petarj · 10 years ago
  86. a069596 Create 3_10_BUGSTATUS.txt. by sewardj · 10 years ago
  87. 3eeeb45 Update. by sewardj · 10 years ago
  88. 8a3377f Add support for sys_pivot_root and sys_unshare. Patch from by sewardj · 10 years ago
  89. 2cef25b update svn ignore lists by petarj · 10 years ago
  90. ba60227 Bug 338803 followup. Only print cross-CU warning when -v is given. by mjw · 10 years ago
  91. 1e3e835 drd/tests: Follow-up for r14478 - make regression test output independent of --read-inline-info by bart · 10 years ago
  92. 1c750c9 mips64: use generic MK_(guess_and_register_stack) by petarj · 10 years ago
  93. 88f762e Disable default-yes setting of read-inline-info for MacOS, and enable by sewardj · 10 years ago
  94. 6b0cdb0 More stack-end-semantics fixups for MacOS following r14422 and r14392. by sewardj · 10 years ago
  95. 92882e5 Go back to $test_dirs after each test run or tests dir run by philippe · 10 years ago
  96. a687b54 update callgrind and cachegrind filtering logic following rev 14469 by philippe · 10 years ago
  97. 57d534d Do not modify a character string that could be a readonly string literal. by florian · 10 years ago
  98. 924fa34 readstabs.c: Don't include a.out.h, just define the stabs symbol nlist entry. by mjw · 10 years ago
  99. 83b18f4 nightly: source is a bashism, use '.' instead by mjw · 10 years ago
  100. ac5aafe nightly: Try harder to get vendor stuff. by mjw · 10 years ago