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. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  5. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  6. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  7. da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
  8. c290b88 Fix bug in do_mremap. Also need to allow SkShmC segments. by florian · 9 years ago
  9. e787fca Simplify. The condition on line 1223 is always true. Here's why: by florian · 9 years ago
  10. 981abb5 Issue an error message if then brk segment overflows. by florian · 9 years ago
  11. 7cbe068 Fix the writev / readv wrappers. Do not read the array pointed to by florian · 9 years ago
  12. a2aaa40 Check for any client stack segment. Rule out valgrind segments. by florian · 9 years ago
  13. d7aa40d fix 346307 fuse filesystem syscall deadlocks by philippe · 9 years ago
  14. faaf860 Remove a few unneeded header files. by florian · 9 years ago
  15. 15fa8a2 Produce a user message in case of stack overflow. by florian · 10 years ago
  16. 95f1037 Simplify do_brk by florian · 10 years ago
  17. 888b815 Change the prototype of VG_(am_extend_into_adjacent_reservation_client) by florian · 10 years ago
  18. dd7318b Change VG_(am_extend_map_client) as follows: by florian · 10 years ago
  19. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 10 years ago
  20. 90a7073 Fix 342221 - socket connect produce false positive saying access to uninitialized memory area by philippe · 10 years ago
  21. f44ff62 Buffer audit. Resize some. by florian · 10 years ago
  22. c8d064a Fix 341789 - aarch64: shmat fails with valgrind on ARMv8 by philippe · 10 years ago
  23. 0b41f32 As the BEAM checker correctly points out, the conditions on lines 430 and 485 by florian · 10 years ago
  24. 3130eab Minor non-functional cleanups. by florian · 10 years ago
  25. 98d6b25 Fix 333051 mmap of huge pages fails due to incorrect alignment by philippe · 10 years ago
  26. 518850b Constify coregrind. by florian · 10 years ago
  27. a175ffb Merge revisions 14210 and 14626 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  28. 99e644a Use correct tag names in sys_getdents/64 wrappers. by florian · 10 years ago
  29. db16f83 Fix wrong checking of ARG2 of getrlimit by philippe · 10 years ago
  30. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  31. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  32. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  33. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  34. 495c656 Use getdents64 syscall on linux. by mjw · 10 years ago
  35. aa62d84 Kind of a follow-up to r14237. by sewardj · 10 years ago
  36. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  37. 19ce5d5 pre_mem_read_sockaddr: properly handle the NETLINK address family by sewardj · 10 years ago
  38. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  39. d77a4ca Make moans about unknown ioctls more informative (#336772) by bart · 10 years ago
  40. 6822be8 Fix a -Wshadow warning from some oldish version of XCode. by sewardj · 10 years ago
  41. aa02f66 Use safe_to_deref in coregrind syswrap-generic.c (msghdr_foreachfield). by mjw · 10 years ago
  42. 3995526 Handle IPv6 addresses when reporting open file descriptors. by tom · 11 years ago
  43. 68f338f Fix typo in poll wrapper by tom · 11 years ago
  44. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  45. 80fe549 Disallow client mmap calls with MAP_32BIT as a flag. by sewardj · 11 years ago
  46. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  47. f93bbd9 Handle the sethostname system call. BZ#311922. by tom · 11 years ago
  48. 4cb663f Don't break platforms without AF_BLUETOOTH. by mjw · 11 years ago
  49. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  50. fc75e5e Don't check the flags word in msghdr for sendmsg as the by tom · 12 years ago
  51. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  52. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  53. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  54. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  55. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  56. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  57. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  58. 2d75ea2 Fix n-i-bz shmat of a segment > 4Gb does not work by philippe · 12 years ago
  59. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  60. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 13 years ago
  61. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 13 years ago
  62. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
  63. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  64. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  65. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  66. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  67. a5e13dd Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was by tom · 13 years ago
  68. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  69. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  70. 6c591e1 by sewardj · 13 years ago
  71. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  72. c6fe8a2 When a shmat() size is passed to the tool, round it up to a page size. This by njn · 14 years ago
  73. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  74. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  75. 90741b2 get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available, by sewardj · 14 years ago
  76. 5484f38 Calling VG_(am_relocate_nooverlap_client) will destroy the descriptor by tom · 14 years ago
  77. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  78. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  79. 0ca89e0 Fix type in r10951. Not sure why this didn't cause a compilation by sewardj · 15 years ago
  80. ca78724 Rename LOHI64 to MERGE64 and make it work correctly on big endian by tom · 15 years ago
  81. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  82. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  83. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  84. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  85. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  86. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  87. 9331c7b Make the sys_newlstat wrapper more like those of similar *stat() syscalls. by njn · 15 years ago
  88. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  89. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  90. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  91. da8549d DARWIN sync: timeval. by njn · 15 years ago
  92. 89d43f7 DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers. by njn · 15 years ago
  93. 39ffe24 by njn · 15 years ago
  94. 70fa47d DARWIN sync: sys_open wrapper. by njn · 15 years ago
  95. cc1284f DARWIN sync: sys_readlink layout. by njn · 15 years ago
  96. ff42447 DARWIN sync: remove '.' from some field names for consistency, and factor by njn · 15 years ago
  97. 72bbd8d DARWIN sync: all the timeval stuff by njn · 15 years ago
  98. eb04c89 DARWIN sync: comment and braces. by njn · 15 years ago
  99. 1be9cf6 DARWIN sync: add ML_({PRE,POST}_unknown_ioctl). by njn · 15 years ago
  100. 58bbd94 Merge r10085, r10086 (post-fork handling) from the DARWIN branch. by njn · 15 years ago