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