1. c28e3dd The sloppyRXcheck logic in the sync checker was not correct - it was by tom · 19 years ago
  2. aedc7c3 Whitespace only change (test commit to see if auto-mail-on-commit is by sewardj · 19 years ago
  3. cf4ac71 Fix a couple of gcc warnings following recent coredumping changes (r4970). by sewardj · 19 years ago
  4. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  5. 4f3ef1f Add comments re loss of pointercheck. by sewardj · 19 years ago
  6. a07dce4 Add a large comment giving an overview of what it does and how it works. by sewardj · 19 years ago
  7. aa34929 Make sync checking work on recent x86 kernels (eg SuSE 10) which mark by sewardj · 19 years ago
  8. 616cf59 by sewardj · 19 years ago
  9. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  10. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  11. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  12. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  13. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  14. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  15. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  16. cb249ab Privatise parse_procselfmaps() and move it into aspacemgr.c in order by sewardj · 19 years ago
  17. 6684d2a VG_(am_extend_into_adjacent_reservation_client): Do not allow the by sewardj · 19 years ago
  18. 45f4e7c by sewardj · 19 years ago
  19. 73dc2c7 Give file a better name. by njn · 19 years ago
  20. 09b8480 by njn · 19 years ago
  21. 68e4659 by njn · 19 years ago
  22. 721f2c8 Make show_segments() public, and use it when VG_(get_memory_from_mmap)() by njn · 19 years ago
  23. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  24. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  25. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  26. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  27. f7c00b1 by njn · 19 years ago
  28. 32327ec Add some assertions. by tom · 19 years ago
  29. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  30. 6271eb9 by njn · 19 years ago
  31. 78164b9 Another seemingly-small but critical change imported from 2.4.0-ppc: by sewardj · 19 years ago
  32. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  33. a9104c0 Record important info about Segments and SegInfos. by njn · 19 years ago
  34. f253dac by njn · 19 years ago
  35. 0ae787c by njn · 19 years ago
  36. 88c5148 by njn · 19 years ago
  37. 6081fce Make the is_stage2 test work when running Valgrind in-place in a source tree. by njn · 19 years ago
  38. b69f7c1 by njn · 19 years ago
  39. 945ed2e by njn · 19 years ago
  40. af839f5 by njn · 19 years ago
  41. f845f8f by njn · 19 years ago
  42. 64c8324 by njn · 19 years ago
  43. 899ce73 by njn · 19 years ago
  44. e070c20 Tweak comments and remove an unnecessary #include. by njn · 19 years ago
  45. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  46. 67741c6 by njn · 19 years ago
  47. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  48. 7d2a9c4 by njn · 19 years ago
  49. ae7359b by njn · 19 years ago
  50. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  51. c7561b9 by njn · 19 years ago
  52. c1b0181 by njn · 19 years ago
  53. 9abd608 by njn · 19 years ago
  54. 8a51bb8 Fix message to refer to the correct file. by tom · 19 years ago
  55. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  56. e9befc6 by njn · 19 years ago
  57. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  58. a8d8e23 by sewardj · 19 years ago
  59. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  60. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  61. 132bfcc by njn · 19 years ago
  62. 36a20fa by njn · 19 years ago
  63. 13bfd85 by njn · 19 years ago
  64. 97405b2 by njn · 19 years ago
  65. e3f0635 Moved VGA_(pointercheck)() into ASpaceMgr. by njn · 19 years ago
  66. 04e1698 by njn · 19 years ago
  67. 7df470b by njn · 19 years ago
  68. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  69. 3a07e9b Correct file name in error messages. by tom · 19 years ago
  70. 2024234 by njn · 19 years ago
  71. 02bc4b8 by njn · 19 years ago
  72. 36ef6ba by njn · 19 years ago
  73. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  74. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  75. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  76. 51d827b by njn · 19 years ago
  77. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  78. 2521d32 by njn · 19 years ago
  79. 9be7c98 Use %lu for all length values in debug messages or you will sometimes by tom · 19 years ago
  80. 55f9d1a by sewardj · 19 years ago