1. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  2. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  3. 49b45ba Reinstate stack trace printing on assertion failures. It's terrible by njn · 19 years ago
  4. b33fc68 Fix mistaken comments. by tom · 19 years ago
  5. 2b18aa8 Pass clone arguments in the correct order when doing a fork style by tom · 19 years ago
  6. 4c9c80d Enable sched_yield on amd64. Fixes bug #109362. by tom · 19 years ago
  7. 10c4b52 Return success when get_thread_area succeeds. by tom · 19 years ago
  8. f2dab38 Support ARCH_GET_FS with arch_prctl on amd64. by tom · 19 years ago
  9. f7c00b1 by njn · 19 years ago
  10. e4fed1c Make attaching a debugger work on amd64. by tom · 19 years ago
  11. bc49f3d Enable some more system calls on amd64. by tom · 19 years ago
  12. e3a0b0f Fix compiler warning. by tom · 19 years ago
  13. 9637573 Enable setuid and setgid on amd64. by tom · 19 years ago
  14. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  15. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  16. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  17. c55ad8c Fix the mmap2 pre-handler to avoid corrupting the arguments when by tom · 19 years ago
  18. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  19. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  20. a11553a Move the code for generating a human-readable time string into its own function. by sewardj · 19 years ago
  21. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  22. 32327ec Add some assertions. by tom · 19 years ago
  23. 01c3dae Enable the rt_sigqueueinfo syscall on amd64. by tom · 19 years ago
  24. bd8f1c4 wibble by njn · 19 years ago
  25. 76896d7 Added a file containing Josef's explanation of Calltree's function by njn · 19 years ago
  26. 6bb0d35 Remove unneeded #ifdef. by njn · 19 years ago
  27. dddc828 wibbles by njn · 19 years ago
  28. 2252681 Remove valgrind.vs. by njn · 19 years ago
  29. 854bffe remove the version script, doesn't work for executables by dirk · 19 years ago
  30. 13696cc Fix crash when no environment is given to execve. by tom · 19 years ago
  31. 92098db Check members of the stack_t structure passed to sigaltstack by tom · 19 years ago
  32. b9fef19 Check each member of the ifconf structure passed to SIOCGIFCONF by tom · 19 years ago
  33. 56e1c84 Check each field of the msghdr structure passed to sendmsg/recvmsg by tom · 19 years ago
  34. d6dd991 If the client program is a PIE executable, avoid mapping it at by tom · 19 years ago
  35. 1110699 add comment by njn · 19 years ago
  36. 4e13695 Take a copy of the environment given to execve before trying to mangle by tom · 19 years ago
  37. d655564 Handle the BLKGETSIZE64 ioctl. Fixes bug #104797. by tom · 19 years ago
  38. f5d62be Preserve %esi across VG_(clone) as the caller may be relying on it by tom · 19 years ago
  39. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  40. 18f1927 Allow a NULL argument to the times system call. Fixes bug #103509. by tom · 19 years ago
  41. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  42. db247dc tweak by njn · 19 years ago
  43. 089f51f Introduced get_pszB() to cover several common cases. by njn · 19 years ago
  44. e6f9e3b tweaks by njn · 19 years ago
  45. d0e685c by njn · 19 years ago
  46. 472cc7c by njn · 19 years ago
  47. a257865 Rename 'other' as 'other_b' to make the fact it's a block more clear. by njn · 19 years ago
  48. 641e616 Make VG_(percentify)() cope if the denominator is zero. by njn · 19 years ago
  49. 7a5915e Fix comments. by njn · 19 years ago
  50. 3965520 xml output for tool=none is fine too. by cerion · 19 years ago
  51. 6271eb9 by njn · 19 years ago
  52. b0eb66e by njn · 19 years ago
  53. 6c90209 Get rid of endianness assumptions in the PRRAn macro, which is by sewardj · 19 years ago
  54. 6e340c7 Clean up endianness macros a bit. Now pub_tool_basics.h defines by sewardj · 19 years ago
  55. 9680ed9 Fix up ppc32-linux stack unwinding. by sewardj · 19 years ago
  56. 162bebd Add comments from PaulM. by sewardj · 19 years ago
  57. 78164b9 Another seemingly-small but critical change imported from 2.4.0-ppc: by sewardj · 19 years ago
  58. e1c444e Import sigframe stuff from Paul's tree. With this and the other changes by sewardj · 19 years ago
  59. 72dc4ce Oops, this really should have been part of r4136. by sewardj · 19 years ago
  60. b865b16 Fix/reinstate a whole bunch of syscalls. by sewardj · 19 years ago
  61. ce2a615 Assertion-failure-avoiding hacks from Paul's tree. I don't know why by sewardj · 19 years ago
  62. d714d2e A longer gdb-attach delay for ppc by sewardj · 19 years ago
  63. 13ac35b Check the obvious .. by sewardj · 19 years ago
  64. 9828b34 by njn · 19 years ago
  65. a932d29 Enable a couple more syscalls. by sewardj · 19 years ago
  66. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  67. 26412bd Support for self modifying code on unfriendly platforms (x86, amd64) by sewardj · 19 years ago
  68. c1aff95 rm unused code 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. 3c45f5b Rename VG_(get_obj)() as VG_(find_seginfo) to be more consistent by njn · 19 years ago
  71. 5d7ae0d Define the system call numbers for pread64 and pwrite64. by tom · 19 years ago
  72. b2112c1 Enable some more amd64 syscalls. by tom · 19 years ago
  73. 4f08a65 Sort out the mess that is pread64/pwrite64 properly. All three platforms by tom · 19 years ago
  74. 1936d8d set default fpu, altivec control words in dispatch-ppc.S (both zero) by cerion · 19 years ago
  75. 11adeb2 Tweak debug output. by njn · 19 years ago
  76. f69f945 by njn · 19 years ago
  77. b882402 whoops by njn · 19 years ago
  78. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  79. dbada27 Make the unique tags printed on XML errors actually unique. by sewardj · 19 years ago
  80. 94260f2 by njn · 19 years ago
  81. e23772f Try to make (client) clone() work for ppc32-linux. I don't know if I by sewardj · 19 years ago
  82. 1798ecd A few more syscalls for ppc32-linux. by sewardj · 19 years ago
  83. 8a85128 Implement VG_(getsockname), VG_(getpeername), VG_(getsockopt) for ppc32-linux. by sewardj · 19 years ago
  84. 7e7d006 ah, crap by njn · 19 years ago
  85. 634a652 Remove unnecesary #includes. by njn · 19 years ago
  86. a78ec81 Reinstated a couple more syscalls by cerion · 19 years ago
  87. 43557d3 Reinstate wrappers for epoll_{create,wait,ctl}. by sewardj · 19 years ago
  88. 0087c50 by njn · 19 years ago
  89. 2bf6ba5 Restrict assertion to cache lines we know we need. by sewardj · 19 years ago
  90. e755b9e ppc32-linux: Vex implements dcbz correctly now. No need to mess with by sewardj · 19 years ago
  91. e074506 Track Vex API change in r1233 (VexSubArch -> VexArchInfo). by sewardj · 19 years ago
  92. 1aa90a1 Avoid compiler warning. by njn · 19 years ago
  93. a9104c0 Record important info about Segments and SegInfos. by njn · 19 years ago
  94. b174410 acroread-5.06 for x86-linux requires up to 598 CIEs. Bump the array by sewardj · 19 years ago
  95. cdaec51 Avoid magic numbers. by njn · 19 years ago
  96. 8a05172 A couple more XML cases that slipped through the net. by sewardj · 19 years ago
  97. 0407f65 XML output wibble (purely decorative) by sewardj · 19 years ago
  98. d94b90a XML printing fixes for printing to file descriptors. by sewardj · 19 years ago
  99. db8f033 It's official. I am a moron. by sewardj · 19 years ago
  100. 10f08cf ppc32: reinstate collection of cache-line-size info from the auxv by sewardj · 19 years ago