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