1. e767512 Update. by sewardj · 19 years ago
  2. 67778fe update by dirk · 19 years ago
  3. fad465f update by dirk · 19 years ago
  4. d84192c update by dirk · 19 years ago
  5. 80b40d7 Update. by sewardj · 19 years ago
  6. 20677cc by njn · 19 years ago
  7. 09ea9c4 Add regtest for x86 cmpxchg8b. by sewardj · 19 years ago
  8. 482ad69 Oops, recover from race condition in updating this file :-) by sewardj · 19 years ago
  9. 7269818 Track recently-arrived bugs. by sewardj · 19 years ago
  10. 241a1f5 Update some bug statuses. by tom · 19 years ago
  11. 46a4a76 Make sure we have enough space for the name if the path is empty. Patch by tom · 19 years ago
  12. 5db3212 Give informative failure messages if you try to use Helgrind or by njn · 19 years ago
  13. 31a41c2 fix an output for xml1 by njn · 19 years ago
  14. 84c9123 Tighten up update_extra() for Memcheck. by njn · 19 years ago
  15. f1c5def Massif cleanups. by njn · 19 years ago
  16. 5cc5d7e by njn · 19 years ago
  17. 4bd67b5 by njn · 19 years ago
  18. 34582fb Give variable a better name. by njn · 19 years ago
  19. 9e7ce21 Use memcpy() instead of a loop. by njn · 19 years ago
  20. 54055f9 Track recent merging. by sewardj · 19 years ago
  21. 8987815 Fill in some revision numbers. by tom · 19 years ago
  22. a5facd4 Reformat and update. by sewardj · 19 years ago
  23. 77488b3 Update details of slow startup on gentoo amd64 systems. by tom · 19 years ago
  24. 17d86b1 Update. by sewardj · 19 years ago
  25. 1908b71 Update. by sewardj · 19 years ago
  26. 3a24e72 fixed endianness bug for ppc xml output by cerion · 19 years ago
  27. 70d074f Update regtest output after r4356. Will update 64-bit expected output tomorrow. by sewardj · 19 years ago
  28. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  29. 3961820 When printing error counts, print the <unique> in the same way that by sewardj · 19 years ago
  30. fd55ac0 Move file to a more appropriate place. by njn · 19 years ago
  31. da50328 Fix up the sigaction results. by tom · 19 years ago
  32. 9b52a34 Fix system call name in error messages. by tom · 19 years ago
  33. 6bda93c Update summary. by sewardj · 19 years ago
  34. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  35. d9cac2f Check the fields of the new structure passed to sigaction individually by tom · 19 years ago
  36. 5438a01 Valgrind-side stub for dealing with x86 sysenter artefacts from Vex. by sewardj · 19 years ago
  37. 95d23cc Enable the inotify system calls on amd64. by tom · 19 years ago
  38. b47a2e8 Resync system call lists with the 2.6.13-rc5 kernel source. by tom · 19 years ago
  39. 9a76d52 Updated expected output following %eflags.ac simulation fix. by sewardj · 19 years ago
  40. 591071a An attempt at a running summary of 3.0.0 bugs, for perusal/discussion/ by sewardj · 19 years ago
  41. f1025a7 Oops, should have done this as soon as 3.0.0 was tagged. by sewardj · 19 years ago
  42. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  43. 0605fd6 Implement the waitid system call. Fixes bug #110202. by tom · 19 years ago
  44. 5cbecb7 Allow a NULL second argument to clock_getres. Fixes bug #110203. by tom · 19 years ago
  45. e21058c Fix up do_syscall_clone_ppc32_linux. Seems to improve thread exiting. by sewardj · 19 years ago
  46. 1053733 ppc32-linux: clear reservation before running thread; see attached by sewardj · 19 years ago
  47. 6a32449 ppc32-linux: implement a bunch more syscalls, and also fix up clone by sewardj · 19 years ago
  48. f4b690f ppc32-linux: bring a bunch more syscalls into circulation by sewardj · 19 years ago
  49. cdd81cb ppc32-linux only: HACK: for now, mess with the auxv handed to the by sewardj · 19 years ago
  50. bd77403 Replace out-of-date email address. by njn · 19 years ago
  51. 65cb211 Change the vex external back to svn://. Not being able to commit by sewardj · 19 years ago
  52. 1346e13 3.0.0 second try, sigh. by sewardj · 19 years ago
  53. e9b715c Minor tweaks to get the FAQ on one page, per nick's request by de · 19 years ago
  54. e6ca7bd minor tweaks by de · 19 years ago
  55. 9a91951 Hopefully this is the final commit for 3.0.0. by sewardj · 19 years ago
  56. 79bd9b6 Almost-final wibbles. by sewardj · 19 years ago
  57. b191672 Copy the right stuff into the tarball. by sewardj · 19 years ago
  58. 779d704 Do per-chapter chunking for the html output. by sewardj · 19 years ago
  59. b3507ea Fixed a bug in Cachegrind: it was adding instrumentation after by njn · 19 years ago
  60. f9929e6 Add list of fixed bugs. by sewardj · 19 years ago
  61. 3e19fc2 Double static limits for safety. by sewardj · 19 years ago
  62. ec39f33 Update NEWS a bit. by sewardj · 19 years ago
  63. 50b8f77 "Fix" (kludge) highly obscure bug in flag settings for growdown stacks by sewardj · 19 years ago
  64. a43a651 Update this-cpu-not-supported message. by sewardj · 19 years ago
  65. 7be5509 When identifying stacks so as to decide whether or not to make a self by sewardj · 19 years ago
  66. bdbcacd One more thing to remember. by njn · 19 years ago
  67. c48b27f Remove temporary file once regtest completes. by njn · 19 years ago
  68. 56173ac Add explanation of filename. by njn · 19 years ago
  69. cbd2f03 Don't show CFI reader warnings without -v. This is intended to hide by sewardj · 19 years ago
  70. d44ab28 Don't forget tls.vgtest in the final tarball. by sewardj · 19 years ago
  71. 21071ec Use the standard #ifdefs for arch-specific code. by njn · 19 years ago
  72. 2d7c396 Enable sys_fchmod and sys_fchown. by sewardj · 19 years ago
  73. 3b86ae5 Take the address of the ifr_index member when testing if it is defined by tom · 19 years ago
  74. c2bf09c A static const variable must have a constant initialiser, so remove the by tom · 19 years ago
  75. d67dfe1 use http:// svn:externals for all those poor souls behind braindamaged firewalls by dirk · 19 years ago
  76. e3a384b Handle a failure case more gracefully. by sewardj · 19 years ago
  77. 62ba758 Handle the TIOCMGET ioctl. by tom · 19 years ago
  78. 2c2bc25 Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780. by tom · 19 years ago
  79. edd26f1 Define extra block device ioctls. by tom · 19 years ago
  80. eafc49b Handle a number of additional block device ioctls. Fixes bug #109780. by tom · 19 years ago
  81. deca43f Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so by tom · 19 years ago
  82. 942d9ef Ignore prefetch information when decoding Intel cache details. Patch by tom · 19 years ago
  83. 20d3572 Handle the fadvise64 system calls correctly on 32 bit platforms. by tom · 19 years ago
  84. b807de1 Removed dead declaration. by njn · 19 years ago
  85. bfa2b99 Bump version number. by sewardj · 19 years ago
  86. 81868f0 Insert name of magic flag. by tom · 19 years ago
  87. fa7c30e Sync with web site. by sewardj · 19 years ago
  88. c371bd0 More stuff. by sewardj · 19 years ago
  89. 9724520 Prevent the rule for installing the VEX headers from trying to add by tom · 19 years ago
  90. bd243bc There is no need to checkout and build VEX separately now. by tom · 19 years ago
  91. ab568f6 Install VEX headers from the configured version not the default version. by tom · 19 years ago
  92. f9b5b7d Make VG_(clo_vex_control) tool-visible so tools can control how by sewardj · 19 years ago
  93. 5b742c3 If --log-file-qualifier= is set, and we're logging to a file or by sewardj · 19 years ago
  94. 541e50e Vex headers should be installed in $INST/include/valgrind/, too. by njn · 19 years ago
  95. a305450 Make VG_(discard_translations) 64-bit clean. As JosefW points out, it by sewardj · 19 years ago
  96. 1bf724a Fix a very suspicious-looking bug in the translation-discard stuff. by sewardj · 19 years ago
  97. a248875 Update to match website description. by njn · 19 years ago
  98. fa8df7d Update to match web site description. by njn · 19 years ago
  99. 42de53f Copy the valgrind.spec.in file from 2.4.0, which Jeremy wrote with this by njn · 19 years ago
  100. a920d8a More release-HOWTO notes. by njn · 19 years ago