1. 9090d2f Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work. by rhyskidd · 9 years ago
  2. 418f6b3 VG_(get_StackTrace_wrk) for x86-{linux,darwin}: when following by sewardj · 9 years ago
  3. 8291e31 349941 di_notify_mmap might create wrong start/size DebugInfoMapping by mjw · 9 years ago
  4. 3bfb914 Revert an accidental change to the address space manager that sneaked by florian · 9 years ago
  5. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  6. 727c377 xen: Implement physdev_op and map_pirq by bart · 9 years ago
  7. 4b1ad96 xen: Implement the xsm_op hypercall by bart · 9 years ago
  8. e4d2c29 xen: syswrap XEN_SCHEDOP_remote_shutdown by bart · 9 years ago
  9. 4766ebd xen: Basic syswrap infrastructure for XEN_sched_op hypercalls by bart · 9 years ago
  10. 7253e7b xen: Implement memory map hypercalls by bart · 9 years ago
  11. 95b879a xen: syswrap XENMEM_machphys_compat_mfn_list by bart · 9 years ago
  12. bdfa4ee syswrap-xen.c: Make indentation consistent by bart · 9 years ago
  13. f38a8f0 xen: syswrap XEH_HVMOP_set_pci_intx_level by bart · 9 years ago
  14. d1388da xen: syswrap XEN_HVMOP_track_dirty_vram by bart · 9 years ago
  15. 174e8c4 xen: implement VKI_XEN_DOMCTL_irq_permission by bart · 9 years ago
  16. 6d2d093 xen: support for XEN_DOMCTL_iomem_permission by bart · 9 years ago
  17. c1e82ce xen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device by bart · 9 years ago
  18. ddbcb0b xen: Handle XEN_DOMCTL_SHADOW_OP_{GET,SET}_ALLOCATION by bart · 9 years ago
  19. 9058c85 xen: syswrap XEN_DOMCTL_pin_mem_cacheattr by bart · 9 years ago
  20. 2ca7830 xen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs by bart · 9 years ago
  21. 368c010 xen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate by bart · 9 years ago
  22. 7153923 xen: syswrap XEN_DOMCTL_setvcpuextstate by bart · 9 years ago
  23. fe4a29d xen: Fix XEN_DOMCTL_getvcpuextstate by bart · 9 years ago
  24. f853f56 xen: Add domctl interface version 0x0000000a by bart · 9 years ago
  25. 0364d0c xen: Add support for new sysctl and domctl interface versions by bart · 9 years ago
  26. f3407d1 xen: refactor the various "version not supported" messages into a single helper by bart · 9 years ago
  27. e1aa596 Fix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786) by rhyskidd · 9 years ago
  28. da9420c Fix a comment. by florian · 9 years ago
  29. 03fc715 fbit_mask needs to be unsigned because it sometimes shifts a '1' by florian · 9 years ago
  30. da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
  31. e861956 Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port) by rhyskidd · 9 years ago
  32. d24dfd8 Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info) by rhyskidd · 9 years ago
  33. 1a6714b add KVM_S390_MEMOP ioctl handling by cborntra · 9 years ago
  34. 287dc99 Fix up a few not-in-alphabetical-order file names in file lists. by sewardj · 9 years ago
  35. 5bb5e55 Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt)' failed in m_syscall.c by rhyskidd · 9 years ago
  36. c34167f Inline ensure_valid. This improves reading the debug info of big executables by philippe · 9 years ago
  37. 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
  38. 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
  39. 54681bf Add -Wempty-body to the list of compile flags. by florian · 9 years ago
  40. 220f0a9 Bug 348728 - Fix broken check for VIDIOC_G_ENC_INDEX by sewardj · 9 years ago
  41. 629fd92 Bug 348102 - Patch updating v4l2 API support (edit) by sewardj · 9 years ago
  42. bba930d Fix format string mismatch. by sewardj · 9 years ago
  43. 01c353e On platforms that have an accessible redzone below the SP, the unwind logic by philippe · 9 years ago
  44. c403a55 Default is 1 for the unwind length range, not 0 by philippe · 9 years ago
  45. 97bfa19 Add a gdbxrv monitor command to print the CFI unwind info for an address+len by philippe · 9 years ago
  46. f95d027 Enable process_vm_readv/writev syscall on arm32. by mjw · 9 years ago
  47. 30fb2d3 unwind amd64 trace: improve also the fp chain unwind trace by philippe · 9 years ago
  48. 2d207aa Improve tracing in amd64 unwind by philippe · 9 years ago
  49. 4d63534 Fix OS X host_create_mach_voucher: UNKNOWN host message [id 222, to mach_host_self(), reply 0x........] by rhyskidd · 9 years ago
  50. b6d764a Fix OS X host_get_special_port: UNKNOWN host message [id 412, to mach_host_self(), reply 0x........] by rhyskidd · 9 years ago
  51. b252548 Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap) bz#344337 by rhyskidd · 9 years ago
  52. 0dc3526 Signal handler ucontext_t not filled out correctly on OS X bz#341419 by rhyskidd · 9 years ago
  53. 22bcca7 Fix x86_64 target build by Dmitriy Ivanov · 9 years ago
  54. c3be269 Fix Elf32_Nhdr redefinition by Dmitriy Ivanov · 9 years ago
  55. f7bbd79 Slightly improve x86 unwind intensive workload. by philippe · 9 years ago
  56. e354a1f Wraparounds are never allowed -- not evern for MAny requests. by florian · 9 years ago
  57. c474069 Some platforms such as x86 and amd64 have efficient unaligned access. by philippe · 9 years ago
  58. a307f5a Address clang compiler warnings on OS X. by rhyskidd · 9 years ago
  59. 0b8252d Fix bug 345126: Incorrect handling of VIDIOC_G_AUDIO and G_AUDOUT by sewardj · 9 years ago
  60. 9e0419c Followup to 15270. Completely forgot about the double maintenance. by florian · 9 years ago
  61. 135c9f1 Comment only change. by florian · 9 years ago
  62. 423b52b Remove an incorrect assertion. Need to consider SkShmC segments as well. by florian · 9 years ago
  63. 6debd85 Also compare keys before calling cmp in the hash table stats printing by philippe · 9 years ago
  64. e72941d Fix rounding when printing floating point numbers. by florian · 9 years ago
  65. e437427 Have the hash table 'gen' functions comparing the key instead of the by philippe · 9 years ago
  66. 3743c91 Improve presentation of first line of --profile-heap=yes by philippe · 9 years ago
  67. 416bb8b Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10 bz#344936 by rhyskidd · 9 years ago
  68. 1a6ecb2 Improve documentation of syscall: unix: 44 profil() which was deprecated around OS X 10.6 and removed from the xnu kernel shipped with OS X 10.7. See unresolved bz#264253. by rhyskidd · 9 years ago
  69. 3b91f17 Fix for the HWCAP2 aux vector. by carll · 9 years ago
  70. 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 9 years ago
  71. bc1b77c Avoid warning about %d and long int by philippe · 9 years ago
  72. f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 9 years ago
  73. 8568c99 Improve trace of pkt send by V gdbsrv: by philippe · 9 years ago
  74. 9edbf75 Fix unhandled syscall: unix:410 (sigsuspend_nocancel) on OS X. bz#319274. by rhyskidd · 9 years ago
  75. b301469 * Let GDB user modify the signal to send to the guest process by philippe · 9 years ago
  76. 2d61633 Add some more cfi directives by philippe · 9 years ago
  77. 9b40c7f Fix Warning: noted but unhandled ioctl 0x2000747b on Mac OS X. bz#208217. by rhyskidd · 9 years ago
  78. 339cd37 Followup to r15242 - as PRE() and POST() wrappers utilised, define with the *XY variant. by rhyskidd · 9 years ago
  79. 9069406 Enable a few more compiler warnings. by florian · 9 years ago
  80. 2b40574 Fix unhandled syscall: unix:132 (mkfifo) on OS X. bz#212291. by rhyskidd · 9 years ago
  81. 93d127f * add some comments in stack_limits by philippe · 9 years ago
  82. 44d4a9c avoid warning by philippe · 9 years ago
  83. 026fe86 Add the lwpid in the scheduler status information by philippe · 9 years ago
  84. 5e94f05 Implement 'qXfer:exec-file:read' packet in Valgrind gdbserver. by philippe · 9 years ago
  85. 4ac3621 Changes for tilegx: Use VKI_AT_FDCWD not AT_FDCWD. by florian · 9 years ago
  86. acf521c Function is_plausible_guest_addr should also consider SkShmC segments. by florian · 9 years ago
  87. 7a5681f In functions VG_(am_relocate_nooverlap_client) and VG_(am_extend_map_client) by florian · 9 years ago
  88. c290b88 Fix bug in do_mremap. Also need to allow SkShmC segments. by florian · 9 years ago
  89. b290d61 Add back vg_assert(xa); that was removed by error in r15211 by philippe · 9 years ago
  90. 34e16e9 Micro-optimisation following helgrind secmap gc by philippe · 9 years ago
  91. 34d1e14 Fix typo in task_policy_set() output. n-i-bz. by rhyskidd · 9 years ago
  92. c0401c8 OS X task_info: UNKNOWN task message [id 3405, to mach_task_self(), reply 0x........] by rhyskidd · 9 years ago
  93. 9252713 Improves the way arena statistics are shown by philippe · 9 years ago
  94. a623345 Simplify is_valid_for taking advantage of the fact that SegKinds by florian · 9 years ago
  95. 4ed95fc Add some cfi directives in the code doing syscall (by Valgrind). by philippe · 9 years ago
  96. 9e2645c Add support for the syncfs system call. by tom · 9 years ago
  97. a6954a4 by carll · 9 years ago
  98. e787fca Simplify. The condition on line 1223 is always true. Here's why: by florian · 9 years ago
  99. 28e187c One more msg to use 'mmap-ed ANONYMOUS' wording by philippe · 9 years ago
  100. 0fe581f * Out of memory message was using 'bytes have already been allocated.' by philippe · 9 years ago