1. dd9508c handle_maybe_load_notifier: assert when symbol == NULL rather than by sewardj · 13 years ago
  2. d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 13 years ago
  3. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  4. d85ee0c Make ld.so:index redir mandatory for glibc-2.12 and later, on x86-linux. by sewardj · 13 years ago
  5. d69cee8 Merge from branches/THUMB: supps and mandatory redirs on Ubuntu 10.04 (ARM) by sewardj · 14 years ago
  6. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  7. f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 14 years ago
  8. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  9. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  10. 257b91b Follow-up for r10972: added missing #include "config.h". by bart · 15 years ago
  11. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  12. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  13. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  14. f499c7d Fix some const stuff that gcc-4.4.0 complains about. by sewardj · 15 years ago
  15. b57e693 Reinstating a heavily modified version of r10402. This is to do with #190429. by sewardj · 15 years ago
  16. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  17. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  18. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  19. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  20. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  21. 9f20746 Updated copyright years. by njn · 15 years ago
  22. 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 16 years ago
  23. d7a02db by sewardj · 16 years ago
  24. 9c606bd by sewardj · 16 years ago
  25. ef1b972 Changed exp-drd tool name into drd. by bart · 16 years ago
  26. 2ebe411 Changed _Spec::mandatory from HChar* into const HChar*. If no symbol information is found in ld.so during startup of the exp-drd tool, let Valgrind abort and print an informative error message. by bart · 16 years ago
  27. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  28. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  29. 0fd3049 Make one redirect mandatory for ppc64-linux. by sewardj · 17 years ago
  30. 5092a97 Make one of the ppc32-linux initial redirects mandatory, and add by sewardj · 17 years ago
  31. df24cf1 Introduce the concept of a 'mandatory redirection'. A redirection by sewardj · 17 years ago
  32. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  33. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  34. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  35. 6b9cc87 Merge r6132: by sewardj · 18 years ago
  36. cd8c95a SuSE 10.1 (ppc32/64) fixlet. by sewardj · 18 years ago
  37. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  38. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  39. e6647f4 Fix a redirection bug created by the overhaul of m_redir.c. Bug by sewardj · 18 years ago
  40. d5a30a4 Fix erroneous hardwired redirect spec. by sewardj · 19 years ago
  41. 1a85f4f by sewardj · 19 years ago
  42. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  43. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 19 years ago
  44. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  45. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  46. 96fcfc8 ppc32: just apply the initial-redirection hack when Memcheck is in use by sewardj · 19 years ago
  47. 14cdd31 Back out r5180 (sorry Josef). On consideration it just increases the difficulty by sewardj · 19 years ago
  48. 461c69d (ppc32) Only include hacky redirects for malloc-replacing tools. by sewardj · 19 years ago
  49. 8a96ec5 OSet-ify m_redir.c. by njn · 19 years ago
  50. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  51. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  52. 45f4e7c by sewardj · 19 years ago
  53. c0ae705 comment-only wibbles by njn · 19 years ago
  54. ad50be3 The strlen that ld.so uses on ppc32 causes a lot of false errors in by sewardj · 19 years ago
  55. eccb2d8 Fix comment. by sewardj · 19 years ago
  56. f9a82d1 Change the criteria by which translations are discarded in the presence of by sewardj · 19 years ago
  57. 2025cf9 Break up VG_(show_BB_profile)(), and move half of it into m_main. This by njn · 19 years ago
  58. d9109c6 by njn · 19 years ago
  59. 88c5148 by njn · 19 years ago
  60. 4f612c2 by njn · 19 years ago
  61. 41f8e4a Remove unneeded cases from match_lib. by njn · 19 years ago
  62. 0d74162 by njn · 19 years ago
  63. af839f5 by njn · 19 years ago
  64. f5db3b6 Redirect the correct address to the vtime vsyscall instead of by tom · 19 years ago
  65. 748ace4 Remove redundancy. by njn · 19 years ago
  66. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  67. 899ce73 by njn · 19 years ago
  68. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  69. 24a6efb by njn · 19 years ago
  70. 3cacf3a Remove now-unnecessary #includes. by njn · 19 years ago
  71. bc6d84d Fix up the libc_freeres_wrapper code so that m_main depends on m_redir, by njn · 19 years ago
  72. 136b83b In m_redir.c, no longer need to handle the case of redirection to by njn · 19 years ago
  73. c7561b9 by njn · 19 years ago
  74. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  75. 3c9b866 Make sure redirects are fully initialised and add them to the resolved by tom · 19 years ago
  76. 16eeb4e by njn · 19 years ago
  77. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  78. 132bfcc by njn · 19 years ago
  79. 36a20fa by njn · 19 years ago
  80. 97405b2 by njn · 19 years ago
  81. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  82. d1af003 by njn · 19 years ago[Renamed (96%) from coregrind/vg_redir.c]
  83. 2024234 by njn · 19 years ago
  84. edfa2c2 More FC4 jiggery-pokery. by sewardj · 19 years ago
  85. 1725012 VG_(resolve_redir)() can now be made private to vg_redir.c. by njn · 19 years ago
  86. bf7ca33 Move resolve_redir_allsegs() to vg_redir.c, the only file that uses it, by njn · 19 years ago
  87. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  88. 86facbc Intercept yet more functions on amd64. by sewardj · 19 years ago
  89. 641d5cc by njn · 19 years ago
  90. 7efe7be A bunch of redirections for SuSE 9.2 on amd64. by sewardj · 19 years ago
  91. 55f9d1a by sewardj · 19 years ago
  92. 9ea0901 Add another redirect that we need. This has no effect at present by sewardj · 19 years ago
  93. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  94. d26f242 Rework the vsyscall redirections to work in pie code - the old form by tom · 19 years ago
  95. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  96. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  97. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  98. 0d683fe A few more suppressions and redirections to keep memcheck happy. by sewardj · 19 years ago
  99. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  100. cbdddcf by sewardj · 19 years ago