1. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  2. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  3. c55ad8c Fix the mmap2 pre-handler to avoid corrupting the arguments when by tom · 19 years ago
  4. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  5. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  6. a11553a Move the code for generating a human-readable time string into its own function. by sewardj · 19 years ago
  7. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  8. 32327ec Add some assertions. by tom · 19 years ago
  9. 01c3dae Enable the rt_sigqueueinfo syscall on amd64. by tom · 19 years ago
  10. bd8f1c4 wibble by njn · 19 years ago
  11. 76896d7 Added a file containing Josef's explanation of Calltree's function by njn · 19 years ago
  12. 6bb0d35 Remove unneeded #ifdef. by njn · 19 years ago
  13. ccad0b8 Add note about justified pedantry of overlap checking. by njn · 19 years ago
  14. dddc828 wibbles by njn · 19 years ago
  15. 2252681 Remove valgrind.vs. by njn · 19 years ago
  16. 30a1500 allow to be build in a buildroot by dirk · 19 years ago
  17. 854bffe remove the version script, doesn't work for executables by dirk · 19 years ago
  18. 13696cc Fix crash when no environment is given to execve. by tom · 19 years ago
  19. 92098db Check members of the stack_t structure passed to sigaltstack by tom · 19 years ago
  20. b9fef19 Check each member of the ifconf structure passed to SIOCGIFCONF by tom · 19 years ago
  21. 56e1c84 Check each field of the msghdr structure passed to sendmsg/recvmsg by tom · 19 years ago
  22. 5c4643a Update svn:ignore lists. by tom · 19 years ago
  23. d6dd991 If the client program is a PIE executable, avoid mapping it at by tom · 19 years ago
  24. 1110699 add comment by njn · 19 years ago
  25. 4e13695 Take a copy of the environment given to execve before trying to mangle by tom · 19 years ago
  26. d655564 Handle the BLKGETSIZE64 ioctl. Fixes bug #104797. by tom · 19 years ago
  27. f5d62be Preserve %esi across VG_(clone) as the caller may be relying on it by tom · 19 years ago
  28. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  29. 18f1927 Allow a NULL argument to the times system call. Fixes bug #103509. by tom · 19 years ago
  30. 16ade0d Fixed debug code so that it compiles and fixed a printf to report the by tom · 19 years ago
  31. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  32. db247dc tweak by njn · 19 years ago
  33. 089f51f Introduced get_pszB() to cover several common cases. by njn · 19 years ago
  34. e6f9e3b tweaks by njn · 19 years ago
  35. d0e685c by njn · 19 years ago
  36. 472cc7c by njn · 19 years ago
  37. a257865 Rename 'other' as 'other_b' to make the fact it's a block more clear. by njn · 19 years ago
  38. 641e616 Make VG_(percentify)() cope if the denominator is zero. by njn · 19 years ago
  39. 7a5915e Fix comments. by njn · 19 years ago
  40. 3965520 xml output for tool=none is fine too. by cerion · 19 years ago
  41. 6271eb9 by njn · 19 years ago
  42. b0eb66e by njn · 19 years ago
  43. 5cf7791 Remove very old info about the CVS repo at Sourceforge. by njn · 19 years ago
  44. 6c90209 Get rid of endianness assumptions in the PRRAn macro, which is by sewardj · 19 years ago
  45. 6e340c7 Clean up endianness macros a bit. Now pub_tool_basics.h defines by sewardj · 19 years ago
  46. 9680ed9 Fix up ppc32-linux stack unwinding. by sewardj · 19 years ago
  47. 162bebd Add comments from PaulM. by sewardj · 19 years ago
  48. 78164b9 Another seemingly-small but critical change imported from 2.4.0-ppc: by sewardj · 19 years ago
  49. e1c444e Import sigframe stuff from Paul's tree. With this and the other changes by sewardj · 19 years ago
  50. 72dc4ce Oops, this really should have been part of r4136. by sewardj · 19 years ago
  51. b865b16 Fix/reinstate a whole bunch of syscalls. by sewardj · 19 years ago
  52. ce2a615 Assertion-failure-avoiding hacks from Paul's tree. I don't know why by sewardj · 19 years ago
  53. d714d2e A longer gdb-attach delay for ppc by sewardj · 19 years ago
  54. 13ac35b Check the obvious .. by sewardj · 19 years ago
  55. 8d61eb1 Comment wibble. by sewardj · 19 years ago
  56. 97ad9ab Don't bomb cachegrind at startup. by sewardj · 19 years ago
  57. 9828b34 by njn · 19 years ago
  58. 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago
  59. a932d29 Enable a couple more syscalls. by sewardj · 19 years ago
  60. b1b2a35 Add a nested-functions test from Lee Kindness. by sewardj · 19 years ago
  61. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  62. 42a65c9 Self-modifying-code check for amd64. by sewardj · 19 years ago
  63. 4daf439 Update expected output. by sewardj · 19 years ago
  64. 8c30ec2 Modify this test so it no longer uses client requests, but instead by sewardj · 19 years ago
  65. 26412bd Support for self modifying code on unfriendly platforms (x86, amd64) by sewardj · 19 years ago
  66. c1aff95 rm unused code by sewardj · 19 years ago
  67. 4f38bd9 This is x86 specific; re-home accordingly. by sewardj · 19 years ago
  68. 937411f smc1 is an x86-specific test; re-home it accordingly. (How did this by sewardj · 19 years ago
  69. 21f7f0c --time-stamp=yes is incompatible with --xml=yes, at least for the moment. by sewardj · 19 years ago
  70. 151b90d Scan the entire BB looking for "bogus literals"* before instrumenting by sewardj · 19 years ago
  71. 16031ba Add a regression test for memcheck's ability do deal with partially by sewardj · 19 years ago
  72. e6f8af4 Extensively re-analyse, re-check and revise the scheme for expensive by sewardj · 19 years ago
  73. 3c45f5b Rename VG_(get_obj)() as VG_(find_seginfo) to be more consistent by njn · 19 years ago
  74. 7b781b5 This test is nonsensical for ppc; it only applies to x86 and amd64. by sewardj · 19 years ago
  75. 5d7ae0d Define the system call numbers for pread64 and pwrite64. by tom · 19 years ago
  76. b2112c1 Enable some more amd64 syscalls. by tom · 19 years ago
  77. 4f08a65 Sort out the mess that is pread64/pwrite64 properly. All three platforms by tom · 19 years ago
  78. 1936d8d set default fpu, altivec control words in dispatch-ppc.S (both zero) by cerion · 19 years ago
  79. 64c00da Disable PIE by default (sorry Tom), even on PIE-enabled platforms. It by sewardj · 19 years ago
  80. 4e95339 Fix quoting some more. Shell script sucks. by sewardj · 19 years ago
  81. 2085956 Fix quoting a bit. by sewardj · 19 years ago
  82. d2ea411 Check args a bit. by sewardj · 19 years ago
  83. 1bad800 Add a test script (recycled version of Tom's nightly/bin/nightly) by sewardj · 19 years ago
  84. 11adeb2 Tweak debug output. by njn · 19 years ago
  85. b15785d Comment changes only. by njn · 19 years ago
  86. 8db3da8 Remove dead function. by njn · 19 years ago
  87. f69f945 by njn · 19 years ago
  88. b882402 whoops by njn · 19 years ago
  89. 1d5e304 Remove now-obsolete .supp file for glibc-2.1. by njn · 19 years ago
  90. 30f2023 These directories no longer exist. by njn · 19 years ago
  91. 67f1fcc gcc-4.0.1 rejects insn_{mmx,sse,sse2}.c despite the fact that by sewardj · 19 years ago
  92. 3080a86 glibc-2.1 is now so ancient that it's probably untrue we still support it. by sewardj · 19 years ago
  93. e9df3ef Update ignores. by rjwalsh · 19 years ago
  94. 24f07d1 Remove trailing slash (some part of the autoswamp didn't like it) by sewardj · 19 years ago
  95. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  96. dbada27 Make the unique tags printed on XML errors actually unique. by sewardj · 19 years ago
  97. 01e755d xml1: add another .stderr.exp file for slightly different systems, and by njn · 19 years ago
  98. 0d6d921 Update expected output. Hopefully this won't be so fragile now by sewardj · 19 years ago
  99. 3d7bb54 Improve filtering to get rid of suppressions, using magic incantations by sewardj · 19 years ago
  100. d9a1ce1 Kludge to stop this program hanging on ppc32-linux and therefore by sewardj · 19 years ago