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