1. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  2. 981ffbd Strange segments in /proc/self/maps have been observed in the field. by florian · 9 years ago
  3. e8b9ee3 Add support for ldsoexec on Solaris. by iraisr · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. a5e06c3 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. 3bfb914 Revert an accidental change to the address space manager that sneaked by florian · 9 years ago
  8. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  9. da9420c Fix a comment. by florian · 9 years ago
  10. e354a1f Wraparounds are never allowed -- not evern for MAny requests. by florian · 9 years ago
  11. 135c9f1 Comment only change. by florian · 9 years ago
  12. 423b52b Remove an incorrect assertion. Need to consider SkShmC segments as well. by florian · 9 years ago
  13. 7a5681f In functions VG_(am_relocate_nooverlap_client) and VG_(am_extend_map_client) by florian · 9 years ago
  14. a623345 Simplify is_valid_for taking advantage of the fact that SegKinds by florian · 9 years ago
  15. a6cece9 Fix aspacem segment mismatch: seen with none/tests/bigcode bz#345824 by rhyskidd · 9 years ago
  16. 4ecd483 Fix the namespace of the functions dealing with segment names. by florian · 9 years ago
  17. 8f3cd17 Rename VG_(am_is_bogus_client_stack_pointer) to by florian · 9 years ago
  18. d57686f Fix a silly bug. by florian · 9 years ago
  19. 954d6bb Certain kernels on s390 provide extra read permissions on executable by florian · 9 years ago
  20. 346ee2f Followup to r14898 which changes the storage of segment names by by florian · 9 years ago
  21. d738b46 Change the minimum allowable value of aspacem_minAddr to by florian · 9 years ago
  22. 82e7a54 Add function VG_(am_is_valid_for_aspacem_minAddr) so that the parser by florian · 9 years ago
  23. 017d8f5 Add VG_(am_is_bogus_client_stack_pointer)(Addr). by florian · 10 years ago
  24. 2fa66ce New function VG_(am_mmap_client_heap) which swallows by florian · 10 years ago
  25. 15fa8a2 Produce a user message in case of stack overflow. by florian · 10 years ago
  26. 888b815 Change the prototype of VG_(am_extend_into_adjacent_reservation_client) by florian · 10 years ago
  27. dd7318b Change VG_(am_extend_map_client) as follows: by florian · 10 years ago
  28. fb823ae Fix an off-by-one error - this time, do it right. by florian · 10 years ago
  29. e861b99 Revert r14954. If the end of a segment is 0xfffff.....fffff by florian · 10 years ago
  30. 858a6b2 Fix an off-by-one error. A segment with start == end is not empty. by florian · 10 years ago
  31. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 10 years ago
  32. ad9553a Update a comment. by florian · 10 years ago
  33. 7cb1293 Update comment for VG_(am_find_nsegment) to match the code. by florian · 10 years ago
  34. 6329ec8 Translations are allowed from all client segments. Update comments by florian · 10 years ago
  35. 686b8ca Misc tweaks in segAddr_to_index: by florian · 10 years ago
  36. e6c3b43 Fix debug output of aspacemgr by philippe · 10 years ago
  37. 95af4ce Replace the SegName array with a simple string table. by florian · 10 years ago
  38. a0d557c Remove confusing function attribute. The function is always used (on all platforms). by florian · 10 years ago
  39. cb320e0 Fix an incorrect comment. Add asserts. by florian · 10 years ago
  40. bcf1d7f Remove unused field from NSegment structure. by florian · 10 years ago
  41. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 10 years ago
  42. 7af930d Minor tweaks: by florian · 10 years ago
  43. 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
  44. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  45. 3297124 2 pints later: more coregrind constification. by florian · 10 years ago
  46. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  47. adfff76 * Factorise code between is_valid_for_client and is_valid_for_valgrind. by philippe · 10 years ago
  48. 17e76ec Cleanup some old leftover of AIX port + fix a comment by philippe · 10 years ago
  49. e4d7812 * New option --aspace-minaddr=<address> allows to (possibly) make by philippe · 10 years ago
  50. 0eb0d5a Fix or implement various things to have V gdbsrv working on arm64 by philippe · 11 years ago
  51. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  52. f049d1d Increase VG_N_SEGMENTS and VG_N_SEGNAMES by a factor of 6 on all by sewardj · 11 years ago
  53. e06727f Comment-only change. by sewardj · 11 years ago
  54. f1a9bd2 add_mapping_callback on Darwin: also produce a ChangedSeg record in by sewardj · 11 years ago
  55. 3bf117d kludge to bypass inner valgrind mmap failing due to not observed outer mmap by philippe · 11 years ago
  56. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  57. 6805a4a Increase maximum usable memory amount from 32GB to 64GB on 64-bit Linux. by sewardj · 12 years ago
  58. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  59. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  60. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  61. d663333 Remove an extraneous "extern". by sewardj · 12 years ago
  62. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  63. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 13 years ago
  64. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 13 years ago
  65. 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 13 years ago
  66. 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
  67. bd28c5e While investigating whether bugzilla #286040 was a problem or by florian · 13 years ago
  68. 54212b6 When reading a decimal value consume decimal digits, not hexdigits. by florian · 13 years ago
  69. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  70. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  71. bbfcb26 find_nsegment_idx: double size of the lookup cache in an attempt by sewardj · 13 years ago
  72. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  73. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  74. f90dcbc Size the ARM_LINUX_FAKE_COMMPAGE correctly and add explanatory by sewardj · 14 years ago
  75. 9edd09f Local-ise some variables that don't need to be visible outside this file. by sewardj · 14 years ago
  76. 08a6319 Fix \n placement in Darwin sync-check-failure messages. by sewardj · 14 years ago
  77. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  78. 38a21ac arm-linux: fake up the commpage entry at a lower level (in by sewardj · 15 years ago
  79. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  80. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  81. c401ae7 Compiles again on Darwin. by bart · 15 years ago
  82. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  83. b48b49e Fix compile error. by njn · 15 years ago
  84. ddaef35 Prettify the messages printed when segment mismatches happen. Also get rid by njn · 15 years ago
  85. fd1b461 In VG_(get_changed_segments) use dynamic memory allocation rather than by njn · 15 years ago
  86. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  87. f31cce9 Increase a hard limit that was reached in the wild. by njn · 15 years ago
  88. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  89. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  90. dad944a Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWIN by njn · 15 years ago
  91. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  92. 9f20746 Updated copyright years. by njn · 16 years ago
  93. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  94. a364d11 Speed up VG_(am_find_nsegment). This is kind-of required by r8712, by sewardj · 16 years ago
  95. 4190600 The address space manager, and in particular the NSegment type, by sewardj · 16 years ago
  96. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  97. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
  98. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  99. e6bbc36 Merge r6480 (parse_procselfmaps: don't hand zero-length mappings to by sewardj · 18 years ago
  100. 420c655 When being an 'inner valgrind' on 64-bit platforms, ensure the stack by sewardj · 18 years ago