1. 856c54e by njn · 19 years ago
  2. d666ea7 Remove empty sanity check function. And clean up sanity checking in by njn · 19 years ago
  3. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  4. dab4e4b Don't include headers from headers -- make inclusions explicit in all C files. by njn · 19 years ago
  5. 47167fd by njn · 19 years ago
  6. 07112e4 Fix 32-bit-ish looking assumption. by sewardj · 19 years ago
  7. d9109c6 by njn · 19 years ago
  8. 0787fc0 by njn · 19 years ago
  9. 1047c64 Allow multiple module names per --hide option. by njn · 19 years ago
  10. 88c5148 by njn · 19 years ago
  11. 4f612c2 by njn · 19 years ago
  12. 41f8e4a Remove unneeded cases from match_lib. by njn · 19 years ago
  13. 5953c10 avoid compiler warning by njn · 19 years ago
  14. d9e5fd7 Rename functions to make the type involved clearer. by njn · 19 years ago
  15. 6081fce Make the is_stage2 test work when running Valgrind in-place in a source tree. by njn · 19 years ago
  16. 0d74162 by njn · 19 years ago
  17. 0151588 Do not print backtraces in assertion failures. This is an as-yet by sewardj · 19 years ago
  18. bc32e82 Added some more targets to the docs. by de · 19 years ago
  19. abbf59d A small program to read .dot files created by auxprogs/gen-mdg and by sewardj · 19 years ago
  20. b69f7c1 by njn · 19 years ago
  21. 40e7358 by njn · 19 years ago
  22. 6140074 Remove out-of-date comments. by njn · 19 years ago
  23. 508aef5 Enabled a bunch more syscalls by cerion · 19 years ago
  24. 657d951 Another "make dist" fix from Ralf Wildenhues. by njn · 19 years ago
  25. c7e1071 "make dist" fixes from Ralf Wildenhues. by njn · 19 years ago
  26. 945ed2e by njn · 19 years ago
  27. 364350e Broaden a couple of suppressions so vgtest_ume passes on my machine. by njn · 19 years ago
  28. 266c8e6 Disable debug printing by default so we have any hope of getting by sewardj · 19 years ago
  29. 8211a57 Kludge up wait_for_gdb even more. by sewardj · 19 years ago
  30. 89b4cb6 Added some targets for massif & core options by de · 19 years ago
  31. 9e59108 Added DivU32,DivS32 to memcheck translation (lazy) by cerion · 19 years ago
  32. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  33. af839f5 by njn · 19 years ago
  34. f845f8f by njn · 19 years ago
  35. 7eb7c58 by sewardj · 19 years ago
  36. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  37. 3c3d5a4 Removed ante-deluvian file by de · 19 years ago
  38. d0ef55f I forgot to remove this a while back. by njn · 19 years ago
  39. 3a08815 Declare my_sigreturn as static. This is correct in so much as it isn't by tom · 19 years ago
  40. 57ca7ab by njn · 19 years ago
  41. 1727cc8 by njn · 19 years ago
  42. 62ff0f2 by njn · 19 years ago
  43. 08a2e17 by njn · 19 years ago
  44. 06244e7 Move VG_(resume_scheduler) to m_signals, and make it local. Reduces by njn · 19 years ago
  45. 351d006 by njn · 19 years ago
  46. f5db3b6 Redirect the correct address to the vtime vsyscall instead of by tom · 19 years ago
  47. 487ac70 Fix bug causing TINVALs to throw away huge numbers of translations by sewardj · 19 years ago
  48. 5c52298 ppc32-linux build fix. by sewardj · 19 years ago
  49. ed0c4cb Get ppc32 stage2 linked in the right place, so stage2 can actually start. by sewardj · 19 years ago
  50. 05b5fc1 Un-break the build on ppc32-linux. This whole multiplatform by sewardj · 19 years ago
  51. aba25b4 wibble by njn · 19 years ago
  52. b506bd8 by njn · 19 years ago
  53. 419bbcb Slight reduce m_syswrap's dependence on m_signals by moving by njn · 19 years ago
  54. 748ace4 Remove redundancy. by njn · 19 years ago
  55. eb0daa3 Attempt to fix the stage2.lds borkage. by njn · 19 years ago
  56. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  57. 64c8324 by njn · 19 years ago
  58. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  59. d0d7c1f Don't #include pub_core_stacktrace.h in pub_core_execontext.h. So by njn · 19 years ago
  60. 3756925 turn off debugging output by njn · 19 years ago
  61. 899ce73 by njn · 19 years ago
  62. 3ced4ce Move typedef to a better spot. by njn · 19 years ago
  63. e070c20 Tweak comments and remove an unnecessary #include. by njn · 19 years ago
  64. e5c600e Although it doesn't actually matter from a generated-code point of by sewardj · 19 years ago
  65. 94e62a3 (Re)-drop reliance on <sys/mman.h> and disable ppc32-linux specific by sewardj · 19 years ago
  66. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  67. f4c5016 by njn · 19 years ago
  68. 3161e80 Use BACKTRACE_DEPTH consistently. by njn · 19 years ago
  69. 24a6efb by njn · 19 years ago
  70. 67741c6 by njn · 19 years ago
  71. eee47b5 Add #include necessary for AMD64. by njn · 19 years ago
  72. a6d9391 New script for graphing module dependencies. by njn · 19 years ago
  73. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  74. 7d2a9c4 by njn · 19 years ago
  75. ae7359b by njn · 19 years ago
  76. 24cf3e0 whoops by njn · 19 years ago
  77. 3cacf3a Remove now-unnecessary #includes. by njn · 19 years ago
  78. 75b65aa by njn · 19 years ago
  79. bc6d84d Fix up the libc_freeres_wrapper code so that m_main depends on m_redir, by njn · 19 years ago
  80. 6676d5b by njn · 19 years ago
  81. 394213a by njn · 19 years ago
  82. d804ab8 Fix AMD64 build. by rjwalsh · 19 years ago
  83. fbd78b2 Get rid of the ELFSZ define, which is created at the configure stage by sewardj · 19 years ago
  84. 8340749 by njn · 19 years ago
  85. f844cb6 Add a comment. by njn · 19 years ago
  86. 4b0c071 Un-break the build on SuSE 9.1 (x86). It seems that something in by sewardj · 19 years ago
  87. 909c319 Don't #include <sys/stat.h>, which was causing problems due to by njn · 19 years ago
  88. dcc99d3 by njn · 19 years ago
  89. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  90. 136b83b In m_redir.c, no longer need to handle the case of redirection to by njn · 19 years ago
  91. c7561b9 by njn · 19 years ago
  92. fd0922c Fix x86_64 build. Also fix vgtest_ume (although it fails on x86_64.) by rjwalsh · 19 years ago
  93. 4a164d0 by njn · 19 years ago
  94. 401340a by njn · 19 years ago
  95. 6898086 by njn · 19 years ago
  96. 4986dbf by njn · 19 years ago
  97. fcb7c3e by njn · 19 years ago
  98. 73c5134 by njn · 19 years ago
  99. f8c78a5 Replace use of __amd64__ with VGA_amd64. by njn · 19 years ago
  100. 30d76c6 Minor rearrangement, no functional change. by njn · 19 years ago