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. d5b7421 Fix arm64 inline assembly code typo. by Chih-Hung Hsieh · 8 years ago
  4. 606dc24 Make host valgrind work with clang/llvm. by Chih-Hung Hsieh · 8 years ago
  5. 28d542d Fix inconsistent use of vki_ prefixes for struct vki_ifreq. by sewardj · 9 years ago
  6. 173bb6e Solaris syscall: Add support for lwp_cond_wait(170). by iraisr · 9 years ago
  7. c593e2f Solaris syscall: Enable fchdir(120) - generic. by iraisr · 9 years ago
  8. 7823666 Fill out missing functionality on amd64 OS X to back up guest state to restart a system call. by rhyskidd · 9 years ago
  9. b425ed2 Establish some plumbing for old_semwait_signal syscall on OS X. by rhyskidd · 9 years ago
  10. 7d4aa19 Solaris syscall: Add support for pset family (207). by iraisr · 9 years ago
  11. 3f1d613 Make sure no executable stack gets created. Explanation by Matthias Schwarzott: by florian · 9 years ago
  12. f185f3c Solaris ioctl: more of those sockio ioctl wrappers. by iraisr · 9 years ago
  13. 2d20d8d Solaris ioctl: more wrappers for sockio ioctls. by iraisr · 9 years ago
  14. c0d46cd Solaris syscall: Add support for system_stats (154). by iraisr · 9 years ago
  15. e036540 Support correctly AT_SUN_SYSSTAT_ADDR and AT_SUN_SYSSTAT_ZONE_ADDR by iraisr · 9 years ago
  16. 2174852 Bug 353084 arm64 doesn't support sigpending system call. by mjw · 9 years ago
  17. 6aa0978 Bug 353083 arm64 doesn't implement various xattr system calls. by mjw · 9 years ago
  18. dd3b866 Fix up a few comments. Patch by Jean Delvare <jdelvare@suse.de>. by florian · 9 years ago
  19. 6bd97a9 Followup to r14908 (BZ #342603). by florian · 9 years ago
  20. ce82da2 Followup to r14908 (BZ #342603). by florian · 9 years ago
  21. 60654ae Fix UNKNOWN fcntl 97 on OS X 10.11 bz#351632 by rhyskidd · 9 years ago
  22. 35130ac Add missing copyright notices for Xen related files. by sewardj · 9 years ago
  23. e8b9ee3 Add support for ldsoexec on Solaris. by iraisr · 9 years ago
  24. 22bbcdf Preliminary support for OS X 10.11 (El Capitan) documentation. bz#348909. by rhyskidd · 9 years ago
  25. bcfaeed Distinguish properly when to establish the client data segment. by iraisr · 9 years ago
  26. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  27. 1c628f3 Initial data (brk) segment is setup on demand, when a first brk() syscall by iraisr · 9 years ago
  28. 214f60f Fix format string confusion that was somehow related to r15510. by sewardj · 9 years ago
  29. 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
  30. 5589537 345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support on Linux by sewardj · 9 years ago
  31. a0107d6 Bug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK by sewardj · 9 years ago
  32. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  33. f18210b Bug 339563 - The DVB demux DMX_STOP ioctl doesn't have a wrapper. by sewardj · 9 years ago
  34. c365a37 Write a SysRes value as an unsigned number. by florian · 9 years ago
  35. 149481a Fix the regression from r15518 which broke builds on older Solaris releases. by iraisr · 9 years ago
  36. 03a6b14 Add support for repository cache protocol version 26. by iraisr · 9 years ago
  37. f31aba4 Bug #351140 arm64 syscalls setuid (146) and setresgid (149) not implemented. by mjw · 9 years ago
  38. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  39. 12ab871 ioctl handling needs to do POST handling on generic ioctls and needs to handle BPF ioctls by rhyskidd · 9 years ago
  40. 1abd1f3 Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8 bz#327745 by rhyskidd · 9 years ago
  41. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  42. 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
  43. 4553b79 Fix Valgrind does not support pthread_sigmask() on OS X bz#201216 by rhyskidd · 9 years ago
  44. bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago
  45. 9090d2f Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work. by rhyskidd · 9 years ago
  46. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  47. 727c377 xen: Implement physdev_op and map_pirq by bart · 9 years ago
  48. 4b1ad96 xen: Implement the xsm_op hypercall by bart · 9 years ago
  49. e4d2c29 xen: syswrap XEN_SCHEDOP_remote_shutdown by bart · 9 years ago
  50. 4766ebd xen: Basic syswrap infrastructure for XEN_sched_op hypercalls by bart · 9 years ago
  51. 7253e7b xen: Implement memory map hypercalls by bart · 9 years ago
  52. 95b879a xen: syswrap XENMEM_machphys_compat_mfn_list by bart · 9 years ago
  53. bdfa4ee syswrap-xen.c: Make indentation consistent by bart · 9 years ago
  54. f38a8f0 xen: syswrap XEH_HVMOP_set_pci_intx_level by bart · 9 years ago
  55. d1388da xen: syswrap XEN_HVMOP_track_dirty_vram by bart · 9 years ago
  56. 174e8c4 xen: implement VKI_XEN_DOMCTL_irq_permission by bart · 9 years ago
  57. 6d2d093 xen: support for XEN_DOMCTL_iomem_permission by bart · 9 years ago
  58. c1e82ce xen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device by bart · 9 years ago
  59. ddbcb0b xen: Handle XEN_DOMCTL_SHADOW_OP_{GET,SET}_ALLOCATION by bart · 9 years ago
  60. 9058c85 xen: syswrap XEN_DOMCTL_pin_mem_cacheattr by bart · 9 years ago
  61. 2ca7830 xen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs by bart · 9 years ago
  62. 368c010 xen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate by bart · 9 years ago
  63. 7153923 xen: syswrap XEN_DOMCTL_setvcpuextstate by bart · 9 years ago
  64. fe4a29d xen: Fix XEN_DOMCTL_getvcpuextstate by bart · 9 years ago
  65. f853f56 xen: Add domctl interface version 0x0000000a by bart · 9 years ago
  66. 0364d0c xen: Add support for new sysctl and domctl interface versions by bart · 9 years ago
  67. f3407d1 xen: refactor the various "version not supported" messages into a single helper by bart · 9 years ago
  68. e1aa596 Fix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786) by rhyskidd · 9 years ago
  69. da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
  70. e861956 Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port) by rhyskidd · 9 years ago
  71. d24dfd8 Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info) by rhyskidd · 9 years ago
  72. 1a6714b add KVM_S390_MEMOP ioctl handling by cborntra · 9 years ago
  73. 5bb5e55 Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt)' failed in m_syscall.c by rhyskidd · 9 years ago
  74. 220f0a9 Bug 348728 - Fix broken check for VIDIOC_G_ENC_INDEX by sewardj · 9 years ago
  75. 629fd92 Bug 348102 - Patch updating v4l2 API support (edit) by sewardj · 9 years ago
  76. f95d027 Enable process_vm_readv/writev syscall on arm32. by mjw · 9 years ago
  77. 4d63534 Fix OS X host_create_mach_voucher: UNKNOWN host message [id 222, to mach_host_self(), reply 0x........] by rhyskidd · 9 years ago
  78. b6d764a Fix OS X host_get_special_port: UNKNOWN host message [id 412, to mach_host_self(), reply 0x........] by rhyskidd · 9 years ago
  79. b252548 Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap) bz#344337 by rhyskidd · 9 years ago
  80. a307f5a Address clang compiler warnings on OS X. by rhyskidd · 9 years ago
  81. 0b8252d Fix bug 345126: Incorrect handling of VIDIOC_G_AUDIO and G_AUDOUT by sewardj · 9 years ago
  82. 416bb8b Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10 bz#344936 by rhyskidd · 9 years ago
  83. 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
  84. 9edbf75 Fix unhandled syscall: unix:410 (sigsuspend_nocancel) on OS X. bz#319274. by rhyskidd · 9 years ago
  85. 2d61633 Add some more cfi directives by philippe · 9 years ago
  86. 9b40c7f Fix Warning: noted but unhandled ioctl 0x2000747b on Mac OS X. bz#208217. by rhyskidd · 9 years ago
  87. 339cd37 Followup to r15242 - as PRE() and POST() wrappers utilised, define with the *XY variant. by rhyskidd · 9 years ago
  88. 2b40574 Fix unhandled syscall: unix:132 (mkfifo) on OS X. bz#212291. by rhyskidd · 9 years ago
  89. c290b88 Fix bug in do_mremap. Also need to allow SkShmC segments. by florian · 9 years ago
  90. 34d1e14 Fix typo in task_policy_set() output. n-i-bz. by rhyskidd · 9 years ago
  91. c0401c8 OS X task_info: UNKNOWN task message [id 3405, to mach_task_self(), reply 0x........] by rhyskidd · 9 years ago
  92. 9e2645c Add support for the syncfs system call. by tom · 9 years ago
  93. e787fca Simplify. The condition on line 1223 is always true. Here's why: by florian · 9 years ago
  94. 0910203 Fix intermittent build error on aarch64-linux caused by inadequate by sewardj · 9 years ago
  95. 981abb5 Issue an error message if then brk segment overflows. by florian · 9 years ago
  96. 7cbe068 Fix the writev / readv wrappers. Do not read the array pointed to by florian · 9 years ago
  97. a2aaa40 Check for any client stack segment. Rule out valgrind segments. by florian · 9 years ago
  98. 2ca1f26 Enable rt_sigpending syscall on ppc64 linux. by mjw · 9 years ago
  99. 8f3cd17 Rename VG_(am_is_bogus_client_stack_pointer) to by florian · 9 years ago
  100. 2010b15 Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls by bart · 9 years ago