1. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 20 years ago
  2. d13e5e6 by njn · 20 years ago
  3. 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 20 years ago
  4. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 20 years ago
  5. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 20 years ago
  6. db9b773 Use "VGA_" prefix more consistently. by njn · 20 years ago
  7. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 20 years ago
  8. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 20 years ago
  9. c45282a Avoid compiler warnings. by njn · 20 years ago
  10. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 20 years ago
  11. d01fef7 by njn · 20 years ago
  12. 16bf5c7 setup_pointercheck(): be silent by sewardj · 20 years ago
  13. 96f71e1 Initial get-threads-working patch (Tom Hughes) by sewardj · 20 years ago
  14. baf3c47 Sync ACKNOWLEDGEMENTS with the CVS version. by njn · 20 years ago
  15. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 20 years ago
  16. 674915a A first cut at amd64 signal frame build/unbuild, from Tom Hughes. by sewardj · 20 years ago
  17. 05c54a7 Remove a couple of compiler warnings. by njn · 20 years ago
  18. a4f899c Bah, get the compiler-warning avoidance right this time. by njn · 20 years ago
  19. 61d936f Avoid numerous compiler warnings by being more precise with REGPARM by njn · 20 years ago
  20. 15b30d9 Avoid compile warning. by njn · 20 years ago
  21. 8786e53 Track recent Vex change, in order to remove a compile warning. by njn · 20 years ago
  22. 96bb930 Avoid GCC warnings by adding necessary declarations for non-static functions. by njn · 20 years ago
  23. 4627586 Use a macro to add declarations for functions like memcpy(), so that GCC by njn · 20 years ago
  24. f3b9d8e Make the regtests buildable on amd64, by moving various x86 specific by sewardj · 20 years ago
  25. 9926dce Wibble by sewardj · 20 years ago
  26. 3ce4654 cachegrind/tests/myprintf needs -fPIC on amd64 by sewardj · 20 years ago
  27. de4a4ab Sort out amd64 issues. by sewardj · 20 years ago
  28. 1c39800 amd64-linux build fix by sewardj · 20 years ago
  29. 33586e5 More syscall fixes (Tom Hughes). by sewardj · 20 years ago
  30. 02f718f Fix a bunch of amd64 syscalls. by sewardj · 20 years ago
  31. 9d9cdea 64-bit cleanness fix for command-line printing by sewardj · 20 years ago
  32. d0d9731 PRE_(mmap2) and PRE(old_mmap): if not MAP_FIXED but addr != 0, don't by sewardj · 20 years ago
  33. 1f8b3e7 De-convolute somewhat the client request usage for reporting overlap errors. by njn · 20 years ago
  34. 6751613 make function names more uniform by njn · 20 years ago
  35. 43fe47a Track recent jmp_with_stack hackery. by sewardj · 20 years ago
  36. 0dbfd4d Remove debug printing. by sewardj · 20 years ago
  37. 957ef8d Finally finish pissing around with jmp_with_stack. Now at least we by sewardj · 20 years ago
  38. 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 20 years ago
  39. 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 20 years ago
  40. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 20 years ago
  41. 2b641fe handleOneStatement: Derive a value for *instrAddr from the IMark in a by sewardj · 20 years ago
  42. 17a56bf Bring in the beginnings of 64-bit cleanness for IR mangling in cachegrind: by sewardj · 20 years ago
  43. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 20 years ago
  44. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 20 years ago
  45. 1cb50b2 Move VG_(get_EIP)() out of vg_execontext.c, where it doesn't belong, into by njn · 20 years ago
  46. f426131 by njn · 20 years ago
  47. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 20 years ago
  48. 7400cfa Comment-only change -- replace old function name. by njn · 20 years ago
  49. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 20 years ago
  50. 8f01fbe Update expected outputs following institution of default --show-emwarns=no by sewardj · 20 years ago
  51. 6a3009b by njn · 20 years ago
  52. c62cc06 Change .CVS to .SVN by sewardj · 20 years ago
  53. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 20 years ago
  54. fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 20 years ago
  55. 3350a43 Explaination from David Woodhouse about meaning of thread groups. by sewardj · 20 years ago
  56. 08ccc5c Add missing break spotted by Nick. Turns out to be harmless - but by sewardj · 20 years ago
  57. 394790d Fix VG_({un}pad_address_space) so as to make sys_io_setup work again. by sewardj · 20 years ago
  58. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 20 years ago
  59. 29faa50 Make existing tools aware of IR instruction marks. (They ignore them, though). by sewardj · 20 years ago
  60. ba30c1b Add an equally-valid looking alternative .stderr.exp for this test. by sewardj · 20 years ago
  61. ce7ec7d Add another possible .stderr output for memcheck/tests/writev. by sewardj · 20 years ago
  62. 9bd43d5 Remove pth_once from memcheck/tests. It already exists in by sewardj · 20 years ago
  63. 882af5f Reinstate VG_(find_root_memory). This makes the leak detector work again. by sewardj · 20 years ago
  64. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 20 years ago
  65. 1008bfc Update expected outputs to include missing stack frames that old UCode by sewardj · 20 years ago
  66. a168590 Don't try to stuff 16 bit values into 12 bit variables. by njn · 20 years ago
  67. f4d483b Replace an 8-line macro with a 2-line function that is also easier to by njn · 20 years ago
  68. 5fd5453 Make scalar.c slightly more robust against certain kinds of failures. by njn · 20 years ago
  69. ab63bbb Tweak manuel2 so that the Memcheck-detected error is more reliable, and that by njn · 20 years ago
  70. 036a491 Don't let GCC4.0 inline memcpy() and memcmp(), else the tests fail. by njn · 20 years ago
  71. c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 20 years ago
  72. 3876e8d Stop sys_sigprocmask from dying with assertion failures. by sewardj · 20 years ago
  73. edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 20 years ago
  74. 16063e6 Allow mmaps etc all the way down to zero. This 'fixes' as_mmap. by sewardj · 20 years ago
  75. ba04a7f Partially unbreak sigcontextings -- hopefully enough that self hosting works. by sewardj · 20 years ago
  76. d571aff Make sys_rt_sigreturn work. by sewardj · 20 years ago
  77. 31f7f26 Memcheck complains a lot at glibc-2.2.5 startup, for unclear reasons. by sewardj · 20 years ago
  78. 211dc45 gcc-2.96 build fixes. by sewardj · 20 years ago
  79. c24be7a Improve debug printing. by sewardj · 20 years ago
  80. 8138974 Fix another merge-related problem. I think this may resolve the by sewardj · 20 years ago
  81. 84ba89b Avoid compile warning. by njn · 20 years ago
  82. f308fd8 A gcc-2.96 build fix. by sewardj · 20 years ago
  83. 0d683fe A few more suppressions and redirections to keep memcheck happy. by sewardj · 20 years ago
  84. b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 20 years ago
  85. 0aa2479 Description of the master thread stuff. by sewardj · 20 years ago
  86. 79f76f2 A place to accumulate documentation for the hairiest bits of the system. by sewardj · 20 years ago
  87. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 20 years ago
  88. 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 20 years ago
  89. adc585b Remove needless insn* tests. (They were removed once before, but were by njn · 20 years ago
  90. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 20 years ago
  91. 2ac9524 by njn · 20 years ago
  92. e5f5769 Fix minor problems in filters. This helps a couple of massif tests to pass. by njn · 20 years ago
  93. b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 20 years ago
  94. c7c3161 comment-only change by njn · 20 years ago
  95. 6e6588c Remove "VG_" prefix from non-global macros. by njn · 20 years ago
  96. a3b16dc Avoid name clash with builtin isdigit(). by njn · 20 years ago
  97. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 20 years ago
  98. 9f46df6 by njn · 20 years ago
  99. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 20 years ago
  100. 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 20 years ago