1. 541e50e Vex headers should be installed in $INST/include/valgrind/, too. by njn · 19 years ago
  2. a305450 Make VG_(discard_translations) 64-bit clean. As JosefW points out, it by sewardj · 19 years ago
  3. 1bf724a Fix a very suspicious-looking bug in the translation-discard stuff. by sewardj · 19 years ago
  4. a248875 Update to match website description. by njn · 19 years ago
  5. fa8df7d Update to match web site description. by njn · 19 years ago
  6. 42de53f Copy the valgrind.spec.in file from 2.4.0, which Jeremy wrote with this by njn · 19 years ago
  7. a920d8a More release-HOWTO notes. by njn · 19 years ago
  8. 0d733b8 Update for 3.0. by njn · 19 years ago
  9. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  10. f5ceb82 Property change: list svn://svn.valgrind.org/vex/trunk as an SVN by sewardj · 19 years ago
  11. bce1980 Added some anchors for core flags by de · 19 years ago
  12. 61ff456 wibble++ by sewardj · 19 years ago
  13. 645580e In the final install, copy the documentation .pdf/.ps to files with a by sewardj · 19 years ago
  14. c8cccb1 fix breakage/wibbles by njn · 19 years ago
  15. 85773ee wibble by njn · 19 years ago
  16. 5127298 Clean up command-line args info in the manual and man page for 3.0.0 release. by njn · 19 years ago
  17. 4d05602 Tweak order of Memcheck's cmd-line options. by njn · 19 years ago
  18. d6bfc84 Build the .ps/.pdf documentation by default when doing 'make dist'. by sewardj · 19 years ago
  19. ce54555 Recategorise options in the usage message. by njn · 19 years ago
  20. b026720 Make it more obvious if something fails when making HTML or PS/PDF docs. by njn · 19 years ago
  21. 49fbe60 I'm still a moron (just in case anybody wondered whether things had by sewardj · 19 years ago
  22. 8bc09dc Record my adventures in 'make print-docs' land. by sewardj · 19 years ago
  23. 27eca03 I think && might be a better statement-joiner than ; -- the pdfxmltex by sewardj · 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. 12c9095 Added a point for Josef W. by njn · 19 years ago
  28. 14e42ba updated j's email address by de · 19 years ago
  29. 779a2d6 Update docs for 3.0.0 release. Still to do: update command line options. by njn · 19 years ago
  30. af66ea6 Added a checklist of things to do when doing a release. Please add to this by njn · 19 years ago
  31. 22ae5c0 Fix 'make dist'. by njn · 19 years ago
  32. e772332 wibble by njn · 19 years ago
  33. b9c7c79 bugfixes and improvements by sewardj · 19 years ago
  34. 3448a1c Don't claim that the --single-step= and --optimise= flags exist any by sewardj · 19 years ago
  35. 33e6042 Rename tags in XML <status> block. by sewardj · 19 years ago
  36. 8637545 --branchpred= doesn't do anything (I'm not sure what it ever did do). Rm'd. by sewardj · 19 years ago
  37. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  38. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  39. 305e0cb A couple of gsl-1.6 patches which make it compile/run more cleanly. by sewardj · 19 years ago
  40. ca33405 Enable sys_poll. by sewardj · 19 years ago
  41. 97746bb Remove dead #undef. by sewardj · 19 years ago
  42. 7906958 Replace a bunch of useless memory-to-memory copies with some highly by sewardj · 19 years ago
  43. e75d157 When canonicalising CFI information, truncate overlapping address by sewardj · 19 years ago
  44. eccb2d8 Fix comment. by sewardj · 19 years ago
  45. f9a82d1 Change the criteria by which translations are discarded in the presence of by sewardj · 19 years ago
  46. 0a400c7 Change some int uses to Int (the house types). by sewardj · 19 years ago
  47. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  48. 2af58f2 Yet more system calls. by tom · 19 years ago
  49. e6f883e Remove bogus legacy declarations, from the time when the AMD64 by njn · 19 years ago
  50. f6ec8ec Re-institute SegInfo reference counting and deallocation. by njn · 19 years ago
  51. f0e0a64 Improve script to compare the current code with that from 24 hours ago, by njn · 19 years ago
  52. a514661 Enable rt_sigpending on amd64. Fixes bug #109429. by tom · 19 years ago
  53. 10e1beb Add some more intercept rules for ld.so on amd64. by tom · 19 years ago
  54. 265eb5c Allow negative sizes for structure members in stabs. Fixed bug #109385. by tom · 19 years ago
  55. 07720f3 Handle a 'd' stab that indicates a file in pascal. Fixes bug #89914. by tom · 19 years ago
  56. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  57. d8d0ad2 Handle stabs builtin type -30 (wide characters, 16 bit unsigned). by tom · 19 years ago
  58. b0987f0 Document different argument order for clone on amd64. by tom · 19 years ago
  59. e7203a8 Bring the vki_sigevent_t definition into line with current kernels. by tom · 19 years ago
  60. f38dad9 Move config.h inclusion from pub_tool_basics.h to pub_core_basics.h so it's by njn · 19 years ago
  61. 67c5364 The timeout argument to rt_sigtimedwait is in the third argument not by tom · 19 years ago
  62. 1b1a223 More system call fixups. by tom · 19 years ago
  63. 507ae56 Yet more amd64 system calls. by tom · 19 years ago
  64. 6cb1804 Update ignore list. by tom · 19 years ago
  65. 8bc8582 Add a CPUID case, thanks to Josef W. by njn · 19 years ago
  66. 7b1a6a4 Change textwidth, and also add a note about the shortcomings when by njn · 19 years ago
  67. 8d3f845 This commit reduces the overhead of each heap allocation done by by njn · 19 years ago
  68. 483398e Fix broken tests. by njn · 19 years ago
  69. c8ec9f8 Recategorise some options in the usage message. by njn · 19 years ago
  70. 49b45ba Reinstate stack trace printing on assertion failures. It's terrible by njn · 19 years ago
  71. 4a9f6f4 Make a first cut at the 3.0.0 release notes. by njn · 19 years ago
  72. 49ef544 The devil's in the details .. by sewardj · 19 years ago
  73. b33fc68 Fix mistaken comments. by tom · 19 years ago
  74. 2b18aa8 Pass clone arguments in the correct order when doing a fork style by tom · 19 years ago
  75. 4c9c80d Enable sched_yield on amd64. Fixes bug #109362. by tom · 19 years ago
  76. 10c4b52 Return success when get_thread_area succeeds. by tom · 19 years ago
  77. c8c3a85 Add a makefile for the new documentation directory to avoid errors by tom · 19 years ago
  78. f2dab38 Support ARCH_GET_FS with arch_prctl on amd64. by tom · 19 years ago
  79. f7c00b1 by njn · 19 years ago
  80. 0da7ac6 Get Addrcheck closer to compiling. It's still a long way from working, though. by njn · 19 years ago
  81. bffef8f wibble by njn · 19 years ago
  82. e4fed1c Make attaching a debugger work on amd64. by tom · 19 years ago
  83. e15b155 Update ignore lists. by tom · 19 years ago
  84. bc49f3d Enable some more system calls on amd64. by tom · 19 years ago
  85. e3a0b0f Fix compiler warning. by tom · 19 years ago
  86. 9637573 Enable setuid and setgid on amd64. by tom · 19 years ago
  87. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  88. e5e1f82 Oops; forgot to update spec by sewardj · 19 years ago
  89. 768db0e New command line option: --xml-user-comment=XMLTEXT, which allows by sewardj · 19 years ago
  90. daf77af New printf format specifier %t, which is like %s but escapes by sewardj · 19 years ago
  91. c55ad8c Fix the mmap2 pre-handler to avoid corrupting the arguments when by tom · 19 years ago
  92. b8a3dac Show Valgrind's args too in the XML output. by sewardj · 19 years ago
  93. 68cde6f Add time stamps to XML START/FINISH indications. by sewardj · 19 years ago
  94. a11553a Move the code for generating a human-readable time string into its own function. by sewardj · 19 years ago
  95. ad31116 New command line option: --log-file-qualifier=VAR. When specified, by sewardj · 19 years ago
  96. 32327ec Add some assertions. by tom · 19 years ago
  97. 01c3dae Enable the rt_sigqueueinfo syscall on amd64. by tom · 19 years ago
  98. bd8f1c4 wibble by njn · 19 years ago
  99. 76896d7 Added a file containing Josef's explanation of Calltree's function by njn · 19 years ago
  100. 6bb0d35 Remove unneeded #ifdef. by njn · 19 years ago