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