1. b69cd96 VG_(getdents64) is only needed on Linux, and causes build problems by sewardj · 10 years ago
  2. 424385e Add a missing VKI_ prefix. No functional change. by sewardj · 10 years ago
  3. 190bd52 Followup to r13469. lineno has already been asserted to be != NULL. by florian · 10 years ago
  4. 7b63408 Rename a bunch of __unused fields to __unused0, since some Android by sewardj · 10 years ago
  5. 9c327f6 mips64: add missing system call numbers by petarj · 10 years ago
  6. 0acd3ce Fix a comment. No functional change. by florian · 10 years ago
  7. 4fa7108 Bug 338703 helgrind on arm-linux gets false positives in dynamic loader. by mjw · 10 years ago
  8. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  9. dcd9051 Helgrind needs to know the soname of ld.so, and on arm64-linux by sewardj · 10 years ago
  10. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  11. 495c656 Use getdents64 syscall on linux. by mjw · 10 years ago
  12. a19d5b7 include/vki/vki-scnums-arm64-linux.h use correct __NR_lseek define. by mjw · 10 years ago
  13. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  14. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  15. 1123362 Remove function VG_(sysnum_string_extra) as it was just a wrapper by florian · 10 years ago
  16. 5914aec Correct a comment. We really should not specify the default values by florian · 10 years ago
  17. c9e3e61 Remove unused and possibly incorrectly defined macro. by florian · 10 years ago
  18. be4203d Remove unneeded include files. by florian · 10 years ago
  19. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  20. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  21. 19ce5d5 pre_mem_read_sockaddr: properly handle the NETLINK address family by sewardj · 10 years ago
  22. c609732 add support for VKI_BLKDISCARDZEROES by cborntra · 10 years ago
  23. 1fa9ee8 Linux: Add support for Lustre FID2PATH ioctl (#331829) by bart · 10 years ago
  24. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  25. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  26. f77df94 Add support for the F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK fcntl by tom · 10 years ago
  27. 1554fa5 Add 'numbering identification' to the dedup pool. by philippe · 10 years ago
  28. 0b9d064 Implement VG_(arena_realloc_shrink) similar to realloc, but can by philippe · 10 years ago
  29. abc1111 Add support for various SIOCETHTOOL operations. BZ#303536. by tom · 10 years ago
  30. 4f17e60 Add SIOCATMARK ioctl support. by tom · 10 years ago
  31. 9b15043 Implement various SNDRV_CTL_xxx ioctls. by tom · 10 years ago
  32. 5cc73ec Handle the HCIGETDEVLIST ioctl. by tom · 10 years ago
  33. 55d0538 Add support for the SG_IO ioctl. by tom · 10 years ago
  34. 96fb2c5 Handle the CDROM_DISC_STATUS ioctl. by tom · 10 years ago
  35. 4efdae1 Add support for TIOCNOTTY ioctl. BZ#331476. by tom · 10 years ago
  36. 34ffca6 Whitespace and comment-only changes. No functional change. by sewardj · 10 years ago
  37. 5d75d53 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  38. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  39. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  40. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  41. 18d6f4e Improve address description for address in the stack. by philippe · 10 years ago
  42. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  43. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago
  44. c913c8e Make the PLAT_ identification work properly for mingw-win64. Problem was by sewardj · 10 years ago
  45. fed894d minor comment reformatting by philippe · 10 years ago
  46. 07c0852 Factorises the address code description and printing by philippe · 10 years ago
  47. bd830b4 Update __VALGRIND_MINOR__ before it gets forgotten again. by sewardj · 10 years ago
  48. 6d0e77b * document the %ps / %pS extensions to printf by philippe · 10 years ago
  49. 6505667 syswrap: XEN_HVMOP_set_mem_type by bart · 10 years ago
  50. 2c28071 syswrap: XEN_HVMOP_set_pci_link_route by bart · 10 years ago
  51. a5f81a0 syswrap: XEN_HVMOP_set_isa_irq_level by bart · 10 years ago
  52. 331b3f0 syswrap: XEN_DOMCTL_cacheflush by bart · 10 years ago
  53. 718b0fb syswrap: XEN_DOMCTL_settimeoffset by bart · 10 years ago
  54. a7d70b1 Reword/clarify the VG_(parse_enum_set) comment. by philippe · 10 years ago
  55. 0c2923f Factorise enum set parsing code by philippe · 10 years ago
  56. 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 10 years ago
  57. c5fc866 Add client requests by sewardj · 10 years ago
  58. 91e1460 For arm64, implement macros CALL_FN_W_5W to CALL_FN_W_12W. by sewardj · 10 years ago
  59. e3c808e Add vki/vki-*arm64-linux.h to include/Makefile.am nobase_pkginclude_HEADERS. by mjw · 10 years ago
  60. be25444 Add vki/vki-xen-tmem.h to include/Makefile.am nobase_pkginclude_HEADERS. by mjw · 10 years ago
  61. 62f0937 mips32/64: Fix some mips32 and mips64 definitions. by dejanj · 10 years ago
  62. bb9b1b9 Supporting macros for function intercept and wrapping on arm64: by sewardj · 10 years ago
  63. 0c0793c mips32/mips64: Fix the problem with VKI_ENOSYS and VKI_EOVERFLOW for mips32/64. by dejanj · 10 years ago
  64. 40bb783 BZ#331380 Syscall param timer_create(evp) points to uninitialised byte(s) by mjw · 10 years ago
  65. 0bc560e Bump __VALGRIND_MINOR__ to catch up with the release. by florian · 10 years ago
  66. dbb328d arm64-linux: make restarting of syscalls interrupted by signals work by sewardj · 10 years ago
  67. 4decb26 Fix the ppc32 special-instruction magic sequence so it really does by sewardj · 10 years ago
  68. cc49074 VG_(bzero_inline): handle up to 12 words inline. by sewardj · 10 years ago
  69. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  70. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 10 years ago
  71. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  72. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  73. 4254584 Minor tweak in the VG_(poll) syscall and callers: have a way to show by philippe · 11 years ago
  74. 03f77d2 xen: Implement XEN_DOMCTL_set_max_evtchn by bart · 11 years ago
  75. 4cf567e xen: XEN_SYSCTL_debugkeys hypercall by bart · 11 years ago
  76. 029d48f xen: XEN_SYSCTL_readconsole hypercall by bart · 11 years ago
  77. 189ade7 xen: XEN_DOMCTL_shadow_op hypercall by bart · 11 years ago
  78. 14c44a9 xen: XEN_DOMCTL_getpageframeinfo3 hypercall by bart · 11 years ago
  79. e65212e xen: XEN_DOMCTL_gethvmcontext hypercall by bart · 11 years ago
  80. 9bd4cfc xen: XENMEM_remove_from_physmap hypercall by bart · 11 years ago
  81. 39d4ba5 xen: XENMEM_add_to_physmap hypercall by bart · 11 years ago
  82. 1d528a7 xen: XENMEM_machphys_mfn_list hypercall by bart · 11 years ago
  83. 3b35a08 xen: Infratructure for XEN_TMEM_* hypercalls by bart · 11 years ago
  84. 5be3aec xen: Fix XEN_SYSCTL_getdomaininfolist for version 0xa by bart · 11 years ago
  85. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  86. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  87. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  88. 80fe549 Disallow client mmap calls with MAP_32BIT as a flag. by sewardj · 11 years ago
  89. a388ee4 pub_tool_oset.h and m_oset.c cleanup by philippe · 11 years ago
  90. a068ff5 mips32: Add two syscall wrappers: by dejanj · 11 years ago
  91. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  92. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  93. be7f7cf Fix include guard. by florian · 11 years ago
  94. ac3a1d8 Move a function and its prototype VG_(malloc_effective_client_redzone_size) by florian · 11 years ago
  95. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  96. 72aefb1 Fix misleading comment, as VG_(releasePA) is deleting the PA when zero ref count by philippe · 11 years ago
  97. e42cca5 Add missing headers and such so that 'make dist' works again. by florian · 11 years ago
  98. aaaf21d valgrind.h: Add MinGW64 support by bart · 11 years ago
  99. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  100. 3c628ba Fix fallout from r13486: "virtual" is a C++ reserved word and so this by sewardj · 11 years ago