1. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  2. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  3. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  4. d663333 Remove an extraneous "extern". by sewardj · 12 years ago
  5. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  6. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 12 years ago
  7. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 12 years ago
  8. 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 13 years ago
  9. 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
  10. bd28c5e While investigating whether bugzilla #286040 was a problem or by florian · 13 years ago
  11. 54212b6 When reading a decimal value consume decimal digits, not hexdigits. by florian · 13 years ago
  12. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  13. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  14. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  15. bbfcb26 find_nsegment_idx: double size of the lookup cache in an attempt by sewardj · 13 years ago
  16. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  17. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  18. f90dcbc Size the ARM_LINUX_FAKE_COMMPAGE correctly and add explanatory by sewardj · 14 years ago
  19. 9edd09f Local-ise some variables that don't need to be visible outside this file. by sewardj · 14 years ago
  20. 46dbd3f Don't scan the entire Valgrind stack to check for impending by sewardj · 14 years ago
  21. 08a6319 Fix \n placement in Darwin sync-check-failure messages. by sewardj · 14 years ago
  22. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  23. 38a21ac arm-linux: fake up the commpage entry at a lower level (in by sewardj · 15 years ago
  24. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  25. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  26. c401ae7 Compiles again on Darwin. by bart · 15 years ago
  27. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  28. b48b49e Fix compile error. by njn · 15 years ago
  29. ddaef35 Prettify the messages printed when segment mismatches happen. Also get rid by njn · 15 years ago
  30. fd1b461 In VG_(get_changed_segments) use dynamic memory allocation rather than by njn · 15 years ago
  31. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  32. f31cce9 Increase a hard limit that was reached in the wild. by njn · 15 years ago
  33. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  34. 9506f0d DARWIN sync: UInt -> Int. by njn · 15 years ago
  35. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  36. 23105e6 Merge r9754 (#includes tweak) from the DARWIN branch. Also remove a by njn · 15 years ago
  37. dad944a Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWIN by njn · 15 years ago
  38. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  39. 9f20746 Updated copyright years. by njn · 15 years ago
  40. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  41. a364d11 Speed up VG_(am_find_nsegment). This is kind-of required by r8712, by sewardj · 16 years ago
  42. 4190600 The address space manager, and in particular the NSegment type, by sewardj · 16 years ago
  43. 7cf4e6b by sewardj · 16 years ago
  44. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  45. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
  46. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  47. 38dba99 Add disclaimers. by sewardj · 17 years ago
  48. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  49. e6bbc36 Merge r6480 (parse_procselfmaps: don't hand zero-length mappings to by sewardj · 18 years ago
  50. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  51. 420c655 When being an 'inner valgrind' on 64-bit platforms, ensure the stack by sewardj · 18 years ago
  52. 716f31a Merge r6105: by sewardj · 18 years ago
  53. 297f6b0 Split m_aspacemgr into a generic part and a Linux-specific part. by sewardj · 18 years ago
  54. 4cfea4f by sewardj · 18 years ago
  55. 4eee476 by sewardj · 18 years ago
  56. 7cc2040 When unmapping segments from below aspacem_minAddr, convert them back by sewardj · 18 years ago
  57. 3d787de Increase number of segnames available (Stu Robinson). by sewardj · 18 years ago
  58. ee2de2c Extra paranoia that should really have been committed in r6003. by sewardj · 18 years ago
  59. 63a622f When handling mremap, disallow an expanding in-place remap if it would by sewardj · 18 years ago
  60. 613a9f2 When a segment becomes free, and it is above aspacem_maxAddr, mark it by sewardj · 18 years ago
  61. 27b03a6 Allow even more segments. by sewardj · 18 years ago
  62. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  63. fcb3bc9 When moving an address range add the new range before marking the old by tom · 18 years ago
  64. 00afab8 Validate the fnIdx for a file segment when doing a sanity check. by tom · 18 years ago
  65. 4395ad4 Add a comment. by njn · 18 years ago
  66. dadff0a Ignore offset information in anonymous mmap calls. Fixes bug #126722. by tom · 18 years ago
  67. c2fe246 Comment-only change. by sewardj · 18 years ago
  68. a1bdebc Don't use the presence of a filename to decide if a segment in the by tom · 18 years ago
  69. 2a1b953 Hmm. Why is this file still here? (It got folded into aspacemgr.c by sewardj · 18 years ago
  70. 4c3faae A couple of initialisations to keep gcc-4.1.0 happy. by sewardj · 18 years ago
  71. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  72. 70c91dd Hacks to enable self-hosting on amd64, so as to facilitate cachegrinding it. by sewardj · 19 years ago
  73. 99ffec4 Make the address space manager use fstat64 when it is available. There by tom · 19 years ago
  74. f36e99a Hacks needed for MontaVista Linux 3.1 (ppc32). by sewardj · 19 years ago
  75. c28e3dd The sloppyRXcheck logic in the sync checker was not correct - it was by tom · 19 years ago
  76. aedc7c3 Whitespace only change (test commit to see if auto-mail-on-commit is by sewardj · 19 years ago
  77. cf4ac71 Fix a couple of gcc warnings following recent coredumping changes (r4970). by sewardj · 19 years ago
  78. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  79. 4f3ef1f Add comments re loss of pointercheck. by sewardj · 19 years ago
  80. a07dce4 Add a large comment giving an overview of what it does and how it works. by sewardj · 19 years ago
  81. aa34929 Make sync checking work on recent x86 kernels (eg SuSE 10) which mark by sewardj · 19 years ago
  82. 616cf59 by sewardj · 19 years ago
  83. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  84. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  85. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  86. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  87. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  88. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  89. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  90. cb249ab Privatise parse_procselfmaps() and move it into aspacemgr.c in order by sewardj · 19 years ago
  91. 6684d2a VG_(am_extend_into_adjacent_reservation_client): Do not allow the by sewardj · 19 years ago
  92. 45f4e7c by sewardj · 19 years ago
  93. 73dc2c7 Give file a better name. by njn · 19 years ago
  94. 09b8480 by njn · 19 years ago
  95. 68e4659 by njn · 19 years ago
  96. 721f2c8 Make show_segments() public, and use it when VG_(get_memory_from_mmap)() by njn · 19 years ago
  97. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  98. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  99. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  100. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago