1. 2024234 by njn · 19 years ago
  2. bb42223 Fix test for amd64. by tom · 19 years ago
  3. 77e8ac1 by njn · 19 years ago
  4. 4f6e370 by njn · 19 years ago
  5. 4de47b1 by njn · 19 years ago
  6. 6b2b96a by njn · 19 years ago
  7. 2335d11 by njn · 19 years ago
  8. be9b47b by njn · 19 years ago
  9. 296c24d fixup headers a bit by njn · 19 years ago
  10. f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
  11. 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
  12. 36ef6ba by njn · 19 years ago
  13. 1725012 VG_(resolve_redir)() can now be made private to vg_redir.c. by njn · 19 years ago
  14. bf7ca33 Move resolve_redir_allsegs() to vg_redir.c, the only file that uses it, by njn · 19 years ago
  15. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  16. 3cbfbc1 by njn · 19 years ago
  17. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  18. 9dd7b70 VGA_(terminate) doesn't need to be exported. by njn · 19 years ago
  19. 0b2c49d by njn · 19 years ago
  20. 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
  21. 36b66df by njn · 19 years ago
  22. 694b1b6 by njn · 19 years ago
  23. 444eba1 by njn · 19 years ago
  24. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  25. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  26. a91498f by njn · 19 years ago
  27. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  28. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  29. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  30. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  31. 717cde5 by njn · 19 years ago
  32. 51d827b by njn · 19 years ago
  33. e96be67 by njn · 19 years ago
  34. 2521d32 by njn · 19 years ago
  35. 502badb by njn · 19 years ago
  36. 4fbc86c by njn · 19 years ago
  37. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  38. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  39. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  40. 55f9d1a by sewardj · 19 years ago
  41. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  42. d2b1711 by njn · 19 years ago
  43. 50ae1a7 by njn · 19 years ago
  44. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  45. 990e90c by njn · 19 years ago
  46. 50ba34e by njn · 19 years ago
  47. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  48. 9ee81f5 by sewardj · 19 years ago
  49. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  50. a8d1ec6 Move the gettid system call to the linux specific section. by tom · 19 years ago
  51. cf81d55 by njn · 19 years ago
  52. 8a97c6d by njn · 19 years ago
  53. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  54. de2ec26 Fixed ROUNDDN to avoid truncating the result when the first argument by tom · 19 years ago
  55. 04af9d0 VG_(get_memory_from_mmap_for_client)() need not be tool-visible. by njn · 19 years ago
  56. 1f70772 VG_(bbs_done) doesn't need to be tool-visible. by njn · 19 years ago
  57. a5464cd Remove dead field '.siginfo' from ThreadState(!) by njn · 19 years ago
  58. 4afaf1d Remove dead macros and declaration. by njn · 19 years ago
  59. 9fb73db by njn · 19 years ago
  60. 8c74b00 by njn · 19 years ago
  61. 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 19 years ago
  62. d13e5e6 by njn · 19 years ago
  63. 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 19 years ago
  64. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  65. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  66. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  67. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  68. d01fef7 by njn · 19 years ago
  69. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 19 years ago
  70. 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 19 years ago
  71. f426131 by njn · 19 years ago
  72. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  73. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  74. 9f46df6 by njn · 19 years ago
  75. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 20 years ago
  76. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 20 years ago
  77. 14319cc Remove some dead macros. by njn · 20 years ago
  78. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 20 years ago
  79. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  80. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 20 years ago
  81. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 20 years ago
  82. aa3c26b by njn · 20 years ago
  83. 19348f7 Remove dead declarations. by njn · 20 years ago
  84. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 20 years ago
  85. b5f6f51 by sewardj · 20 years ago
  86. 987a8eb Clean up handling of socket system calls on amd64-linux, so that the by sewardj · 20 years ago
  87. 004e8ca When handling syscalls, don't try to figure out if the pre-handler set by sewardj · 20 years ago
  88. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 20 years ago
  89. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 20 years ago
  90. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 20 years ago
  91. b0f03c7 Change signature of thread_syscall a bit. by sewardj · 20 years ago
  92. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  93. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 20 years ago
  94. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  95. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 20 years ago
  96. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  97. 5e2f001 Deal with LibVEX-supplied insn decode failures, and with LibVEX-supplied by sewardj · 20 years ago
  98. 19fc30e Split up the old x86 LDT/GDT handling stuff. Push some of it into by sewardj · 20 years ago
  99. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  100. 87c9812 by njn · 20 years ago