1. c290b88 Fix bug in do_mremap. Also need to allow SkShmC segments. by florian · 9 years ago
  2. c0401c8 OS X task_info: UNKNOWN task message [id 3405, to mach_task_self(), reply 0x........] by rhyskidd · 9 years ago
  3. 4e08a97 Use fxsave64 and fxrstor64 mnemonics instead of old-school rex64 prefix by rhyskidd · 9 years ago
  4. c174671 Document fix for BZ#347389. by tom · 9 years ago
  5. 2d377e6 valgrind --leak-check=full memleak errors from system libraries on OS X 10.8 by rhyskidd · 9 years ago
  6. 6e7d3d2 Fix suppression for pthread_rwlock_init on OS X 10.8 bz#347151 by rhyskidd · 9 years ago
  7. a6cece9 Fix aspacem segment mismatch: seen with none/tests/bigcode bz#345824 by rhyskidd · 9 years ago
  8. efa71c5 Update. by sewardj · 9 years ago
  9. 1ee59aa Back out most of r15145 which reports bug fixes for various altivec insns. by florian · 9 years ago
  10. 61e63ac Fix fallout from r15138: build error on Darwin due to renamed function. by florian · 9 years ago
  11. e8ffbc2 Fix an outdated comment as pointed out in BZ #211256. by florian · 9 years ago
  12. c0574f1 Update. Mostly ppc insns that appear to have been fixed by florian · 9 years ago
  13. 81de065 Fix BZ #342683. Based on patch by Ivo Raisr. by florian · 9 years ago
  14. 7d4a28b Fix an assertion in the address space manager. BZ #345887. by florian · 9 years ago
  15. 256a6da There is an ABI change in how the PPC64 gcc compiler handles 128 bit arguments by carll · 9 years ago
  16. 7981f42 Update NEWS file with bix for bugzilla 346474. by carll · 9 years ago
  17. 2ca1f26 Enable rt_sigpending syscall on ppc64 linux. by mjw · 9 years ago
  18. 67422dd NEWS: Add entry for bug #346416 / trunk r15123 by bart · 9 years ago
  19. 3ed9236 Announce in NEWS the optimisation done for helgrind big applications by philippe · 9 years ago
  20. d407d94 Update the NEWS file with the fixes for bugzillas 345695, 346267, and 346324. by carll · 9 years ago
  21. d7aa40d fix 346307 fuse filesystem syscall deadlocks by philippe · 9 years ago
  22. 346ee2f Followup to r14898 which changes the storage of segment names by by florian · 9 years ago
  23. 298e46f Announce fix for 231257. A pretty old BZ. We must have fixed this by florian · 9 years ago
  24. 05be8f5 Fix Darwin: -v does not show kernel version bz#201435 by rhyskidd · 9 years ago
  25. 5b684dd Fix a typo by philippe · 9 years ago
  26. 2e5051b Fix memcheck/tests/sendmsg on OS X by rhyskidd · 9 years ago
  27. d4c3744 343902 --vgdb=yes doesn't break when --xml=yes is used by philippe · 9 years ago
  28. f08e29d Fix memcheck/tests/strchr on OS X by rhyskidd · 9 years ago
  29. 924c852 New Option --avg-transtab-entry-size=<number> can be used to tune by philippe · 9 years ago
  30. f631b02 Sort locks by their guestaddr to make the error output independent by florian · 9 years ago
  31. 17040ab Announce in NEWS the new option --valgrind-stacksize by philippe · 9 years ago
  32. 909e035 Announce fix for BZ #345079. by florian · 9 years ago
  33. 7f79309 Announce support for Intel's ICC compiler. Fixes BZ #339542. by florian · 9 years ago
  34. c384301 Updated the NEWS file by carll · 9 years ago
  35. 868bfa2 342353 - Allow dumping full massif output while valgrind is still running by philippe · 9 years ago
  36. 83cbb7a update NEWS to indicate that by philippe · 9 years ago
  37. 135dad5 Fix memcheck/tests/xml1 on OS X 10.10 bz#344939 by rhyskidd · 9 years ago
  38. 8348385 Fix unhandled syscall: unix:348 (__pthread_chdir) and unhandled syscall: unix:349 (__pthread_fchdir) on OS X by rhyskidd · 9 years ago
  39. bc3770e Fix stack traces missing penultimate frame by rhyskidd · 9 years ago
  40. e9ed142 Update. by sewardj · 9 years ago
  41. 593ca41 Update. by sewardj · 9 years ago
  42. 3a75d2e Fix 343173 - helgrind crash during stack unwind by philippe · 9 years ago
  43. 0f9b864 Fix missing libobjc suppressions on OS X 10.10 by rhyskidd · 9 years ago
  44. e14ade1 Fix suppression for pthread_rwlock_init on OS X 10.10 by rhyskidd · 9 years ago
  45. 37192e7 Fix memcheck/tests/err_disable4 test on OS X by rhyskidd · 9 years ago
  46. 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 9 years ago
  47. e3e61c5 Bug #344318 socketcall should wrap recvmmsg and sendmmsg by mjw · 9 years ago
  48. 0e8dd91 Fix configure for Linux kernel >= 4.0-rc1 by cborntra · 9 years ago
  49. 022f7bd Fix bz#343523, OS X mach_ports_register: UNKNOWN task message [id 3403, to mach_task_self(), reply 0x30f] by rhyskidd · 9 years ago
  50. 0fa2167 Fix OS X 10.10 (Yosemite) - missing system calls and fcntl code, courtesy of Bill Zissimopoulos by rhyskidd · 9 years ago
  51. 85774c7 Fix Bug #344314 callgrind_annotate ... commands containing newlines by weidendo · 9 years ago
  52. d22b89b Bug #344307 2 unhandled syscalls on aarch64/arm64: umount2(39), mount (40) by mjw · 9 years ago
  53. c53a534 Bug #344295 syscall recvmmsg on arm64 (243) and ppc32/64 (343) unhandled by mjw · 9 years ago
  54. 13af241 Bug #344279 syscall sendmmsg on arm64 (269) and ppc32/64 (349) unhandled. by mjw · 9 years ago
  55. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  56. e4a905f Bug #344007 accept4 syscall unhandled on arm64 (242) and ppc64 (344) by mjw · 9 years ago
  57. ebb8893 Bug #343978 Recognize DWARF5/GCC5 DW_LANG_Fortran 2003 and 2008 constants. by mjw · 9 years ago
  58. d6edbc9 Bug #343967 Don't warn about setuid/setgid/setcap exec for dirs. by mjw · 9 years ago
  59. 5f440ac Update. by sewardj · 9 years ago
  60. 0b654cc Bug 343733 Unhandled syscall 187 (msgctl and related) on aarch64 by mjw · 9 years ago
  61. a87ac96 Bug 343732 - Unhandled syscall 144 (setgid) on aarch64. by mjw · 9 years ago
  62. 737576d Update. by sewardj · 9 years ago
  63. 782be4c valgrind part to VEX:3083 Fix bugzilla 343802, also extend testcase by cborntra · 9 years ago
  64. 7f39461 Update list of open bugs, and classify them by area. by sewardj · 9 years ago
  65. 3f489e2 Update. by sewardj · 9 years ago
  66. f6fcad7 OS X 10.10: Fix incorrect check for presence of unsupported MACH_SEND_TRAILER in mach_msg. Partial fix for BZ #343306. by rhyskidd · 9 years ago
  67. 1e123e1 Darwin14.supp should include suppression for known deliberate memory leak in setenv(). Per BZ #343303. by rhyskidd · 9 years ago
  68. bfe3813 Partial fix for bz339745. Mac OS: Further progress worker queue thread support. Additional magic constants have been checked against OS X 10.9 and 10.10 by rhyskidd · 9 years ago
  69. d0d3ad9 Initial trawl through bugs from 22 Nov 2014 to 20 Jan 2015. by sewardj · 9 years ago
  70. c3344a2 Import the list of bugs fixed in 3.10.1 (apparently never copied by sewardj · 9 years ago
  71. 9d7592e Handle the memfd_create system call. by tom · 9 years ago
  72. 4aeca4f Retroactive NEWS update for r14859, r14860 and r14861 by rhyskidd · 9 years ago
  73. a9176d9 BZ #342795 Internal glibc __GI_mempcpy call should be intercepted. by mjw · 9 years ago
  74. 90a7073 Fix 342221 - socket connect produce false positive saying access to uninitialized memory area by philippe · 9 years ago
  75. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 9 years ago
  76. 8bf9f36 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests by philippe · 9 years ago
  77. c8d064a Fix 341789 - aarch64: shmat fails with valgrind on ARMv8 by philippe · 9 years ago
  78. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 9 years ago
  79. 90c7732 Enhance the "Author" section of the manpage as suggested in BZ #226609. by florian · 9 years ago
  80. 866862a Fix BZ #116002. by florian · 9 years ago
  81. 92b33b5 Announce, that the long displacement facility is noq required for s390x. by florian · 9 years ago
  82. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  83. b527a5b Bug 341238. Recognize GCC5/DWARFv5 DW_LANG constants Go, C11, C++11, C++14. by mjw · 10 years ago
  84. 593ab85 Update. by sewardj · 10 years ago
  85. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  86. 74d2d78 Announce fix for BZ #269360. by florian · 10 years ago
  87. 0e8ace0 Update. by sewardj · 10 years ago
  88. 3540ee8 Use unsigned long int instead of unsigned long long int on LP64 by florian · 10 years ago
  89. bdd8556 Announce fix of BZ #155125. As of r14685 I think. Add testcase. by florian · 10 years ago
  90. 002afc5 Bug 340922 arm64: unhandled getgroups/setgroups syscalls. by mjw · 10 years ago
  91. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  92. e636671 Add support for the getrandom system call. BZ#340788. by tom · 10 years ago
  93. af163af Bug 340632 arm64: unhandled instruction fcvtas by mjw · 10 years ago
  94. 4895caf Bug 340630 arm64: fchmod (52) and fchown (55) syscalls not recognized. by mjw · 10 years ago
  95. 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
  96. 98d6b25 Fix 333051 mmap of huge pages fails due to incorrect alignment by philippe · 10 years ago
  97. d185c23 Update. by sewardj · 10 years ago
  98. 4e94bda Configury and Makefile tweaks to support compilation with Intel's by florian · 10 years ago
  99. 60637d2 New file m_compiler.c by florian · 10 years ago
  100. a914c04 Fix some grammatical weirness which was reported in BZ #340430. by florian · 10 years ago