1. 3c9b866 Make sure redirects are fully initialised and add them to the resolved by tom · 19 years ago
  2. 16eeb4e by njn · 19 years ago
  3. e5f98d9 Update expected output. by sewardj · 19 years ago
  4. 7244083 Enable the fadvise system calls again. by tom · 19 years ago
  5. 8a51bb8 Fix message to refer to the correct file. by tom · 19 years ago
  6. e36cb5a When separate debug information is used make sure we look for all by tom · 19 years ago
  7. 022bf2f Complete the merge of Eric Estievenart's DWARF2 directory-reading by sewardj · 19 years ago
  8. 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
  9. 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
  10. c613dff Partially merge in a (heavily modified) patch from Eric Estievenart by sewardj · 19 years ago
  11. 5995fcd Updated date :-) by sewardj · 19 years ago
  12. d7bddad Emit XML preamble in a more parseable way. by sewardj · 19 years ago
  13. 57d99c5 Update with recent (minor) changes. by sewardj · 19 years ago
  14. f5e7ee2 Comment fix - the ARCH_SET_xxx constants are in the x86_64 prctl.h as well. by tom · 19 years ago
  15. f536bbb by njn · 19 years ago
  16. ed8b05d Improve comment. by njn · 19 years ago
  17. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  18. 7b85dd5 by njn · 19 years ago
  19. 978c1b9 Formatting wibble by njn · 19 years ago
  20. ccde45e mc-tech-docs.xml: by de · 19 years ago
  21. 5363a56 Move the *ROUND* macros to a better place. by njn · 19 years ago
  22. 9cb54ac by njn · 19 years ago
  23. 327fe8a Move VG_(fcntl) into m_libcfile. by njn · 19 years ago
  24. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  25. d0e0ec0 Move comment to the right place. by njn · 19 years ago
  26. 94c6ace wibble by njn · 19 years ago
  27. e9befc6 by njn · 19 years ago
  28. ab0edc4 PRE(wrap_sys_shmat): don't change ARG2 if we're going to pre-fail the syscall. by sewardj · 19 years ago
  29. 29ef1c8 Stop gcc complaining about Helgrind on 64-bit platforms. Note, this by sewardj · 19 years ago
  30. efe0f92 amd64 build fixes. by sewardj · 19 years ago
  31. 1f8a4b7 Remove use of vki_unistd.h -- not needed, and coregrind/amd64/state.c by sewardj · 19 years ago
  32. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  33. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  34. 21edee3 Move NULL from tool.h into basic_types.h. by njn · 19 years ago
  35. 3e11452 Move OINK from tool.h to pub_tool_libcprint.h. by njn · 19 years ago
  36. 3172124 Remove the hard-coding of "_vgi_" as the intercept prefix in by njn · 19 years ago
  37. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  38. adb7a75 Avoid compiler warnings. by njn · 19 years ago
  39. 69f80cf Avoid compiler warnings. by njn · 19 years ago
  40. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  41. 984a636 by njn · 19 years ago
  42. e048424 Actually remove linux/core_os.h from the repository. by njn · 19 years ago
  43. 797442e by njn · 19 years ago
  44. 8c2e153 by njn · 19 years ago
  45. 767eb42 by njn · 19 years ago
  46. 8aa3585 by njn · 19 years ago
  47. 63004dc by njn · 19 years ago
  48. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  49. 6276248 by njn · 19 years ago
  50. d0edd9a Fix copy-n-paste error which could cause many syscalls to fail on amd64. by sewardj · 19 years ago
  51. e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
  52. 7d223c7 Update expected outputs. by sewardj · 19 years ago
  53. 528b07e Put arch-specific Cachegrind code in files in the main cachegrind/ by njn · 19 years ago
  54. 948d761 When printing XML, partially escape the output so that <, > and & in by sewardj · 19 years ago
  55. 39cc735 Handle Clz64 and Ctz64. by sewardj · 19 years ago
  56. 6743b7c Disable debugging printing. Duh. by sewardj · 19 years ago
  57. 726baec More CFI-reader hacking. Thus far the reader has assumed that each by sewardj · 19 years ago
  58. f25e902 Move some #define-d constants into the VKI department, where I should by sewardj · 19 years ago
  59. aba741d Increase the number of auxmaps from 500 to 20000. This should be by sewardj · 19 years ago
  60. 58fa733 Alternate expected outputs with better stack traces. CFI based stack by sewardj · 19 years ago
  61. a5c9e4a Fix some socket-related functionality on amd64. This means file by sewardj · 19 years ago
  62. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  63. 8c0dfdc wibble by sewardj · 19 years ago
  64. 696c551 Clean up after m_syscalls changes: reinstate about half the syscalls by sewardj · 19 years ago
  65. 8c9ea4e Clean up after m_syscalls changes: reinstate a bunch more (x86) by sewardj · 19 years ago
  66. 78b50e4 Clean up after m_syscalls changes: reinstate enough syscalls (x86) to by sewardj · 19 years ago
  67. 8c25732 Clean up after m_syscalls changes: fix more NPTL ish syscalls (x86) by sewardj · 19 years ago
  68. bc22cf7 Cleanup after m_syscalls changes: fix some NPTL ish syscalls (x86) by sewardj · 19 years ago
  69. a8d8e23 by sewardj · 19 years ago
  70. 535c50f gcc-3.0.4 (x86) doesn't understand -m32, so autoconfiscate it by sewardj · 19 years ago
  71. fee55d3 gcc-3.0.4 build fix. by sewardj · 19 years ago
  72. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  73. b507ae6 Update ignores. by rjwalsh · 19 years ago
  74. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  75. e7be9c2 Update ignores. by rjwalsh · 19 years ago
  76. 132bfcc by njn · 19 years ago
  77. c44a6c2 whoops, add this by njn · 19 years ago
  78. 36a20fa by njn · 19 years ago
  79. 13bfd85 by njn · 19 years ago
  80. 97405b2 by njn · 19 years ago
  81. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  82. d27a026 Remove dead macro. by njn · 19 years ago
  83. 002dda0 Move VALGRINDCLO and VALGRINDOPTS into m_options. by njn · 19 years ago
  84. e3f0635 Moved VGA_(pointercheck)() into ASpaceMgr. by njn · 19 years ago
  85. 31513b4 by njn · 19 years ago
  86. ed6b824 Whitespace/comment-only changes, to serve as placeholder for the last commit by njn · 19 years ago
  87. db13c4f by njn · 19 years ago
  88. 3c00878 Test commit, whitespace change only. by njn · 19 years ago
  89. 6c87c6c Update ignore stuff. by rjwalsh · 19 years ago
  90. d15ce0c SuSE 9.3 (x86) fix (sigh) by sewardj · 19 years ago
  91. 4328c00 More expected outputs for FC4. by sewardj · 19 years ago
  92. 7aaa59e Expected outputs on Fedora Core 4. by sewardj · 19 years ago
  93. c793fd3 Completely zero out all the thread records at initialisation. As far by sewardj · 19 years ago
  94. dd7dcb6 Unbreak amd64 build. by sewardj · 19 years ago
  95. 934d2d5 At clone(), always start the child off with a copy of the parent's GDT. by sewardj · 19 years ago
  96. 468dc79 When handling the clone variant done by the Quadrics Elan3 user-space by sewardj · 19 years ago
  97. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  98. 0c24647 by njn · 19 years ago
  99. 04e1698 by njn · 19 years ago
  100. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago