1. 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
  2. 2a40c7e use verbosity 1 to report multiple termination of gdbserver, by philippe · 9 years ago
  3. ede7291 Fix a leak of the abbrev hash table when --read-var-info=yes is given by philippe · 9 years ago
  4. 25b436f Use memset + assign to VgdbShared, to avoid memcheck warning that by philippe · 9 years ago
  5. 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
  6. 22bbcdf Preliminary support for OS X 10.11 (El Capitan) documentation. bz#348909. by rhyskidd · 9 years ago
  7. bcfaeed Distinguish properly when to establish the client data segment. by iraisr · 9 years ago
  8. 913b580 Fix warning signed unsigned comparison in m_oset.c : by philippe · 9 years ago
  9. 4e4ded7 Use VG_(arena_memalign) for thread array rather than VG_(malloc)-ed + align by philippe · 9 years ago
  10. bed0746 Bug 346185 - Fix typo saving altivec register v24. by sewardj · 9 years ago
  11. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  12. 1c628f3 Initial data (brk) segment is setup on demand, when a first brk() syscall by iraisr · 9 years ago
  13. 212b500 Fix comparison in function VG_(iseqsigset). by florian · 9 years ago
  14. da4bdf7 Fix a second format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  15. e7f48e6 Fix a format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  16. 358f27c Runtime linker ld.so.1 can be now run under Valgrind on Solaris. by iraisr · 9 years ago
  17. 214f60f Fix format string confusion that was somehow related to r15510. by sewardj · 9 years ago
  18. 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
  19. 6d86b6f Bug 348345 - Assertion fails for negative lineno by sewardj · 9 years ago
  20. 5589537 345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support on Linux by sewardj · 9 years ago
  21. a0107d6 Bug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK by sewardj · 9 years ago
  22. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  23. f18210b Bug 339563 - The DVB demux DMX_STOP ioctl doesn't have a wrapper. by sewardj · 9 years ago
  24. c365a37 Write a SysRes value as an unsigned number. by florian · 9 years ago
  25. 149481a Fix the regression from r15518 which broke builds on older Solaris releases. by iraisr · 9 years ago
  26. 7c1d063 Enhance VG_(machine_get_hwcaps) to check enough stuff to ensure by sewardj · 9 years ago
  27. 03a6b14 Add support for repository cache protocol version 26. by iraisr · 9 years ago
  28. f31aba4 Bug #351140 arm64 syscalls setuid (146) and setresgid (149) not implemented. by mjw · 9 years ago
  29. 77ae999 Consistently use exit code 1 (== POSIX's EXIT_FAILURE) if things by florian · 9 years ago
  30. 09a8b14 Fix a few function declarations. by florian · 9 years ago
  31. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  32. a7d291d Fix two more format inconsistencies found on s390. The one by florian · 9 years ago
  33. fff0723 Disable gdb XML file for TileGX by zliu · 9 years ago
  34. 654ea86 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  35. 486372b As per discussion with Julian comment out some dead assignments. by florian · 9 years ago
  36. 97f1d33 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  37. c6e5d76 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  38. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  39. b4d7a1a Add a comment. by florian · 9 years ago
  40. ca63145 The number of elements in a RangeMap cannot be negative. by florian · 9 years ago
  41. 47755db The number of elements in an OSet cannot be negative. by florian · 9 years ago
  42. a6a6d92 The number of elements in a hash table cannot be negative. by florian · 9 years ago
  43. fa0a7f4 Check for Solaris specific program headers PT_SUNW_SYSSTAT and PT_SUNW_SYSSTAT_ZONE; by iraisr · 9 years ago
  44. c08e5f4 Fix hard-to-understand code in VG_(load_ELF)(). by iraisr · 9 years ago
  45. ead018e In VALGRIND_PRINTF write out the thread name to xml. by florian · 9 years ago
  46. 12ab871 ioctl handling needs to do POST handling on generic ioctls and needs to handle BPF ioctls by rhyskidd · 9 years ago
  47. 9c8e198 Fix clang/osx: ld: warning: -read_only_relocs cannot be used with x86_64 by rhyskidd · 9 years ago
  48. b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
  49. 1abd1f3 Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8 bz#327745 by rhyskidd · 9 years ago
  50. 512f27e Fix BZ #338606. Basically, the bug was that it was believed that by florian · 9 years ago
  51. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  52. 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
  53. 435aa2c mips32: fix build error caused by r15404 by petarj · 9 years ago
  54. 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
  55. 4553b79 Fix Valgrind does not support pthread_sigmask() on OS X bz#201216 by rhyskidd · 9 years ago
  56. f0c855f Better align OS X error reporting with other platforms. Refer coregrind/m_ume/elf.c by rhyskidd · 9 years ago
  57. bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago
  58. 9090d2f Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work. by rhyskidd · 9 years ago
  59. 418f6b3 VG_(get_StackTrace_wrk) for x86-{linux,darwin}: when following by sewardj · 9 years ago
  60. 8291e31 349941 di_notify_mmap might create wrong start/size DebugInfoMapping by mjw · 9 years ago
  61. 3bfb914 Revert an accidental change to the address space manager that sneaked by florian · 9 years ago
  62. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  63. 727c377 xen: Implement physdev_op and map_pirq by bart · 9 years ago
  64. 4b1ad96 xen: Implement the xsm_op hypercall by bart · 9 years ago
  65. e4d2c29 xen: syswrap XEN_SCHEDOP_remote_shutdown by bart · 9 years ago
  66. 4766ebd xen: Basic syswrap infrastructure for XEN_sched_op hypercalls by bart · 9 years ago
  67. 7253e7b xen: Implement memory map hypercalls by bart · 9 years ago
  68. 95b879a xen: syswrap XENMEM_machphys_compat_mfn_list by bart · 9 years ago
  69. bdfa4ee syswrap-xen.c: Make indentation consistent by bart · 9 years ago
  70. f38a8f0 xen: syswrap XEH_HVMOP_set_pci_intx_level by bart · 9 years ago
  71. d1388da xen: syswrap XEN_HVMOP_track_dirty_vram by bart · 9 years ago
  72. 174e8c4 xen: implement VKI_XEN_DOMCTL_irq_permission by bart · 9 years ago
  73. 6d2d093 xen: support for XEN_DOMCTL_iomem_permission by bart · 9 years ago
  74. c1e82ce xen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device by bart · 9 years ago
  75. ddbcb0b xen: Handle XEN_DOMCTL_SHADOW_OP_{GET,SET}_ALLOCATION by bart · 9 years ago
  76. 9058c85 xen: syswrap XEN_DOMCTL_pin_mem_cacheattr by bart · 9 years ago
  77. 2ca7830 xen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs by bart · 9 years ago
  78. 368c010 xen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate by bart · 9 years ago
  79. 7153923 xen: syswrap XEN_DOMCTL_setvcpuextstate by bart · 9 years ago
  80. fe4a29d xen: Fix XEN_DOMCTL_getvcpuextstate by bart · 9 years ago
  81. f853f56 xen: Add domctl interface version 0x0000000a by bart · 9 years ago
  82. 0364d0c xen: Add support for new sysctl and domctl interface versions by bart · 9 years ago
  83. f3407d1 xen: refactor the various "version not supported" messages into a single helper by bart · 9 years ago
  84. e1aa596 Fix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786) by rhyskidd · 9 years ago
  85. da9420c Fix a comment. by florian · 9 years ago
  86. 03fc715 fbit_mask needs to be unsigned because it sometimes shifts a '1' by florian · 9 years ago
  87. da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
  88. e861956 Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port) by rhyskidd · 9 years ago
  89. d24dfd8 Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info) by rhyskidd · 9 years ago
  90. 1a6714b add KVM_S390_MEMOP ioctl handling by cborntra · 9 years ago
  91. 287dc99 Fix up a few not-in-alphabetical-order file names in file lists. by sewardj · 9 years ago
  92. 5bb5e55 Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt)' failed in m_syscall.c by rhyskidd · 9 years ago
  93. c34167f Inline ensure_valid. This improves reading the debug info of big executables by philippe · 9 years ago
  94. 2fa14b7 Resolve remaining clang warning on OS X. Should be possible to build Valgrind on modern OS X without any warnings (note: does not hold for regression test suite). by rhyskidd · 9 years ago
  95. 8695a65 Resolve clang warning on OS X: m_stacktrace.c:542:7: warning: implicit declaration of function 'vgPlain_is_in_syscall' is invalid in C99 [-Wimplicit-function-declaration] by rhyskidd · 9 years ago
  96. 54681bf Add -Wempty-body to the list of compile flags. by florian · 9 years ago
  97. 220f0a9 Bug 348728 - Fix broken check for VIDIOC_G_ENC_INDEX by sewardj · 9 years ago
  98. 629fd92 Bug 348102 - Patch updating v4l2 API support (edit) by sewardj · 9 years ago
  99. bba930d Fix format string mismatch. by sewardj · 9 years ago
  100. 01c353e On platforms that have an accessible redzone below the SP, the unwind logic by philippe · 9 years ago