1. f4b690f ppc32-linux: bring a bunch more syscalls into circulation by sewardj · 19 years ago
  2. cdd81cb ppc32-linux only: HACK: for now, mess with the auxv handed to the by sewardj · 19 years ago
  3. bd77403 Replace out-of-date email address. by njn · 19 years ago
  4. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  5. 50b8f77 "Fix" (kludge) highly obscure bug in flag settings for growdown stacks by sewardj · 19 years ago
  6. a43a651 Update this-cpu-not-supported message. by sewardj · 19 years ago
  7. 7be5509 When identifying stacks so as to decide whether or not to make a self by sewardj · 19 years ago
  8. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  9. 2d7c396 Enable sys_fchmod and sys_fchown. by sewardj · 19 years ago
  10. 3b86ae5 Take the address of the ifr_index member when testing if it is defined by tom · 19 years ago
  11. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  12. e3a384b Handle a failure case more gracefully. by sewardj · 19 years ago
  13. 62ba758 Handle the TIOCMGET ioctl. by tom · 19 years ago
  14. 2c2bc25 Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780. by tom · 19 years ago
  15. eafc49b Handle a number of additional block device ioctls. Fixes bug #109780. by tom · 19 years ago
  16. deca43f Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so by tom · 19 years ago
  17. 20d3572 Handle the fadvise64 system calls correctly on 32 bit platforms. by tom · 19 years ago
  18. f9b5b7d Make VG_(clo_vex_control) tool-visible so tools can control how by sewardj · 19 years ago
  19. 5b742c3 If --log-file-qualifier= is set, and we're logging to a file or by sewardj · 19 years ago
  20. a305450 Make VG_(discard_translations) 64-bit clean. As JosefW points out, it by sewardj · 19 years ago
  21. 1bf724a Fix a very suspicious-looking bug in the translation-discard stuff. by sewardj · 19 years ago
  22. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  23. ce54555 Recategorise options in the usage message. by njn · 19 years ago
  24. a1d5680 Fix some inconsistent system call trace messages. by tom · 19 years ago
  25. 0bcaf2a Add support for the inotify system calls based on a patch by tom · 19 years ago
  26. d527cca Update unistd headers to match the 2.6.13-rc3 kernel source. by tom · 19 years ago
  27. 3448a1c Don't claim that the --single-step= and --optimise= flags exist any by sewardj · 19 years ago
  28. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  29. 8637545 --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. by sewardj · 19 years ago
  30. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  31. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  32. ca33405 Enable sys_poll. by sewardj · 19 years ago
  33. 97746bb Remove dead #undef. by sewardj · 19 years ago
  34. 7906958 Replace a bunch of useless memory-to-memory copies with some highly by sewardj · 19 years ago
  35. e75d157 When canonicalising CFI information, truncate overlapping address by sewardj · 19 years ago
  36. eccb2d8 Fix comment. by sewardj · 19 years ago
  37. f9a82d1 Change the criteria by which translations are discarded in the presence of by sewardj · 19 years ago
  38. 0a400c7 Change some int uses to Int (the house types). by sewardj · 19 years ago
  39. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  40. 2af58f2 Yet more system calls. by tom · 19 years ago
  41. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  42. a514661 Enable rt_sigpending on amd64. Fixes bug #109429. by tom · 19 years ago
  43. 265eb5c Allow negative sizes for structure members in stabs. Fixed bug #109385. by tom · 19 years ago
  44. 07720f3 Handle a 'd' stab that indicates a file in pascal. Fixes bug #89914. by tom · 19 years ago
  45. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  46. d8d0ad2 Handle stabs builtin type -30 (wide characters, 16 bit unsigned). by tom · 19 years ago
  47. b0987f0 Document different argument order for clone on amd64. by tom · 19 years ago
  48. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  49. 67c5364 The timeout argument to rt_sigtimedwait is in the third argument not by tom · 19 years ago
  50. 1b1a223 More system call fixups. by tom · 19 years ago
  51. 507ae56 Yet more amd64 system calls. by tom · 19 years ago
  52. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  53. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  54. 49b45ba Reinstate stack trace printing on assertion failures. It's terrible by njn · 19 years ago
  55. b33fc68 Fix mistaken comments. by tom · 19 years ago
  56. 2b18aa8 Pass clone arguments in the correct order when doing a fork style by tom · 19 years ago
  57. 4c9c80d Enable sched_yield on amd64. Fixes bug #109362. by tom · 19 years ago
  58. 10c4b52 Return success when get_thread_area succeeds. by tom · 19 years ago
  59. f2dab38 Support ARCH_GET_FS with arch_prctl on amd64. by tom · 19 years ago
  60. f7c00b1 by njn · 19 years ago
  61. e4fed1c Make attaching a debugger work on amd64. by tom · 19 years ago
  62. bc49f3d Enable some more system calls on amd64. by tom · 19 years ago
  63. e3a0b0f Fix compiler warning. by tom · 19 years ago
  64. 9637573 Enable setuid and setgid on amd64. by tom · 19 years ago
  65. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  66. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  67. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  68. c55ad8c Fix the mmap2 pre-handler to avoid corrupting the arguments when by tom · 19 years ago
  69. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  70. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  71. a11553a Move the code for generating a human-readable time string into its own function. by sewardj · 19 years ago
  72. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  73. 32327ec Add some assertions. by tom · 19 years ago
  74. 01c3dae Enable the rt_sigqueueinfo syscall on amd64. by tom · 19 years ago
  75. bd8f1c4 wibble by njn · 19 years ago
  76. 76896d7 Added a file containing Josef's explanation of Calltree's function by njn · 19 years ago
  77. 6bb0d35 Remove unneeded #ifdef. by njn · 19 years ago
  78. dddc828 wibbles by njn · 19 years ago
  79. 2252681 Remove valgrind.vs. by njn · 19 years ago
  80. 854bffe remove the version script, doesn't work for executables by dirk · 19 years ago
  81. 13696cc Fix crash when no environment is given to execve. by tom · 19 years ago
  82. 92098db Check members of the stack_t structure passed to sigaltstack by tom · 19 years ago
  83. b9fef19 Check each member of the ifconf structure passed to SIOCGIFCONF by tom · 19 years ago
  84. 56e1c84 Check each field of the msghdr structure passed to sendmsg/recvmsg by tom · 19 years ago
  85. d6dd991 If the client program is a PIE executable, avoid mapping it at by tom · 19 years ago
  86. 1110699 add comment by njn · 19 years ago
  87. 4e13695 Take a copy of the environment given to execve before trying to mangle by tom · 19 years ago
  88. d655564 Handle the BLKGETSIZE64 ioctl. Fixes bug #104797. by tom · 19 years ago
  89. f5d62be Preserve %esi across VG_(clone) as the caller may be relying on it by tom · 19 years ago
  90. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  91. 18f1927 Allow a NULL argument to the times system call. Fixes bug #103509. by tom · 19 years ago
  92. 5912dd7 Consider blocks with both SF_MMAP and SF_STACK set as part of the root by tom · 19 years ago
  93. db247dc tweak by njn · 19 years ago
  94. 089f51f Introduced get_pszB() to cover several common cases. by njn · 19 years ago
  95. e6f9e3b tweaks by njn · 19 years ago
  96. d0e685c by njn · 19 years ago
  97. 472cc7c by njn · 19 years ago
  98. a257865 Rename 'other' as 'other_b' to make the fact it's a block more clear. by njn · 19 years ago
  99. 641e616 Make VG_(percentify)() cope if the denominator is zero. by njn · 19 years ago
  100. 7a5915e Fix comments. by njn · 19 years ago