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