1. fa8202f Update comment about stack management, and remove some unused functions. by sewardj · 19 years ago
  2. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  3. 9fb73db by njn · 19 years ago
  4. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  5. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  6. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 19 years ago
  7. 394790d Fix VG_({un}pad_address_space) so as to make sys_io_setup work again. by sewardj · 20 years ago
  8. 882af5f Reinstate VG_(find_root_memory). This makes the leak detector work again. by sewardj · 20 years ago
  9. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 20 years ago
  10. b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 20 years ago
  11. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 20 years ago
  12. 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 20 years ago
  13. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  14. a4a65a7 Remove dead code. by njn · 20 years ago
  15. b5f6f51 by sewardj · 20 years ago
  16. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 20 years ago
  17. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 20 years ago
  18. e517b80 Turn off tons of debug printing. by sewardj · 20 years ago
  19. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 20 years ago
  20. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  21. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  22. ca6fef0 by njn · 20 years ago
  23. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  24. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  25. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  26. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  27. fc646ee 64-bit cleanness tweak. by nethercote · 20 years ago
  28. ada0d2b by nethercote · 20 years ago
  29. f18ca39 Arch-abstraction: factor out a use of mmap() appropriately. by nethercote · 20 years ago
  30. 50397c2 by nethercote · 20 years ago
  31. 928a5f7 by nethercote · 20 years ago
  32. 8991d5a by nethercote · 20 years ago
  33. 8b5f40c by nethercote · 20 years ago
  34. 73b526f by nethercote · 20 years ago
  35. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  36. a8bc380 readability fiddle by nethercote · 20 years ago
  37. ecce61c Remove unnecessary #includes. by nethercote · 20 years ago
  38. 15218bd by nethercote · 20 years ago
  39. 820bd8c by nethercote · 20 years ago
  40. f1e5e15 by nethercote · 20 years ago
  41. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  42. 3f0eaad by nethercote · 20 years ago
  43. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  44. c70b8c6 Fix typo in comment. by thughes · 20 years ago
  45. ccc9ecd apostrophe pedantry; comment change only by nethercote · 20 years ago
  46. 646c6aa Add comments to explain the address space padding technology. by thughes · 20 years ago
  47. 9aaebc3 Implement support for the async I/O system calls in 2.6 kernels. This by thughes · 20 years ago
  48. c314eba by nethercote · 20 years ago
  49. 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
  50. 2f54e0d Whoops, fix comment. by nethercote · 20 years ago
  51. 88a9016 Comment changes only. by nethercote · 20 years ago
  52. 30ee1ea Remove out-of-date comment -- should have been removed when VG_(mmap)() was by nethercote · 20 years ago
  53. b4250ae by nethercote · 20 years ago
  54. 57e36b3 by nethercote · 20 years ago
  55. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 21 years ago
  56. 71980f0 by nethercote · 21 years ago
  57. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  58. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  59. e3632c6 Fixed munmap bug - split_segment wasn't updating the lengths properly. by fitzhardinge · 21 years ago
  60. 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago
  61. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  62. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  63. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  64. fa1016e by njn · 21 years ago
  65. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  66. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  67. cbc4094 wibble by njn · 21 years ago
  68. 20c25d5 wibble by njn · 21 years ago
  69. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  70. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  71. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  72. 43c799e by njn · 21 years ago
  73. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  74. d5815ec by sewardj · 21 years ago
  75. 838654f startup_segment_callback: Get rid of completely pointless check re by sewardj · 22 years ago
  76. 99aac97 by sewardj · 22 years ago
  77. 6ccdd71 vg_scan_all_valid_memory: Don't prod any page unless we're sure we by sewardj · 22 years ago
  78. dc7a98f Remove spurious \n in message. by sewardj · 22 years ago
  79. a6e9fb9 VG_(handle_esp_assignment): merge two conditional jumps into one on common path. by sewardj · 22 years ago
  80. 6219d67 sort_malloc_shadows: check a loop bound in establishing initial shellsort by sewardj · 22 years ago
  81. 749124b Fix error due to use of = as comparison, rather than ==, in profiling. by sewardj · 22 years ago
  82. a449568 Common up leak detection stuff which was previously duplicated in Memcheck by sewardj · 22 years ago
  83. 6e4234e startup_segment_callback: don't panic when faced with non-executable, by sewardj · 22 years ago
  84. ee588a9 Fix compile warnings by sewardj · 22 years ago
  85. 584eaac by njn · 22 years ago
  86. c953984 by njn · 22 years ago
  87. e427a66 by njn · 22 years ago
  88. 8afd9fe Improve stack-switch-handling logic following discussion with John Regehr. by sewardj · 22 years ago
  89. 799f521 VG_(handle_esp_assignment): reinstate kludge for detecting and by sewardj · 22 years ago
  90. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  91. 35a916c Support for x86 insn fldenv. by sewardj · 22 years ago
  92. 2a8141a Implement fnstenv (store FPU environment, but not regs AIUI) (Jeff Epler) by sewardj · 22 years ago
  93. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  94. b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
  95. 126a41f Actually call VG_(first_and_last_secondaries_look_plausible) and make by sewardj · 22 years ago
  96. 4f51f9a Generate better ucode for back-to-back sequences of register pushes and by sewardj · 22 years ago
  97. 036c3fe Fix really stupid use of uninitialised value introduced in rev 1.8. by sewardj · 22 years ago
  98. c3bd5f5 Ensure that values returned to the client from pthread operations are by sewardj · 22 years ago
  99. 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 22 years ago
  100. 1e8cdc9 by sewardj · 22 years ago