1. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  2. 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
  3. b3a8929 make it compile on FreeBSD by mueller · 21 years ago
  4. e3632c6 Fixed munmap bug - split_segment wasn't updating the lengths properly. by fitzhardinge · 21 years ago
  5. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  6. d5605a0 mmap/munmap exerciser test by fitzhardinge · 21 years ago
  7. 01179d1 Sigh. Add the test files. by fitzhardinge · 21 years ago
  8. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  9. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  10. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  11. 137bc55 by nethercote · 21 years ago
  12. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  13. c5918d9 We expect new output with the syscalls changes. by jsgf · 21 years ago
  14. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  15. a63e2d7 by njn · 21 years ago
  16. 7d9f94d by njn · 22 years ago
  17. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 22 years ago
  18. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 22 years ago
  19. 218eba7 wibble by njn · 22 years ago
  20. 46930da by njn · 22 years ago
  21. d8ced86 by njn · 22 years ago
  22. aac2c68 fix this test for me. You can't rely on having exactly 3 nameservers by daywalker · 22 years ago
  23. 819a8f7 Updated the `cpuid' regression test for the new MMX-enabled behaviour. by njn · 22 years ago
  24. e12a45f by sewardj · 22 years ago
  25. 67aa818 by sewardj · 22 years ago
  26. 7db3f38 by sewardj · 22 years ago
  27. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  28. 7d5b852 Added a regression test that checks if command line arguments with spaces work. by njn · 22 years ago
  29. 120281f Made the setting of VG_(details).avg_translation_sizeB optional, defaulting to by njn · 22 years ago
  30. ce9d0f1 Also update this for new code manager. by sewardj · 22 years ago
  31. 78210aa by sewardj · 22 years ago
  32. c0d8f68 by sewardj · 22 years ago
  33. 810086f by njn · 22 years ago
  34. 9160c95 by sewardj · 22 years ago
  35. a9a2dcf Add documentation back in, in its new form. Still all very rough and by sewardj · 22 years ago
  36. 831d401 by sewardj · 22 years ago
  37. 27f1a38 by njn · 22 years ago
  38. e0bd5e4 by njn · 22 years ago
  39. 4aa62ba Naming wibbles -- start skin names with a capital letter (they deserve it) by sewardj · 22 years ago
  40. 4d5490d by njn · 22 years ago
  41. d04b7c6 by njn · 22 years ago
  42. 7da8fa7 by njn · 22 years ago
  43. 4d59845 *** empty log message *** by njn · 22 years ago
  44. 9bc8c00 by njn · 22 years ago
  45. c953984 by njn · 22 years ago
  46. e427a66 by njn · 22 years ago
  47. 912ec7c by njn · 22 years ago
  48. b792beb by njn · 22 years ago
  49. fc76169 by njn · 22 years ago
  50. 782eb00 by njn · 22 years ago
  51. 9198008 by njn · 22 years ago
  52. 4d54243 by njn25 · 22 years ago
  53. 936159b by njn25 · 22 years ago
  54. cac76cb by njn25 · 22 years ago
  55. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  56. da5402c Include valgrind.spec and valgrind.spec.in in tarballs. by sewardj · 22 years ago
  57. 83abe43 Add helpful info for package builders. by sewardj · 22 years ago
  58. 7cf0bd3 by njn · 22 years ago
  59. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  60. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  61. 03be163 Use $(srcdir) to specify the location of the linker script by gobry · 22 years ago
  62. 71889e6 Insert hacks, only partially successful, to make 'make distcheck' work by sewardj · 22 years ago
  63. 0facc4f More symbol versioning stuff by sewardj · 22 years ago
  64. 4c6fcf1 Add a version script so as to create the right versioned symbols for by sewardj · 22 years ago
  65. 83adf41 Build and install 'cachegrind' along with 'valgrind'. by sewardj · 23 years ago
  66. aa6fecc Config/build/install vg_annotate and vg_cachegen correctly. by sewardj · 23 years ago
  67. 4f9c934 by njn · 23 years ago
  68. e9667e6 Administrivia. by sewardj · 23 years ago
  69. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 23 years ago
  70. 1685184 - Use CFLAGS in demangle/Makefile.am by sewardj · 23 years ago
  71. a0d3ab6 - don't check if the compiler supports const. No compiler we care by daywalker · 23 years ago
  72. 408ccf1 Compile flags += -Werror. I'm tired of looking carefully for warnings. by sewardj · 23 years ago
  73. 2f242b3 malloc() and friends have moved to vg_clientfuncs.c, so move the by sewardj · 23 years ago
  74. 47160d6 fix initial installation problem by daywalker · 23 years ago
  75. 48ccca5 some workarounds for newer automake by daywalker · 23 years ago
  76. b0a955e use install-exec-hook to create the .so.0 symlink. by gobry · 23 years ago
  77. fed4dd0 Fix problems to do with make dist/make distcheck not finding the source by sewardj · 23 years ago
  78. 9a199dc by sewardj · 23 years ago
  79. be54e1f added rules to generate libpthread.so by gobry · 23 years ago
  80. cf2b14a by sewardj · 23 years ago
  81. 2e93c50 by sewardj · 23 years ago
  82. 3b77789 splitted the suppression files so that default.supp can be created by picking by gobry · 23 years ago
  83. 1be1985 Applied patch from Simon Hausmann <hausmann@kde.org> to enable automake1.5 by gobry · 23 years ago
  84. c76b795 added a bzdist target by gobry · 23 years ago
  85. 3e2c3b8 Remove mention of vg_version.h. by sewardj · 23 years ago
  86. e721a52 improved the build system by gobry · 23 years ago
  87. de4a1d0 Initial revision by sewardj · 23 years ago