1. d65f726 Import offsetof and vg_alignof from VEX (tracking VEX r3049). by florian · 9 years ago
  2. af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 9 years ago
  3. 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 9 years ago
  4. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 9 years ago
  5. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 9 years ago
  6. 227a1ec Add limited support for printing floating point numbers to by florian · 9 years ago
  7. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  8. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  9. 3540ee8 Use unsigned long int instead of unsigned long long int on LP64 by florian · 10 years ago
  10. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  11. 7534dd8 * add syscall wrappers for some new OSX 10.10 specific calls by sewardj · 10 years ago
  12. 5274f80 Update system call lists. by tom · 10 years ago
  13. b314d10 Comment only changes. by philippe · 10 years ago
  14. 79143f4 Add a no-op wrapper for a new-in-10.10 syscall: getattrlistbulk by sewardj · 10 years ago
  15. eac59d4 Adds initial support for new syscalls on MacOS X 10.10, including new by sewardj · 10 years ago
  16. 0da1259 Fix symbol name typo (correct: DARWIN_VERS wrong: DARWIN_VERSION). by sewardj · 10 years ago
  17. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  18. 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
  19. 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  20. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  21. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  22. 518850b Constify coregrind. by florian · 10 years ago
  23. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  24. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  25. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  26. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  27. 2fa8a5f Constify. by florian · 10 years ago
  28. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  29. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  30. 19e2c94 -Wmissing-enum seems to have arrived at the MacOS builds for some by sewardj · 10 years ago
  31. a175ffb Merge revisions 14210 and 14626 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  32. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  33. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  34. 29d82f6 Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  35. 9e431f0 implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel does not check by cborntra · 10 years ago
  36. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  37. 0af05d4 Handle explicitely all enum values in 'switch' on AddrInfo tag by philippe · 10 years ago
  38. fd40d8b Remove a comment that is no longer valid. The real reason we (now) by florian · 10 years ago
  39. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  40. 5e1e923 Document NULL-ness of the return value of the dedup allocation functions. by florian · 10 years ago
  41. 6a65074 Document that VG_(newPA) and VG_(allocEltPA) never return NULL. by florian · 10 years ago
  42. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  43. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  44. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  45. 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
  46. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  47. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  48. e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
  49. c5090fb Bug 338974 glibc 2.20 changed size of struct sigaction sa_flags on s390 by mjw · 10 years ago
  50. 0138505 Improved argument checking for sys_kcmp. Derived from patch from by sewardj · 10 years ago
  51. 2fe4619 add more system call numbers for s390. While we are at it by cborntra · 10 years ago
  52. 66fbb21 Patch adding support for V4L2/media ioctls. Patch from Hans Verkuil by sewardj · 10 years ago
  53. 12d5abc Add Xen 4.4 evtchn ioctl wrappers. Patch from Antony Saba by sewardj · 10 years ago
  54. 9e4ec3a Add support for Xen hypercalls used by libvmi. Patch from Antony Saba by sewardj · 10 years ago
  55. 2fee870 Add support for sys_kcmp. Patch from Chris Jones by sewardj · 10 years ago
  56. 4450a0e Improvements for Android: by sewardj · 10 years ago
  57. 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago
  58. b69cd96 VG_(getdents64) is only needed on Linux, and causes build problems by sewardj · 10 years ago
  59. 424385e Add a missing VKI_ prefix. No functional change. by sewardj · 10 years ago
  60. 190bd52 Followup to r13469. lineno has already been asserted to be != NULL. by florian · 10 years ago
  61. 7b63408 Rename a bunch of __unused fields to __unused0, since some Android by sewardj · 10 years ago
  62. 9c327f6 mips64: add missing system call numbers by petarj · 10 years ago
  63. 0acd3ce Fix a comment. No functional change. by florian · 10 years ago
  64. 4fa7108 Bug 338703 helgrind on arm-linux gets false positives in dynamic loader. by mjw · 10 years ago
  65. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  66. dcd9051 Helgrind needs to know the soname of ld.so, and on arm64-linux by sewardj · 10 years ago
  67. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  68. 495c656 Use getdents64 syscall on linux. by mjw · 10 years ago
  69. a19d5b7 include/vki/vki-scnums-arm64-linux.h use correct __NR_lseek define. by mjw · 10 years ago
  70. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  71. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  72. 1123362 Remove function VG_(sysnum_string_extra) as it was just a wrapper by florian · 10 years ago
  73. 5914aec Correct a comment. We really should not specify the default values by florian · 10 years ago
  74. c9e3e61 Remove unused and possibly incorrectly defined macro. by florian · 10 years ago
  75. be4203d Remove unneeded include files. by florian · 10 years ago
  76. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  77. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  78. 19ce5d5 pre_mem_read_sockaddr: properly handle the NETLINK address family by sewardj · 10 years ago
  79. c609732 add support for VKI_BLKDISCARDZEROES by cborntra · 10 years ago
  80. 1fa9ee8 Linux: Add support for Lustre FID2PATH ioctl (#331829) by bart · 10 years ago
  81. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  82. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  83. f77df94 Add support for the F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK fcntl by tom · 10 years ago
  84. 1554fa5 Add 'numbering identification' to the dedup pool. by philippe · 10 years ago
  85. 0b9d064 Implement VG_(arena_realloc_shrink) similar to realloc, but can by philippe · 10 years ago
  86. abc1111 Add support for various SIOCETHTOOL operations. BZ#303536. by tom · 10 years ago
  87. 4f17e60 Add SIOCATMARK ioctl support. by tom · 10 years ago
  88. 9b15043 Implement various SNDRV_CTL_xxx ioctls. by tom · 10 years ago
  89. 5cc73ec Handle the HCIGETDEVLIST ioctl. by tom · 10 years ago
  90. 55d0538 Add support for the SG_IO ioctl. by tom · 10 years ago
  91. 96fb2c5 Handle the CDROM_DISC_STATUS ioctl. by tom · 10 years ago
  92. 4efdae1 Add support for TIOCNOTTY ioctl. BZ#331476. by tom · 10 years ago
  93. 34ffca6 Whitespace and comment-only changes. No functional change. by sewardj · 10 years ago
  94. 5d75d53 Mac OS X 10.9 improvements. Bug 326724 comment 27 patch name by sewardj · 10 years ago
  95. ec66ad5 Add initial build support for Mac OS X 10.9 (Mavericks). Bug 326724 by sewardj · 10 years ago
  96. a0a7393 This patch implements the support needed for stacktraces by philippe · 10 years ago
  97. 7293d25 This patch adds a 'de-duplicating memory pool allocator': by philippe · 10 years ago
  98. 18d6f4e Improve address description for address in the stack. by philippe · 10 years ago
  99. d898bf0 Revert "Tools should explain why an option is bad when using fmsg_bad_option." by mjw · 10 years ago
  100. 1f2f9a1 Tools should explain why an option is bad when using fmsg_bad_option. by mjw · 10 years ago