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