1. b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
  2. d0d7c1f Don't #include pub_core_stacktrace.h in pub_core_execontext.h. So by njn · 19 years ago
  3. 3756925 turn off debugging output by njn · 19 years ago
  4. 899ce73 by njn · 19 years ago
  5. 3ced4ce Move typedef to a better spot. by njn · 19 years ago
  6. e070c20 Tweak comments and remove an unnecessary #include. by njn · 19 years ago
  7. e5c600e Although it doesn't actually matter from a generated-code point of by sewardj · 19 years ago
  8. 94e62a3 (Re)-drop reliance on <sys/mman.h> and disable ppc32-linux specific by sewardj · 19 years ago
  9. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  10. f4c5016 by njn · 19 years ago
  11. 3161e80 Use BACKTRACE_DEPTH consistently. by njn · 19 years ago
  12. 24a6efb by njn · 19 years ago
  13. 67741c6 by njn · 19 years ago
  14. eee47b5 Add #include necessary for AMD64. by njn · 19 years ago
  15. 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
  16. 7d2a9c4 by njn · 19 years ago
  17. ae7359b by njn · 19 years ago
  18. 24cf3e0 whoops by njn · 19 years ago
  19. 3cacf3a Remove now-unnecessary #includes. by njn · 19 years ago
  20. 75b65aa by njn · 19 years ago
  21. bc6d84d Fix up the libc_freeres_wrapper code so that m_main depends on m_redir, by njn · 19 years ago
  22. 6676d5b by njn · 19 years ago
  23. 394213a by njn · 19 years ago
  24. fbd78b2 Get rid of the ELFSZ define, which is created at the configure stage by sewardj · 19 years ago
  25. 8340749 by njn · 19 years ago
  26. f844cb6 Add a comment. by njn · 19 years ago
  27. 4b0c071 Un-break the build on SuSE 9.1 (x86). It seems that something in by sewardj · 19 years ago
  28. 909c319 Don't #include <sys/stat.h>, which was causing problems due to by njn · 19 years ago
  29. dcc99d3 by njn · 19 years ago
  30. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  31. 136b83b In m_redir.c, no longer need to handle the case of redirection to by njn · 19 years ago
  32. c7561b9 by njn · 19 years ago
  33. fd0922c Fix x86_64 build. Also fix vgtest_ume (although it fails on x86_64.) by rjwalsh · 19 years ago
  34. 6898086 by njn · 19 years ago
  35. 4986dbf by njn · 19 years ago
  36. fcb7c3e by njn · 19 years ago
  37. 73c5134 by njn · 19 years ago
  38. f8c78a5 Replace use of __amd64__ with VGA_amd64. by njn · 19 years ago
  39. 869bdc8 Make do_syscall_WRK take UWord arguments and return UWord results to by tom · 19 years ago
  40. 9c13f07 Export amd64 specific trampline offsets. by tom · 19 years ago
  41. e38e233 Move VG_CLO_DEFAULT_LOGPORT to a better spot. by njn · 19 years ago
  42. 9a8be6c Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h. by njn · 19 years ago
  43. a1f783f Moved VGA_(getArchAndSubArch) into m_translate and made it local. This by njn · 19 years ago
  44. a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
  45. 1277109 by njn · 19 years ago
  46. b81709a Forgot to remove these decls in the last commit. by njn · 19 years ago
  47. 2da7335 Moved two functions out of $ARCH/state.c into m_main, the only module by njn · 19 years ago
  48. 8a4eeaf by njn · 19 years ago
  49. c1b0181 by njn · 19 years ago
  50. 9abd608 by njn · 19 years ago
  51. 3c54021 Don't do strlen on ui->compdir if it is NULL. Duh. by sewardj · 19 years ago
  52. 6ace3ea by njn · 19 years ago
  53. 3c9b866 Make sure redirects are fully initialised and add them to the resolved by tom · 19 years ago
  54. 16eeb4e by njn · 19 years ago
  55. 7244083 Enable the fadvise system calls again. by tom · 19 years ago
  56. 8a51bb8 Fix message to refer to the correct file. by tom · 19 years ago
  57. e36cb5a When separate debug information is used make sure we look for all by tom · 19 years ago
  58. 022bf2f Complete the merge of Eric Estievenart's DWARF2 directory-reading by sewardj · 19 years ago
  59. 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
  60. 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
  61. c613dff Partially merge in a (heavily modified) patch from Eric Estievenart by sewardj · 19 years ago
  62. d7bddad Emit XML preamble in a more parseable way. by sewardj · 19 years ago
  63. f536bbb by njn · 19 years ago
  64. ed8b05d Improve comment. by njn · 19 years ago
  65. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  66. 7b85dd5 by njn · 19 years ago
  67. 978c1b9 Formatting wibble by njn · 19 years ago
  68. 5363a56 Move the *ROUND* macros to a better place. by njn · 19 years ago
  69. 9cb54ac by njn · 19 years ago
  70. 327fe8a Move VG_(fcntl) into m_libcfile. by njn · 19 years ago
  71. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  72. d0e0ec0 Move comment to the right place. by njn · 19 years ago
  73. 94c6ace wibble by njn · 19 years ago
  74. e9befc6 by njn · 19 years ago
  75. ab0edc4 PRE(wrap_sys_shmat): don't change ARG2 if we're going to pre-fail the syscall. by sewardj · 19 years ago
  76. efe0f92 amd64 build fixes. by sewardj · 19 years ago
  77. 1f8a4b7 Remove use of vki_unistd.h -- not needed, and coregrind/amd64/state.c by sewardj · 19 years ago
  78. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  79. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  80. 3172124 Remove the hard-coding of "_vgi_" as the intercept prefix in by njn · 19 years ago
  81. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  82. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  83. 984a636 by njn · 19 years ago
  84. e048424 Actually remove linux/core_os.h from the repository. by njn · 19 years ago
  85. 797442e by njn · 19 years ago
  86. 8c2e153 by njn · 19 years ago
  87. 767eb42 by njn · 19 years ago
  88. 8aa3585 by njn · 19 years ago
  89. 63004dc by njn · 19 years ago
  90. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  91. 6276248 by njn · 19 years ago
  92. d0edd9a Fix copy-n-paste error which could cause many syscalls to fail on amd64. by sewardj · 19 years ago
  93. e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
  94. 948d761 When printing XML, partially escape the output so that <, > and & in by sewardj · 19 years ago
  95. 6743b7c Disable debugging printing. Duh. by sewardj · 19 years ago
  96. 726baec More CFI-reader hacking. Thus far the reader has assumed that each by sewardj · 19 years ago
  97. f25e902 Move some #define-d constants into the VKI department, where I should by sewardj · 19 years ago
  98. a5c9e4a Fix some socket-related functionality on amd64. This means file by sewardj · 19 years ago
  99. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  100. 696c551 Clean up after m_syscalls changes: reinstate about half the syscalls by sewardj · 19 years ago