1. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  2. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  3. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  4. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  5. d01fef7 by njn · 19 years ago
  6. 16bf5c7 setup_pointercheck(): be silent by sewardj · 19 years ago
  7. 96f71e1 Initial get-threads-working patch (Tom Hughes) by sewardj · 19 years ago
  8. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 19 years ago
  9. 674915a A first cut at amd64 signal frame build/unbuild, from Tom Hughes. by sewardj · 19 years ago
  10. 61d936f Avoid numerous compiler warnings by being more precise with REGPARM by njn · 19 years ago
  11. 8786e53 Track recent Vex change, in order to remove a compile warning. by njn · 19 years ago
  12. 96bb930 Avoid GCC warnings by adding necessary declarations for non-static functions. by njn · 19 years ago
  13. 33586e5 More syscall fixes (Tom Hughes). by sewardj · 19 years ago
  14. 02f718f Fix a bunch of amd64 syscalls. by sewardj · 19 years ago
  15. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 19 years ago
  16. d0d9731 PRE_(mmap2) and PRE(old_mmap): if not MAP_FIXED but addr != 0, don't by sewardj · 19 years ago
  17. 6751613 make function names more uniform by njn · 19 years ago
  18. 0dbfd4d Remove debug printing. by sewardj · 19 years ago
  19. 957ef8d Finally finish pissing around with jmp_with_stack. Now at least we by sewardj · 19 years ago
  20. 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 19 years ago
  21. 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 19 years ago
  22. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 19 years ago
  23. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 19 years ago
  24. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 19 years ago
  25. f426131 by njn · 19 years ago
  26. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 19 years ago
  27. 7400cfa Comment-only change -- replace old function name. by njn · 19 years ago
  28. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  29. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  30. fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 19 years ago
  31. 394790d Fix VG_({un}pad_address_space) so as to make sys_io_setup work again. by sewardj · 19 years ago
  32. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  33. 882af5f Reinstate VG_(find_root_memory). This makes the leak detector work again. by sewardj · 19 years ago
  34. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  35. a168590 Don't try to stuff 16 bit values into 12 bit variables. by njn · 19 years ago
  36. f4d483b Replace an 8-line macro with a 2-line function that is also easier to by njn · 19 years ago
  37. 3876e8d Stop sys_sigprocmask from dying with assertion failures. by sewardj · 19 years ago
  38. 16063e6 Allow mmaps etc all the way down to zero. This 'fixes' as_mmap. by sewardj · 19 years ago
  39. ba04a7f Partially unbreak sigcontextings -- hopefully enough that self hosting works. by sewardj · 19 years ago
  40. d571aff Make sys_rt_sigreturn work. by sewardj · 19 years ago
  41. c24be7a Improve debug printing. by sewardj · 19 years ago
  42. 8138974 Fix another merge-related problem. I think this may resolve the by sewardj · 19 years ago
  43. 84ba89b Avoid compile warning. by njn · 19 years ago
  44. f308fd8 A gcc-2.96 build fix. by sewardj · 19 years ago
  45. 0d683fe A few more suppressions and redirections to keep memcheck happy. by sewardj · 19 years ago
  46. b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 19 years ago
  47. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 19 years ago
  48. 2ac9524 by njn · 19 years ago
  49. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 19 years ago
  50. c7c3161 comment-only change by njn · 19 years ago
  51. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 19 years ago
  52. a3b16dc Avoid name clash with builtin isdigit(). by njn · 19 years ago
  53. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  54. 9f46df6 by njn · 19 years ago
  55. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 19 years ago
  56. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 19 years ago
  57. dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 19 years ago
  58. 3049055 Comment-only change: use the right macro name. by njn · 19 years ago
  59. 14319cc Remove some dead macros. by njn · 19 years ago
  60. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 19 years ago
  61. 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 19 years ago
  62. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  63. 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 19 years ago
  64. b9ecfe3 comment-only wibble by njn · 19 years ago
  65. d06ed47 Add missing printf argument. by njn · 19 years ago
  66. a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 19 years ago
  67. f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 19 years ago
  68. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 19 years ago
  69. cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 19 years ago
  70. 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 19 years ago
  71. cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 19 years ago
  72. c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 19 years ago
  73. 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 19 years ago
  74. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 19 years ago
  75. 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 19 years ago
  76. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  77. a9c9c9b Unbreak build (for me, gcc-4.0.0-pre -- nested functions can't be static). by njn · 19 years ago
  78. 3fc7575 Fix yielding properly. by sewardj · 19 years ago
  79. 39b88fb Add missing comment. by sewardj · 19 years ago
  80. 2c0afae No longer needed. Bye! by sewardj · 19 years ago
  81. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  82. ae13f10 Add declaration for VG_(pre_clo_init) so we don't get warnings about it. by njn · 19 years ago
  83. a4a65a7 Remove dead code. by njn · 19 years ago
  84. bd67d8d by njn · 19 years ago
  85. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 19 years ago
  86. fb8f2df Remove meaningless "vg_" prefixes from several variables. by njn · 19 years ago
  87. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 19 years ago
  88. aa3c26b by njn · 19 years ago
  89. 5bae6e0 These files are no longer used, thank heavens. by njn · 19 years ago
  90. 19348f7 Remove dead declarations. by njn · 19 years ago
  91. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 19 years ago
  92. 565b1ed Detect and reject misaligned args for mmap. This makes by sewardj · 19 years ago
  93. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 19 years ago
  94. 8e33279 Un-break --trace-children=yes. by sewardj · 19 years ago
  95. 6f46a30 Fix a printf formatting inconsistency. by njn · 19 years ago
  96. 499eaad by njn · 19 years ago
  97. 613812e Fix Nulgrind's filter_stderr, and also fix the none/tests/cmdline2 test by njn · 19 years ago
  98. e1d981a Memset the whole ehdr structure (though this will only initialize the by njn · 19 years ago
  99. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 19 years ago
  100. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago