1. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  2. 2af58f2 Yet more system calls. by tom · 19 years ago
  3. e6f883e Remove bogus legacy declarations, from the time when the AMD64 by njn · 19 years ago
  4. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  5. f0e0a64 Improve script to compare the current code with that from 24 hours ago, by njn · 19 years ago
  6. a514661 Enable rt_sigpending on amd64. Fixes bug #109429. by tom · 19 years ago
  7. 10e1beb Add some more intercept rules for ld.so on amd64. by tom · 19 years ago
  8. 265eb5c Allow negative sizes for structure members in stabs. Fixed bug #109385. by tom · 19 years ago
  9. 07720f3 Handle a 'd' stab that indicates a file in pascal. Fixes bug #89914. by tom · 19 years ago
  10. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  11. d8d0ad2 Handle stabs builtin type -30 (wide characters, 16 bit unsigned). by tom · 19 years ago
  12. b0987f0 Document different argument order for clone on amd64. by tom · 19 years ago
  13. e7203a8 Bring the vki_sigevent_t definition into line with current kernels. by tom · 19 years ago
  14. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  15. 67c5364 The timeout argument to rt_sigtimedwait is in the third argument not by tom · 19 years ago
  16. 1b1a223 More system call fixups. by tom · 19 years ago
  17. 507ae56 Yet more amd64 system calls. by tom · 19 years ago
  18. 6cb1804 Update ignore list. by tom · 19 years ago
  19. 8bc8582 Add a CPUID case, thanks to Josef W. by njn · 19 years ago
  20. 7b1a6a4 Change textwidth, and also add a note about the shortcomings when by njn · 19 years ago
  21. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  22. 483398e Fix broken tests. by njn · 19 years ago
  23. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  24. 49b45ba Reinstate stack trace printing on assertion failures. It's terrible by njn · 19 years ago
  25. 4a9f6f4 Make a first cut at the 3.0.0 release notes. by njn · 19 years ago
  26. 49ef544 The devil's in the details .. by sewardj · 19 years ago
  27. b33fc68 Fix mistaken comments. by tom · 19 years ago
  28. 2b18aa8 Pass clone arguments in the correct order when doing a fork style by tom · 19 years ago
  29. 4c9c80d Enable sched_yield on amd64. Fixes bug #109362. by tom · 19 years ago
  30. 10c4b52 Return success when get_thread_area succeeds. by tom · 19 years ago
  31. c8c3a85 Add a makefile for the new documentation directory to avoid errors by tom · 19 years ago
  32. f2dab38 Support ARCH_GET_FS with arch_prctl on amd64. by tom · 19 years ago
  33. f7c00b1 by njn · 19 years ago
  34. 0da7ac6 Get Addrcheck closer to compiling. It's still a long way from working, though. by njn · 19 years ago
  35. bffef8f wibble by njn · 19 years ago
  36. e4fed1c Make attaching a debugger work on amd64. by tom · 19 years ago
  37. e15b155 Update ignore lists. by tom · 19 years ago
  38. bc49f3d Enable some more system calls on amd64. by tom · 19 years ago
  39. e3a0b0f Fix compiler warning. by tom · 19 years ago
  40. 9637573 Enable setuid and setgid on amd64. by tom · 19 years ago
  41. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  42. e5e1f82 Oops; forgot to update spec by sewardj · 19 years ago
  43. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  44. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  45. c55ad8c Fix the mmap2 pre-handler to avoid corrupting the arguments when by tom · 19 years ago
  46. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  47. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  48. a11553a Move the code for generating a human-readable time string into its own function. by sewardj · 19 years ago
  49. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  50. 32327ec Add some assertions. by tom · 19 years ago
  51. 01c3dae Enable the rt_sigqueueinfo syscall on amd64. by tom · 19 years ago
  52. bd8f1c4 wibble by njn · 19 years ago
  53. 76896d7 Added a file containing Josef's explanation of Calltree's function by njn · 19 years ago
  54. 6bb0d35 Remove unneeded #ifdef. by njn · 19 years ago
  55. ccad0b8 Add note about justified pedantry of overlap checking. by njn · 19 years ago
  56. dddc828 wibbles by njn · 19 years ago
  57. 2252681 Remove valgrind.vs. by njn · 19 years ago
  58. 30a1500 allow to be build in a buildroot by dirk · 19 years ago
  59. 854bffe remove the version script, doesn't work for executables by dirk · 19 years ago
  60. 13696cc Fix crash when no environment is given to execve. by tom · 19 years ago
  61. 92098db Check members of the stack_t structure passed to sigaltstack by tom · 19 years ago
  62. b9fef19 Check each member of the ifconf structure passed to SIOCGIFCONF by tom · 19 years ago
  63. 56e1c84 Check each field of the msghdr structure passed to sendmsg/recvmsg by tom · 19 years ago
  64. 5c4643a Update svn:ignore lists. by tom · 19 years ago
  65. d6dd991 If the client program is a PIE executable, avoid mapping it at by tom · 19 years ago
  66. 1110699 add comment by njn · 19 years ago
  67. 4e13695 Take a copy of the environment given to execve before trying to mangle by tom · 19 years ago
  68. d655564 Handle the BLKGETSIZE64 ioctl. Fixes bug #104797. by tom · 19 years ago
  69. f5d62be Preserve %esi across VG_(clone) as the caller may be relying on it by tom · 19 years ago
  70. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  71. 18f1927 Allow a NULL argument to the times system call. Fixes bug #103509. by tom · 19 years ago
  72. 16ade0d Fixed debug code so that it compiles and fixed a printf to report the by tom · 19 years ago
  73. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  74. db247dc tweak by njn · 19 years ago
  75. 089f51f Introduced get_pszB() to cover several common cases. by njn · 19 years ago
  76. e6f9e3b tweaks by njn · 19 years ago
  77. d0e685c by njn · 19 years ago
  78. 472cc7c by njn · 19 years ago
  79. a257865 Rename 'other' as 'other_b' to make the fact it's a block more clear. by njn · 19 years ago
  80. 641e616 Make VG_(percentify)() cope if the denominator is zero. by njn · 19 years ago
  81. 7a5915e Fix comments. by njn · 19 years ago
  82. 3965520 xml output for tool=none is fine too. by cerion · 19 years ago
  83. 6271eb9 by njn · 19 years ago
  84. b0eb66e by njn · 19 years ago
  85. 5cf7791 Remove very old info about the CVS repo at Sourceforge. by njn · 19 years ago
  86. 6c90209 Get rid of endianness assumptions in the PRRAn macro, which is by sewardj · 19 years ago
  87. 6e340c7 Clean up endianness macros a bit. Now pub_tool_basics.h defines by sewardj · 19 years ago
  88. 9680ed9 Fix up ppc32-linux stack unwinding. by sewardj · 19 years ago
  89. 162bebd Add comments from PaulM. by sewardj · 19 years ago
  90. 78164b9 Another seemingly-small but critical change imported from 2.4.0-ppc: by sewardj · 19 years ago
  91. e1c444e Import sigframe stuff from Paul's tree. With this and the other changes by sewardj · 19 years ago
  92. 72dc4ce Oops, this really should have been part of r4136. by sewardj · 19 years ago
  93. b865b16 Fix/reinstate a whole bunch of syscalls. by sewardj · 19 years ago
  94. ce2a615 Assertion-failure-avoiding hacks from Paul's tree. I don't know why by sewardj · 19 years ago
  95. d714d2e A longer gdb-attach delay for ppc by sewardj · 19 years ago
  96. 13ac35b Check the obvious .. by sewardj · 19 years ago
  97. 8d61eb1 Comment wibble. by sewardj · 19 years ago
  98. 97ad9ab Don't bomb cachegrind at startup. by sewardj · 19 years ago
  99. 9828b34 by njn · 19 years ago
  100. 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago