1. fd1b461 In VG_(get_changed_segments) use dynamic memory allocation rather than by njn · 15 years ago
  2. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  3. f31cce9 Increase a hard limit that was reached in the wild. by njn · 15 years ago
  4. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  5. 9506f0d DARWIN sync: UInt -> Int. by njn · 15 years ago
  6. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  7. 23105e6 Merge r9754 (#includes tweak) from the DARWIN branch. Also remove a by njn · 15 years ago
  8. dad944a Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWIN by njn · 15 years ago
  9. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  10. 9f20746 Updated copyright years. by njn · 15 years ago
  11. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 15 years ago
  12. a364d11 Speed up VG_(am_find_nsegment). This is kind-of required by r8712, by sewardj · 16 years ago
  13. 4190600 The address space manager, and in particular the NSegment type, by sewardj · 16 years ago
  14. 7cf4e6b by sewardj · 16 years ago
  15. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  16. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 16 years ago
  17. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  18. 38dba99 Add disclaimers. by sewardj · 17 years ago
  19. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  20. e6bbc36 Merge r6480 (parse_procselfmaps: don't hand zero-length mappings to by sewardj · 17 years ago
  21. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  22. 420c655 When being an 'inner valgrind' on 64-bit platforms, ensure the stack by sewardj · 18 years ago
  23. 716f31a Merge r6105: by sewardj · 18 years ago
  24. 297f6b0 Split m_aspacemgr into a generic part and a Linux-specific part. by sewardj · 18 years ago
  25. 4cfea4f by sewardj · 18 years ago
  26. 4eee476 by sewardj · 18 years ago
  27. 7cc2040 When unmapping segments from below aspacem_minAddr, convert them back by sewardj · 18 years ago
  28. 3d787de Increase number of segnames available (Stu Robinson). by sewardj · 18 years ago
  29. ee2de2c Extra paranoia that should really have been committed in r6003. by sewardj · 18 years ago
  30. 63a622f When handling mremap, disallow an expanding in-place remap if it would by sewardj · 18 years ago
  31. 613a9f2 When a segment becomes free, and it is above aspacem_maxAddr, mark it by sewardj · 18 years ago
  32. 27b03a6 Allow even more segments. by sewardj · 18 years ago
  33. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  34. fcb3bc9 When moving an address range add the new range before marking the old by tom · 18 years ago
  35. 00afab8 Validate the fnIdx for a file segment when doing a sanity check. by tom · 18 years ago
  36. 4395ad4 Add a comment. by njn · 18 years ago
  37. dadff0a Ignore offset information in anonymous mmap calls. Fixes bug #126722. by tom · 18 years ago
  38. c2fe246 Comment-only change. by sewardj · 18 years ago
  39. a1bdebc Don't use the presence of a filename to decide if a segment in the by tom · 18 years ago
  40. 2a1b953 Hmm. Why is this file still here? (It got folded into aspacemgr.c by sewardj · 18 years ago
  41. 4c3faae A couple of initialisations to keep gcc-4.1.0 happy. by sewardj · 18 years ago
  42. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  43. 70c91dd Hacks to enable self-hosting on amd64, so as to facilitate cachegrinding it. by sewardj · 19 years ago
  44. 99ffec4 Make the address space manager use fstat64 when it is available. There by tom · 19 years ago
  45. f36e99a Hacks needed for MontaVista Linux 3.1 (ppc32). by sewardj · 19 years ago
  46. c28e3dd The sloppyRXcheck logic in the sync checker was not correct - it was by tom · 19 years ago
  47. aedc7c3 Whitespace only change (test commit to see if auto-mail-on-commit is by sewardj · 19 years ago
  48. cf4ac71 Fix a couple of gcc warnings following recent coredumping changes (r4970). by sewardj · 19 years ago
  49. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  50. 4f3ef1f Add comments re loss of pointercheck. by sewardj · 19 years ago
  51. a07dce4 Add a large comment giving an overview of what it does and how it works. by sewardj · 19 years ago
  52. aa34929 Make sync checking work on recent x86 kernels (eg SuSE 10) which mark by sewardj · 19 years ago
  53. 616cf59 by sewardj · 19 years ago
  54. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  55. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  56. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  57. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  58. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  59. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  60. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  61. cb249ab Privatise parse_procselfmaps() and move it into aspacemgr.c in order by sewardj · 19 years ago
  62. 6684d2a VG_(am_extend_into_adjacent_reservation_client): Do not allow the by sewardj · 19 years ago
  63. 45f4e7c by sewardj · 19 years ago
  64. 73dc2c7 Give file a better name. by njn · 19 years ago
  65. 09b8480 by njn · 19 years ago
  66. 68e4659 by njn · 19 years ago
  67. 721f2c8 Make show_segments() public, and use it when VG_(get_memory_from_mmap)() by njn · 19 years ago
  68. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  69. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  70. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  71. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  72. f7c00b1 by njn · 19 years ago
  73. 32327ec Add some assertions. by tom · 19 years ago
  74. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  75. 6271eb9 by njn · 19 years ago
  76. 78164b9 Another seemingly-small but critical change imported from 2.4.0-ppc: by sewardj · 19 years ago
  77. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  78. a9104c0 Record important info about Segments and SegInfos. by njn · 19 years ago
  79. f253dac by njn · 19 years ago
  80. 0ae787c by njn · 19 years ago
  81. 88c5148 by njn · 19 years ago
  82. 6081fce Make the is_stage2 test work when running Valgrind in-place in a source tree. by njn · 19 years ago
  83. b69f7c1 by njn · 19 years ago
  84. 945ed2e by njn · 19 years ago
  85. af839f5 by njn · 19 years ago
  86. f845f8f by njn · 19 years ago
  87. 64c8324 by njn · 19 years ago
  88. 899ce73 by njn · 19 years ago
  89. e070c20 Tweak comments and remove an unnecessary #include. by njn · 19 years ago
  90. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  91. 67741c6 by njn · 19 years ago
  92. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  93. 7d2a9c4 by njn · 19 years ago
  94. ae7359b by njn · 19 years ago
  95. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  96. c7561b9 by njn · 19 years ago
  97. c1b0181 by njn · 19 years ago
  98. 9abd608 by njn · 19 years ago
  99. 8a51bb8 Fix message to refer to the correct file. by tom · 19 years ago
  100. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago