1. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  2. cf4d997 Arch-abstraction: - factor out different CFLAGS in Makefiles by nethercote · 20 years ago
  3. 2b72e94 Arch-abstraction: - factor out KICKSTART_BASE by nethercote · 20 years ago
  4. 799fb80 by nethercote · 20 years ago
  5. bdf9a77 Whoops, syscall.S is platform-specific, and so must go in x86-linux/ rather by nethercote · 20 years ago
  6. 986202f by nethercote · 20 years ago
  7. 9b3c765 by nethercote · 20 years ago
  8. c25c449 by nethercote · 20 years ago
  9. f4eb6eb Arch-abstraction: replace direct mentions of x86/ directory with ${VG_ARCH}. by nethercote · 20 years ago
  10. 107e1c0 by nethercote · 20 years ago
  11. c0cd60b Stage2 doesn't need ume_go.c. by nethercote · 20 years ago
  12. 5fd9085 Arch-abstraction: by nethercote · 20 years ago
  13. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  14. f94fe2f by nethercote · 20 years ago
  15. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  16. c06e213 Arch-abstraction: by nethercote · 20 years ago
  17. 5a2664c by nethercote · 20 years ago
  18. f1e5e15 by nethercote · 20 years ago
  19. 4388a40 by nethercote · 20 years ago
  20. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  21. b669ef7 Change things so that stage2's location is controlled by a single variable. by nethercote · 20 years ago
  22. 03b1948 by nethercote · 20 years ago
  23. c314eba by nethercote · 20 years ago
  24. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  25. 4b0dc1a make "make dist" work. by ossi · 20 years ago
  26. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  27. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  28. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  29. 4fba82f Partially unbreak 'make distcheck'. by jseward · 21 years ago
  30. c5ccf2f remove arch subdir for 2.1.1 release by mueller · 21 years ago
  31. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  32. 4599076 Fix broken "make dist". by nethercote · 21 years ago
  33. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  34. 71980f0 by nethercote · 21 years ago
  35. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  36. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  37. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  38. 48d9a48 Un-break 'make distcheck' yet again. I guess someone somewhere understands by jseward · 21 years ago
  39. 69801fb fix 'make dist'. by mueller · 21 years ago
  40. 7ea9adc Renamed two of the new files: by njn · 21 years ago
  41. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago
  42. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  43. 78adbf4 by njn · 21 years ago
  44. a63e2d7 by njn · 21 years ago
  45. 781132b some makefile massaging to avoid that things get compiled during make install by daywalker · 21 years ago
  46. c5c3447 whoops. one more by daywalker · 21 years ago
  47. 6672df0 unbreak make regtest again by daywalker · 21 years ago
  48. 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
  49. 42e23f2 by njn · 21 years ago
  50. 17b8535 Better way to specify where gdb is -- now GDB_PATH is defined in config.h, by njn · 21 years ago
  51. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  52. 9315df3 The location of gdb is now determined by the 'configure' script, instead by njn · 21 years ago
  53. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  54. 67aa818 by sewardj · 22 years ago
  55. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  56. 810086f by njn · 22 years ago
  57. 6ff0fe9 by njn · 22 years ago
  58. 01fe69e by njn · 22 years ago
  59. f220ccc Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  60. 54945a2 merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  61. 47f4b3e Fix build problems on SuSE 8.1 -- -I.. not included in compile cmds by sewardj · 22 years ago
  62. 92a5956 by sewardj · 22 years ago
  63. 8923f55 by njn25 · 22 years ago
  64. cac76cb by njn25 · 22 years ago
  65. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  66. da5402c Include valgrind.spec and valgrind.spec.in in tarballs. by sewardj · 22 years ago
  67. 83abe43 Add helpful info for package builders. by sewardj · 22 years ago
  68. 7cf0bd3 by njn · 22 years ago
  69. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  70. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  71. 03be163 Use $(srcdir) to specify the location of the linker script by gobry · 22 years ago
  72. 71889e6 Insert hacks, only partially successful, to make 'make distcheck' work by sewardj · 22 years ago
  73. 0facc4f More symbol versioning stuff by sewardj · 22 years ago
  74. 4c6fcf1 Add a version script so as to create the right versioned symbols for by sewardj · 22 years ago
  75. 83adf41 Build and install 'cachegrind' along with 'valgrind'. by sewardj · 22 years ago
  76. aa6fecc Config/build/install vg_annotate and vg_cachegen correctly. by sewardj · 22 years ago
  77. 4f9c934 by njn · 22 years ago
  78. e9667e6 Administrivia. by sewardj · 22 years ago
  79. 3b13f0e Try and give at least some minimal binding for all functions exported by sewardj · 22 years ago
  80. 1685184 - Use CFLAGS in demangle/Makefile.am by sewardj · 22 years ago
  81. a0d3ab6 - don't check if the compiler supports const. No compiler we care by daywalker · 22 years ago
  82. 408ccf1 Compile flags += -Werror. I'm tired of looking carefully for warnings. by sewardj · 22 years ago
  83. 2f242b3 malloc() and friends have moved to vg_clientfuncs.c, so move the by sewardj · 22 years ago
  84. 47160d6 fix initial installation problem by daywalker · 22 years ago
  85. 48ccca5 some workarounds for newer automake by daywalker · 22 years ago
  86. b0a955e use install-exec-hook to create the .so.0 symlink. by gobry · 22 years ago
  87. fed4dd0 Fix problems to do with make dist/make distcheck not finding the source by sewardj · 22 years ago
  88. 9a199dc by sewardj · 22 years ago
  89. be54e1f added rules to generate libpthread.so by gobry · 22 years ago
  90. cf2b14a by sewardj · 22 years ago
  91. 2e93c50 by sewardj · 22 years ago
  92. 3b77789 splitted the suppression files so that default.supp can be created by picking by gobry · 22 years ago
  93. 1be1985 Applied patch from Simon Hausmann <hausmann@kde.org> to enable automake1.5 by gobry · 22 years ago
  94. c76b795 added a bzdist target by gobry · 22 years ago
  95. 3e2c3b8 Remove mention of vg_version.h. by sewardj · 22 years ago
  96. e721a52 improved the build system by gobry · 23 years ago
  97. de4a1d0 Initial revision by sewardj · 23 years ago