1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b5a02e7 Fix 353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' failed by philippe · 9 years ago
  4. 173bb6e Solaris syscall: Add support for lwp_cond_wait(170). by iraisr · 9 years ago
  5. c593e2f Solaris syscall: Enable fchdir(120) - generic. by iraisr · 9 years ago
  6. 416e4bb On a zEC12 or z13, a glibc with lock elision enabled infers from HWCAP by florian · 9 years ago
  7. 7d4aa19 Solaris syscall: Add support for pset family (207). by iraisr · 9 years ago
  8. d7440ad Bug #278744 cvtps2pd with redundant RexW. by mjw · 9 years ago
  9. 436d87c Don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine. by mjw · 9 years ago
  10. c1f9bb4 NEWS: Update by bart · 9 years ago
  11. 3260a71 Merge, from branches/VALGRIND_3_11_BRANCH, NEWS and docs/xml/vg-entities.xml. by sewardj · 9 years ago
  12. 2174852 Bug 353084 arm64 doesn't support sigpending system call. by mjw · 9 years ago
  13. 6aa0978 Bug 353083 arm64 doesn't implement various xattr system calls. by mjw · 9 years ago
  14. 0d77f50 Pick up 'egrep' and 'strings' from $PATH instead of using by florian · 9 years ago
  15. 100de43 Announce fix for BZ #352284. See VEX r3186 by florian · 9 years ago
  16. 1ffc3fc Update. by sewardj · 9 years ago
  17. 72e4640 Changes related to new IROp Iop_RoundF128toInt. See VEX r3183. by florian · 9 years ago
  18. 70bbba0 Fix bug #339636 Use fxsave64 and fxrstor64 mnemonics again. by mjw · 9 years ago
  19. 653256c Bug #352130 helgrind reports false races for printfs using mempcpy by mjw · 9 years ago
  20. 60654ae Fix UNKNOWN fcntl 97 on OS X 10.11 bz#351632 by rhyskidd · 9 years ago
  21. c22f519 - The default value for --leak-check-heuristics has been changed from by philippe · 9 years ago
  22. ce3b04c Enhance block_list memcheck gdbserver monitor command by philippe · 9 years ago
  23. 8536a41 Bug 351873 Newer gcc doesn't allow __builtin_tabortdc[i] in ppc32 mode. by mjw · 9 years ago
  24. 4f43c20 Remove redundant bit of text introduced in r15604. by sewardj · 9 years ago
  25. 2672fae Rename the new option --expensive-definedness-check introduced in by sewardj · 9 years ago
  26. 6c85bcd Small additional change in NEWS for block_list by philippe · 9 years ago
  27. 9b7b088 Have block_list showing heuristic used for a block (if block was by philippe · 9 years ago
  28. e8b9ee3 Add support for ldsoexec on Solaris. by iraisr · 9 years ago
  29. daf2dc3 Note changed command line option defaults. by sewardj · 9 years ago
  30. c7aa9bb Small updates in NEWS by philippe · 9 years ago
  31. 92cd838 Change default value for --keep-stacktraces has been changed to alloc-and-free by philippe · 9 years ago
  32. e4fcda3 Intercept platform_memchr$VARIANT$Haswell on OS X bz#351756 by rhyskidd · 9 years ago
  33. 3a5d5f7 Announce new command line option. by florian · 9 years ago
  34. 81862df First pass at tidying up the release notes for 3.11.0. by sewardj · 9 years ago
  35. 22bbcdf Preliminary support for OS X 10.11 (El Capitan) documentation. bz#348909. by rhyskidd · 9 years ago
  36. d818a50 Update. by sewardj · 9 years ago
  37. 52476b5 Update. by sewardj · 9 years ago
  38. ce80001 Fix incorrect header guard. Reported by giacomopoz@gmail.com Fixes BZ #351531 by florian · 9 years ago
  39. 212b500 Fix comparison in function VG_(iseqsigset). by florian · 9 years ago
  40. 358f27c Runtime linker ld.so.1 can be now run under Valgrind on Solaris. by iraisr · 9 years ago
  41. 93e4356 Update. by sewardj · 9 years ago
  42. 2197ad8 Update for VEX r3173. by rhyskidd · 9 years ago
  43. cf2718c Update. by sewardj · 9 years ago
  44. 6d3cb49 Fix 350202 - Add limited param to 'monitor block_list' by philippe · 9 years ago
  45. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  46. afba159 Update following amd64 AVX front end fixes. by sewardj · 9 years ago
  47. 636392d Update. by sewardj · 9 years ago
  48. f31aba4 Bug #351140 arm64 syscalls setuid (146) and setresgid (149) not implemented. by mjw · 9 years ago
  49. f29a856 Refine NEWS entry for memcheck xb monitor command by philippe · 9 years ago
  50. b92e632 * Memcheck: by philippe · 9 years ago
  51. c08e5f4 Fix hard-to-understand code in VG_(load_ELF)(). by iraisr · 9 years ago
  52. 0e65491 Use handwritten memcheck assembly helpers on x86/Solaris in addition to {arm,x86}-linux. by iraisr · 9 years ago
  53. cb30149 Fix testcase such that it can be run under cron on Solaris. by florian · 9 years ago
  54. e37f835 Remove implicit reference to the --db-attach feature which was by florian · 9 years ago
  55. ead018e In VALGRIND_PRINTF write out the thread name to xml. by florian · 9 years ago
  56. 12ab871 ioctl handling needs to do POST handling on generic ioctls and needs to handle BPF ioctls by rhyskidd · 9 years ago
  57. 9c8e198 Fix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64 by rhyskidd · 9 years ago
  58. b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
  59. 1abd1f3 Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8 bz#327745 by rhyskidd · 9 years ago
  60. d20c762 Complete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3). by rhyskidd · 9 years ago
  61. 512f27e Fix BZ #338606. Basically, the bug was that it was believed that by florian · 9 years ago
  62. 29d32eb Announce bug fix for BZ #350251 by florian · 9 years ago
  63. 4553b79 Fix Valgrind does not support pthread_sigmask() on OS X bz#201216 by rhyskidd · 9 years ago
  64. 8c76f8c Followup to r15406: by florian · 9 years ago
  65. b9e129b Fix from Andreas Arnez for bug 342841 s390x unrecognized instruction fiebra by cborntra · 9 years ago
  66. 081f1f7 Minor updates; also note the fixing of 346411. by sewardj · 9 years ago
  67. 6995205 Roughly classify all the bugs in 3_10_BUGSTATUS.txt. by sewardj · 9 years ago
  68. 8291e31 349941 di_notify_mmap might create wrong start/size DebugInfoMapping by mjw · 9 years ago
  69. b97cf8e 349828 memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so) by mjw · 9 years ago
  70. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  71. 9d83e99 Fix Memcheck: the 'impossible' happened: unexpected size for Addr (OSX/wine) by rhyskidd · 9 years ago
  72. 2a5ee00 Add news entry for bugzilla #349626 by bart · 9 years ago
  73. e1aa596 Fix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786) by rhyskidd · 9 years ago
  74. 9b2ec0b Announce change in NEWS by philippe · 9 years ago
  75. da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
  76. e861956 Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port) by rhyskidd · 9 years ago
  77. d24dfd8 Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info) by rhyskidd · 9 years ago
  78. 1e6ed12 Fix 348949 Bogus "ERROR: --ignore-ranges: suspiciously large range" by philippe · 9 years ago
  79. 538cf30 Stick in -Werror when attempting to detect whether a compiler by florian · 9 years ago
  80. 5bb5e55 Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt)' failed in m_syscall.c by rhyskidd · 9 years ago
  81. 34cba1b Fix undefined symbols for architecture x86_64: _global, referenced from: _test_so_global in tls_so-tls_so.o. bz#347982. by rhyskidd · 9 years ago
  82. 669b0f1 Announce fix for 345928 (amd64: callstack only contains current function for by philippe · 9 years ago
  83. 02ffb77 clang, as opposed to gcc, does not terminate with a non-zero return code by florian · 9 years ago
  84. 54449ea Fix a condition that was always true. Found by cppcheck. See BZ #348565. by florian · 9 years ago
  85. 319bee6 Update. by sewardj · 9 years ago
  86. 4d63534 Fix OS X host_create_mach_voucher: UNKNOWN host message [id 222, to mach_host_self(), reply 0x........] by rhyskidd · 9 years ago
  87. b6d764a Fix OS X host_get_special_port: UNKNOWN host message [id 412, to mach_host_self(), reply 0x........] by rhyskidd · 9 years ago
  88. b252548 Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap) bz#344337 by rhyskidd · 9 years ago
  89. 0dc3526 Signal handler ucontext_t not filled out correctly on OS X bz#341419 by rhyskidd · 9 years ago
  90. 18188c6 Bug #348247 jno jumps wrongly when overflow is not set. by mjw · 9 years ago
  91. 39e0f54 Remove dependency on bash. Fixes BZ #347978. by florian · 9 years ago
  92. 328d662 This patch decreases significantly the memory needed for OldRef and by philippe · 9 years ago
  93. 416bb8b Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10 bz#344936 by rhyskidd · 9 years ago
  94. f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 9 years ago
  95. 9edbf75 Fix unhandled syscall: unix:410 (sigsuspend_nocancel) on OS X. bz#319274. by rhyskidd · 9 years ago
  96. b301469 * Let GDB user modify the signal to send to the guest process by philippe · 9 years ago
  97. 9b40c7f Fix Warning: noted but unhandled ioctl 0x2000747b on Mac OS X. bz#208217. by rhyskidd · 9 years ago
  98. 2b40574 Fix unhandled syscall: unix:132 (mkfifo) on OS X. bz#212291. by rhyskidd · 9 years ago
  99. 5e94f05 Implement 'qXfer:exec-file:read' packet in Valgrind gdbserver. by philippe · 9 years ago
  100. 366cefb bz#347233 - Fix memcheck/tests/strchr on OS X 10.10 (Haswell) by rhyskidd · 9 years ago