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. e397234 Build arm target valgrind with clang/llvm. by Chih-Hung Hsieh · 8 years ago
  4. d5b7421 Fix arm64 inline assembly code typo. by Chih-Hung Hsieh · 8 years ago
  5. 606dc24 Make host valgrind work with clang/llvm. by Chih-Hung Hsieh · 8 years ago
  6. 745e5c7 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Dmitriy Ivanov · 9 years ago
  7. b5a02e7 Fix 353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' failed by philippe · 9 years ago
  8. 28d542d Fix inconsistent use of vki_ prefixes for struct vki_ifreq. by sewardj · 9 years ago
  9. f7e8345 Silence -Wincompatible-pointer-types-discards-qualifiers warning. n-i-bz. by rhyskidd · 9 years ago
  10. 358f284 Silence -Wcast-qual const qualifier warning. n-i-bz. by rhyskidd · 9 years ago
  11. 173bb6e Solaris syscall: Add support for lwp_cond_wait(170). by iraisr · 9 years ago
  12. c593e2f Solaris syscall: Enable fchdir(120) - generic. by iraisr · 9 years ago
  13. a53331c Fill out missing functionality on amd64 OS X to load a fake sigreturn. by rhyskidd · 9 years ago
  14. 7823666 Fill out missing functionality on amd64 OS X to back up guest state to restart a system call. by rhyskidd · 9 years ago
  15. b425ed2 Establish some plumbing for old_semwait_signal syscall on OS X. by rhyskidd · 9 years ago
  16. 0bbeecd Fix typo in malloc_get_zone_name() intercept. n-i-bz. by rhyskidd · 9 years ago
  17. 416e4bb On a zEC12 or z13, a glibc with lock elision enabled infers from HWCAP by florian · 9 years ago
  18. 7f3c1f2 Use local labels instead of global labels (ppc and mips specific code). by florian · 9 years ago
  19. 7d4aa19 Solaris syscall: Add support for pset family (207). by iraisr · 9 years ago
  20. fa37d5b Plumb malloc_zone_memalign() through malloc_zone_t struct on OS X. No regressions. by rhyskidd · 9 years ago
  21. c3050f8 Explicitly mark the stack as non-executable for Solaris by iraisr · 9 years ago
  22. 60cc120 Remove an unneeded header file. Spotted by Matthias Schwarzott. by florian · 9 years ago
  23. 3f1d613 Make sure no executable stack gets created. Explanation by Matthias Schwarzott: by florian · 9 years ago
  24. f185f3c Solaris ioctl: more of those sockio ioctl wrappers. by iraisr · 9 years ago
  25. 2d20d8d Solaris ioctl: more wrappers for sockio ioctls. by iraisr · 9 years ago
  26. 6150d3e Fix compiler warning about unused functions and variables by iraisr · 9 years ago
  27. c0d46cd Solaris syscall: Add support for system_stats (154). by iraisr · 9 years ago
  28. e036540 Support correctly AT_SUN_SYSSTAT_ADDR and AT_SUN_SYSSTAT_ZONE_ADDR by iraisr · 9 years ago
  29. ba0f054 Factorise condition to do recursive merge in the macro by philippe · 9 years ago
  30. 2174852 Bug 353084 arm64 doesn't support sigpending system call. by mjw · 9 years ago
  31. 6aa0978 Bug 353083 arm64 doesn't implement various xattr system calls. by mjw · 9 years ago
  32. dd3b866 Fix up a few comments. Patch by Jean Delvare <jdelvare@suse.de>. by florian · 9 years ago
  33. 6bd97a9 Followup to r14908 (BZ #342603). by florian · 9 years ago
  34. ce82da2 Followup to r14908 (BZ #342603). by florian · 9 years ago
  35. 0d77f50 Pick up 'egrep' and 'strings' from $PATH instead of using by florian · 9 years ago
  36. 91ad39d Fix various compiler warnings for the arm architecture. by florian · 9 years ago
  37. 981ffbd Strange segments in /proc/self/maps have been observed in the field. by florian · 9 years ago
  38. 60654ae Fix UNKNOWN fcntl 97 on OS X 10.11 bz#351632 by rhyskidd · 9 years ago
  39. 35130ac Add missing copyright notices for Xen related files. by sewardj · 9 years ago
  40. 4e1d946 Document that --read-inline-info=yes is the default by iraisr · 9 years ago
  41. e8b9ee3 Add support for ldsoexec on Solaris. by iraisr · 9 years ago
  42. 29dd9e6 Change the default setting for --dsymutil from =no to =yes, since by sewardj · 9 years ago
  43. 18d27dd Revisit r15601 (Change the --smc-check default value to =all-non-file.) by sewardj · 9 years ago
  44. 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
  45. 2a40c7e use verbosity 1 to report multiple termination of gdbserver, by philippe · 9 years ago
  46. ede7291 Fix a leak of the abbrev hash table when --read-var-info=yes is given by philippe · 9 years ago
  47. 25b436f Use memset + assign to VgdbShared, to avoid memcheck warning that by philippe · 9 years ago
  48. 9757b9e docs: env variable handling behaviour consistent between OS X and Linux, thus remove redundant comment and #ifdef. n-i-bz. by rhyskidd · 9 years ago
  49. 22bbcdf Preliminary support for OS X 10.11 (El Capitan) documentation. bz#348909. by rhyskidd · 9 years ago
  50. bcfaeed Distinguish properly when to establish the client data segment. by iraisr · 9 years ago
  51. 913b580 Fix warning signed unsigned comparison in m_oset.c : by philippe · 9 years ago
  52. 4e4ded7 Use VG_(arena_memalign) for thread array rather than VG_(malloc)-ed + align by philippe · 9 years ago
  53. bed0746 Bug 346185 - Fix typo saving altivec register v24. by sewardj · 9 years ago
  54. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  55. 1c628f3 Initial data (brk) segment is setup on demand, when a first brk() syscall by iraisr · 9 years ago
  56. 212b500 Fix comparison in function VG_(iseqsigset). by florian · 9 years ago
  57. da4bdf7 Fix a second format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  58. e7f48e6 Fix a format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  59. 358f27c Runtime linker ld.so.1 can be now run under Valgrind on Solaris. by iraisr · 9 years ago
  60. 214f60f Fix format string confusion that was somehow related to r15510. by sewardj · 9 years ago
  61. 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
  62. 6d86b6f Bug 348345 - Assertion fails for negative lineno by sewardj · 9 years ago
  63. 5589537 345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support on Linux by sewardj · 9 years ago
  64. a0107d6 Bug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK by sewardj · 9 years ago
  65. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  66. f18210b Bug 339563 - The DVB demux DMX_STOP ioctl doesn't have a wrapper. by sewardj · 9 years ago
  67. c365a37 Write a SysRes value as an unsigned number. by florian · 9 years ago
  68. 149481a Fix the regression from r15518 which broke builds on older Solaris releases. by iraisr · 9 years ago
  69. 7c1d063 Enhance VG_(machine_get_hwcaps) to check enough stuff to ensure by sewardj · 9 years ago
  70. 03a6b14 Add support for repository cache protocol version 26. by iraisr · 9 years ago
  71. f31aba4 Bug #351140 arm64 syscalls setuid (146) and setresgid (149) not implemented. by mjw · 9 years ago
  72. 77ae999 Consistently use exit code 1 (== POSIX's EXIT_FAILURE) if things by florian · 9 years ago
  73. 09a8b14 Fix a few function declarations. by florian · 9 years ago
  74. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  75. a7d291d Fix two more format inconsistencies found on s390. The one by florian · 9 years ago
  76. fff0723 Disable gdb XML file for TileGX by zliu · 9 years ago
  77. 654ea86 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  78. 486372b As per discussion with Julian comment out some dead assignments. by florian · 9 years ago
  79. 97f1d33 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  80. c6e5d76 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  81. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  82. b4d7a1a Add a comment. by florian · 9 years ago
  83. ca63145 The number of elements in a RangeMap cannot be negative. by florian · 9 years ago
  84. 47755db The number of elements in an OSet cannot be negative. by florian · 9 years ago
  85. a6a6d92 The number of elements in a hash table cannot be negative. by florian · 9 years ago
  86. fa0a7f4 Check for Solaris specific program headers PT_SUNW_SYSSTAT and PT_SUNW_SYSSTAT_ZONE; by iraisr · 9 years ago
  87. c08e5f4 Fix hard-to-understand code in VG_(load_ELF)(). by iraisr · 9 years ago
  88. ead018e In VALGRIND_PRINTF write out the thread name to xml. by florian · 9 years ago
  89. 12ab871 ioctl handling needs to do POST handling on generic ioctls and needs to handle BPF ioctls by rhyskidd · 9 years ago
  90. 9c8e198 Fix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64 by rhyskidd · 9 years ago
  91. b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
  92. 1abd1f3 Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8 bz#327745 by rhyskidd · 9 years ago
  93. 512f27e Fix BZ #338606. Basically, the bug was that it was believed that by florian · 9 years ago
  94. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  95. a59627a Documentation: Ensure alignment of the x86 and amd64 darwin code in m_sigframe. Follows from a side-by-side code review. by rhyskidd · 9 years ago
  96. 435aa2c mips32: fix build error caused by r15404 by petarj · 9 years ago
  97. 4432618 OS X 10.11: Tweak magic offset, which was amended prior to xnu-3247.1.36~7 (DP3). Also align some debug output text between x86 and amd64. bz#348909. by rhyskidd · 9 years ago
  98. 4553b79 Fix Valgrind does not support pthread_sigmask() on OS X bz#201216 by rhyskidd · 9 years ago
  99. f0c855f Better align OS X error reporting with other platforms. Refer coregrind/m_ume/elf.c by rhyskidd · 9 years ago
  100. bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago