1. 6db3470 Trim some fat; removing this assertion makes Remove() about 5% faster. by njn · 19 years ago
  2. b6979de Forgot this file. by njn · 19 years ago
  3. e1b2b96 by njn · 19 years ago
  4. 1af7972 Added an iterator to VgHashTable. by njn · 19 years ago
  5. 4b70e8c Clarify comment. by njn · 19 years ago
  6. 246a9d2 by njn · 19 years ago
  7. b3edb1f by njn · 19 years ago
  8. 4e72d20 Partially evaluate m_stacks.c to simplify and shrink it a bit. by njn · 19 years ago
  9. 46a4a76 Make sure we have enough space for the name if the path is empty. Patch by tom · 19 years ago
  10. 34582fb Give variable a better name. by njn · 19 years ago
  11. 3a24e72 fixed endianness bug for ppc xml output by cerion · 19 years ago
  12. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  13. 3961820 When printing error counts, print the <unique> in the same way that by sewardj · 19 years ago
  14. 9b52a34 Fix system call name in error messages. by tom · 19 years ago
  15. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  16. d9cac2f Check the fields of the new structure passed to sigaction individually by tom · 19 years ago
  17. 5438a01 Valgrind-side stub for dealing with x86 sysenter artefacts from Vex. by sewardj · 19 years ago
  18. 95d23cc Enable the inotify system calls on amd64. by tom · 19 years ago
  19. b47a2e8 Resync system call lists with the 2.6.13-rc5 kernel source. by tom · 19 years ago
  20. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  21. 0605fd6 Implement the waitid system call. Fixes bug #110202. by tom · 19 years ago
  22. 5cbecb7 Allow a NULL second argument to clock_getres. Fixes bug #110203. by tom · 19 years ago
  23. e21058c Fix up do_syscall_clone_ppc32_linux. Seems to improve thread exiting. by sewardj · 19 years ago
  24. 1053733 ppc32-linux: clear reservation before running thread; see attached by sewardj · 19 years ago
  25. 6a32449 ppc32-linux: implement a bunch more syscalls, and also fix up clone by sewardj · 19 years ago
  26. f4b690f ppc32-linux: bring a bunch more syscalls into circulation by sewardj · 19 years ago
  27. cdd81cb ppc32-linux only: HACK: for now, mess with the auxv handed to the by sewardj · 19 years ago
  28. bd77403 Replace out-of-date email address. by njn · 19 years ago
  29. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  30. 50b8f77 "Fix" (kludge) highly obscure bug in flag settings for growdown stacks by sewardj · 19 years ago
  31. a43a651 Update this-cpu-not-supported message. by sewardj · 19 years ago
  32. 7be5509 When identifying stacks so as to decide whether or not to make a self by sewardj · 19 years ago
  33. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  34. 2d7c396 Enable sys_fchmod and sys_fchown. by sewardj · 19 years ago
  35. 3b86ae5 Take the address of the ifr_index member when testing if it is defined by tom · 19 years ago
  36. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  37. e3a384b Handle a failure case more gracefully. by sewardj · 19 years ago
  38. 62ba758 Handle the TIOCMGET ioctl. by tom · 19 years ago
  39. 2c2bc25 Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780. by tom · 19 years ago
  40. eafc49b Handle a number of additional block device ioctls. Fixes bug #109780. by tom · 19 years ago
  41. deca43f Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so by tom · 19 years ago
  42. 20d3572 Handle the fadvise64 system calls correctly on 32 bit platforms. by tom · 19 years ago
  43. f9b5b7d Make VG_(clo_vex_control) tool-visible so tools can control how by sewardj · 19 years ago
  44. 5b742c3 If --log-file-qualifier= is set, and we're logging to a file or by sewardj · 19 years ago
  45. a305450 Make VG_(discard_translations) 64-bit clean. As JosefW points out, it by sewardj · 19 years ago
  46. 1bf724a Fix a very suspicious-looking bug in the translation-discard stuff. by sewardj · 19 years ago
  47. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  48. ce54555 Recategorise options in the usage message. by njn · 19 years ago
  49. a1d5680 Fix some inconsistent system call trace messages. by tom · 19 years ago
  50. 0bcaf2a Add support for the inotify system calls based on a patch by tom · 19 years ago
  51. d527cca Update unistd headers to match the 2.6.13-rc3 kernel source. by tom · 19 years ago
  52. 3448a1c Don't claim that the --single-step= and --optimise= flags exist any by sewardj · 19 years ago
  53. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  54. 8637545 --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. by sewardj · 19 years ago
  55. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  56. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  57. ca33405 Enable sys_poll. by sewardj · 19 years ago
  58. 97746bb Remove dead #undef. by sewardj · 19 years ago
  59. 7906958 Replace a bunch of useless memory-to-memory copies with some highly by sewardj · 19 years ago
  60. e75d157 When canonicalising CFI information, truncate overlapping address by sewardj · 19 years ago
  61. eccb2d8 Fix comment. by sewardj · 19 years ago
  62. f9a82d1 Change the criteria by which translations are discarded in the presence of by sewardj · 19 years ago
  63. 0a400c7 Change some int uses to Int (the house types). by sewardj · 19 years ago
  64. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  65. 2af58f2 Yet more system calls. by tom · 19 years ago
  66. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  67. a514661 Enable rt_sigpending on amd64. Fixes bug #109429. by tom · 19 years ago
  68. 265eb5c Allow negative sizes for structure members in stabs. Fixed bug #109385. by tom · 19 years ago
  69. 07720f3 Handle a 'd' stab that indicates a file in pascal. Fixes bug #89914. by tom · 19 years ago
  70. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  71. d8d0ad2 Handle stabs builtin type -30 (wide characters, 16 bit unsigned). by tom · 19 years ago
  72. b0987f0 Document different argument order for clone on amd64. by tom · 19 years ago
  73. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  74. 67c5364 The timeout argument to rt_sigtimedwait is in the third argument not by tom · 19 years ago
  75. 1b1a223 More system call fixups. by tom · 19 years ago
  76. 507ae56 Yet more amd64 system calls. by tom · 19 years ago
  77. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  78. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  79. 49b45ba Reinstate stack trace printing on assertion failures. It's terrible by njn · 19 years ago
  80. b33fc68 Fix mistaken comments. by tom · 19 years ago
  81. 2b18aa8 Pass clone arguments in the correct order when doing a fork style by tom · 19 years ago
  82. 4c9c80d Enable sched_yield on amd64. Fixes bug #109362. by tom · 19 years ago
  83. 10c4b52 Return success when get_thread_area succeeds. by tom · 19 years ago
  84. f2dab38 Support ARCH_GET_FS with arch_prctl on amd64. by tom · 19 years ago
  85. f7c00b1 by njn · 19 years ago
  86. e4fed1c Make attaching a debugger work on amd64. by tom · 19 years ago
  87. bc49f3d Enable some more system calls on amd64. by tom · 19 years ago
  88. e3a0b0f Fix compiler warning. by tom · 19 years ago
  89. 9637573 Enable setuid and setgid on amd64. by tom · 19 years ago
  90. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  91. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  92. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  93. c55ad8c Fix the mmap2 pre-handler to avoid corrupting the arguments when by tom · 19 years ago
  94. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  95. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  96. a11553a Move the code for generating a human-readable time string into its own function. by sewardj · 19 years ago
  97. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  98. 32327ec Add some assertions. by tom · 19 years ago
  99. 01c3dae Enable the rt_sigqueueinfo syscall on amd64. by tom · 19 years ago
  100. bd8f1c4 wibble by njn · 19 years ago