1. bb42223 Fix test for amd64. by tom · 19 years ago
  2. 45ed2c6 Move VGA_STACK_SIZE_W into m_syscalls, the only place that uses it. by njn · 19 years ago
  3. 6d82819 by njn · 19 years ago
  4. 77e8ac1 by njn · 19 years ago
  5. 4f6e370 by njn · 19 years ago
  6. acd885a core.h: remove some #include lines, move some others to more localised places. by njn · 19 years ago
  7. 15f7dc0 wibble by sewardj · 19 years ago
  8. 0cd7177 CFI reader: handle DW_CFA_GNU_window_save. Why is this sparc-specific by sewardj · 19 years ago
  9. edfa2c2 More FC4 jiggery-pokery. by sewardj · 19 years ago
  10. 42398e5 Fix for sys_sysctl wrapper, from Ulrich Drepper. by sewardj · 19 years ago
  11. 1e601fe CFI reader: partially handle DW_CFA_expression and by sewardj · 19 years ago
  12. 0b954fd Fix comment. by sewardj · 19 years ago
  13. 7b99856 Fill in the amd64 case for regaddr_from_tst. by tom · 19 years ago
  14. 173b6d5 Use movq to get the frame pointer on amd64. by tom · 19 years ago
  15. 4de47b1 by njn · 19 years ago
  16. 88b5a98 by njn · 19 years ago
  17. 9ce110d by njn · 19 years ago
  18. 6b2b96a by njn · 19 years ago
  19. d0fbb28 by njn · 19 years ago
  20. bc93cc0 bugfix: don't print bogus "obj:" lines when generating suppressions. by njn · 19 years ago
  21. 311c5d8 Let's assume the client's address space starts at 0 until we port by njn · 19 years ago
  22. 2335d11 by njn · 19 years ago
  23. 14b278b Cover the unknown-platform case. by njn · 19 years ago
  24. e25782d Remove dead constant. by njn · 19 years ago
  25. 02bc4b8 by njn · 19 years ago
  26. ab30d20 CFI reader: handle DW_CFA_def_cfa_offset_sf -- FC4 needs it by sewardj · 19 years ago
  27. be9b47b by njn · 19 years ago
  28. a37029a by njn · 19 years ago
  29. 296c24d fixup headers a bit by njn · 19 years ago
  30. d54e4ec by njn · 19 years ago
  31. 252ed91 Be more concise. by njn · 19 years ago
  32. 2a67b29 by njn · 19 years ago
  33. d36c906 Remove dead function. by njn · 19 years ago
  34. f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
  35. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  36. 81c00df by njn · 19 years ago
  37. 36ef6ba by njn · 19 years ago
  38. 1725012 VG_(resolve_redir)() can now be made private to vg_redir.c. by njn · 19 years ago
  39. bf7ca33 Move resolve_redir_allsegs() to vg_redir.c, the only file that uses it, by njn · 19 years ago
  40. d0073f4 by njn · 19 years ago
  41. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  42. cf44351 Forgot to add pub_core_translate.h to the Makefile.am. by njn · 19 years ago
  43. 3cbfbc1 by njn · 19 years ago
  44. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  45. 9dd7b70 VGA_(terminate) doesn't need to be exported. by njn · 19 years ago
  46. c77b333 VGA_(restart_syscall)() doesn't need to be exported. by njn · 19 years ago
  47. 2c4b428 Use HChar for format strings to printf-like functions. by njn · 19 years ago
  48. 0b2c49d by njn · 19 years ago
  49. 70d51f4 Remove unnecessary #includes. by njn · 19 years ago
  50. 85859b2 by njn · 19 years ago
  51. 5410cfd CFI reader: don't assume RA_REG is anything in particular; instead use by sewardj · 19 years ago
  52. 86facbc Intercept yet more functions on amd64. by sewardj · 19 years ago
  53. a733b5f by njn · 19 years ago
  54. 6418291 Fix PURPOSE comment. by sewardj · 19 years ago
  55. 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
  56. 4a4f687 Move some macros into a more private place. by njn · 19 years ago
  57. 36b66df by njn · 19 years ago
  58. 641d5cc by njn · 19 years ago
  59. 694b1b6 by njn · 19 years ago
  60. 444eba1 by njn · 19 years ago
  61. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  62. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  63. a91498f by njn · 19 years ago
  64. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  65. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  66. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  67. 923f15f Fix stabs parsing bug introduced by fix to bug 90128 which meant by tom · 19 years ago
  68. 94b1e2e Forgot a #include line. by njn · 19 years ago
  69. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  70. 3967cb5 update properly by njn · 19 years ago
  71. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  72. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  73. a7f71a4 update by njn · 19 years ago
  74. 717cde5 by njn · 19 years ago
  75. 51d827b by njn · 19 years ago
  76. e96be67 by njn · 19 years ago
  77. c7b76a7 by njn · 19 years ago
  78. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  79. 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 19 years ago
  80. 2521d32 by njn · 19 years ago
  81. 0e8c765 Enable the epoll system calls on amd64. by tom · 19 years ago
  82. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  83. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  84. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  85. 502badb by njn · 19 years ago
  86. 4fbc86c by njn · 19 years ago
  87. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  88. be18a59 Only show invalid-CfiSI messages at verbosity level >= 1. by sewardj · 19 years ago
  89. ad67ade It helps if my changes actually compile... by tom · 19 years ago
  90. cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 19 years ago
  91. a0e1656 Tidy up a bit. by sewardj · 19 years ago
  92. f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 19 years ago
  93. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  94. 55022aa * Clean up the DWARF2 CFI reader a bit by sewardj · 19 years ago
  95. c4f204f VG_(addCfiSI): ignore CfiSIs which state an address range outside of by sewardj · 19 years ago
  96. 7624567 Improve debug printing by sewardj · 19 years ago
  97. f04fd62 Reset the address encoding to the default before parsing the by tom · 19 years ago
  98. e0707a6 Handle DW_CFA_register. by sewardj · 19 years ago
  99. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  100. 520e349 rm debug printing by sewardj · 19 years ago