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