1. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  2. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  3. 32327ec Add some assertions. by tom · 19 years ago
  4. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  5. 78164b9 Another seemingly-small but critical change imported from 2.4.0-ppc: by sewardj · 19 years ago
  6. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  7. f253dac by njn · 19 years ago
  8. 0ae787c by njn · 19 years ago
  9. 88c5148 by njn · 19 years ago
  10. 6081fce Make the is_stage2 test work when running Valgrind in-place in a source tree. by njn · 19 years ago
  11. b69f7c1 by njn · 19 years ago
  12. 945ed2e by njn · 19 years ago
  13. af839f5 by njn · 19 years ago
  14. f845f8f by njn · 19 years ago
  15. 64c8324 by njn · 19 years ago
  16. 899ce73 by njn · 19 years ago
  17. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  18. 67741c6 by njn · 19 years ago
  19. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  20. 7d2a9c4 by njn · 19 years ago
  21. ae7359b by njn · 19 years ago
  22. c7561b9 by njn · 19 years ago
  23. c1b0181 by njn · 19 years ago
  24. 9abd608 by njn · 19 years ago
  25. 8a51bb8 Fix message to refer to the correct file. by tom · 19 years ago
  26. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  27. e9befc6 by njn · 19 years ago
  28. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  29. a8d8e23 by sewardj · 19 years ago
  30. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  31. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  32. 132bfcc by njn · 19 years ago
  33. 36a20fa by njn · 19 years ago
  34. 13bfd85 by njn · 19 years ago
  35. 97405b2 by njn · 19 years ago
  36. e3f0635 Moved VGA_(pointercheck)() into ASpaceMgr. by njn · 19 years ago
  37. 04e1698 by njn · 19 years ago
  38. 7df470b by njn · 19 years ago
  39. 3a07e9b Correct file name in error messages. by tom · 19 years ago
  40. 2024234 by njn · 19 years ago
  41. 36ef6ba by njn · 19 years ago
  42. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  43. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  44. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  45. 51d827b by njn · 19 years ago
  46. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  47. 2521d32 by njn · 19 years ago
  48. 9be7c98 Use %lu for all length values in debug messages or you will sometimes by tom · 19 years ago
  49. 55f9d1a by sewardj · 19 years ago[Renamed (98%) from coregrind/vg_memory.c]
  50. fa8202f Update comment about stack management, and remove some unused functions. by sewardj · 19 years ago
  51. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  52. 9fb73db by njn · 19 years ago
  53. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  54. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  55. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 19 years ago
  56. 394790d Fix VG_({un}pad_address_space) so as to make sys_io_setup work again. by sewardj · 19 years ago
  57. 882af5f Reinstate VG_(find_root_memory). This makes the leak detector work again. by sewardj · 19 years ago
  58. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  59. b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 19 years ago
  60. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  61. 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 19 years ago
  62. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  63. a4a65a7 Remove dead code. by njn · 19 years ago
  64. b5f6f51 by sewardj · 19 years ago
  65. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 19 years ago
  66. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  67. e517b80 Turn off tons of debug printing. by sewardj · 19 years ago
  68. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 19 years ago
  69. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  70. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  71. ca6fef0 by njn · 20 years ago
  72. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  73. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  74. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  75. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  76. fc646ee 64-bit cleanness tweak. by nethercote · 20 years ago
  77. ada0d2b by nethercote · 20 years ago
  78. f18ca39 Arch-abstraction: factor out a use of mmap() appropriately. by nethercote · 20 years ago
  79. 50397c2 by nethercote · 20 years ago
  80. 928a5f7 by nethercote · 20 years ago
  81. 8991d5a by nethercote · 20 years ago
  82. 8b5f40c by nethercote · 20 years ago
  83. 73b526f by nethercote · 20 years ago
  84. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  85. a8bc380 readability fiddle by nethercote · 20 years ago
  86. ecce61c Remove unnecessary #includes. by nethercote · 20 years ago
  87. 15218bd by nethercote · 20 years ago
  88. 820bd8c by nethercote · 20 years ago
  89. f1e5e15 by nethercote · 20 years ago
  90. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  91. 3f0eaad by nethercote · 20 years ago
  92. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  93. c70b8c6 Fix typo in comment. by thughes · 20 years ago
  94. ccc9ecd apostrophe pedantry; comment change only by nethercote · 20 years ago
  95. 646c6aa Add comments to explain the address space padding technology. by thughes · 20 years ago
  96. 9aaebc3 Implement support for the async I/O system calls in 2.6 kernels. This by thughes · 20 years ago
  97. c314eba by nethercote · 20 years ago
  98. 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
  99. 2f54e0d Whoops, fix comment. by nethercote · 20 years ago
  100. 88a9016 Comment changes only. by nethercote · 20 years ago