1. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  2. 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
  3. 1be6161 Minor type fixups. by njn · 21 years ago
  4. 29a0abf undo last change (stupid) by njn · 21 years ago
  5. 5e468f9 wibble by njn · 21 years ago
  6. 2e9b6a9 Removed statement with no effect. by njn · 21 years ago
  7. 8372b7f wibble by njn · 21 years ago
  8. cbc4094 wibble by njn · 21 years ago
  9. 20c25d5 wibble by njn · 21 years ago
  10. f9ebf67 wibble by njn · 21 years ago
  11. 633de32 by njn · 21 years ago
  12. 25418ae by sewardj · 21 years ago
  13. 4a3849b Merge patch from JosefW: by sewardj · 21 years ago
  14. 42e23f2 by njn · 21 years ago
  15. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 21 years ago
  16. 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 21 years ago
  17. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  18. 4c79121 by njn · 21 years ago
  19. 34419c1 by njn · 21 years ago
  20. 6ae0d3f Minor fix for lookup_dcookie by njn · 21 years ago
  21. 8e72528 by njn · 21 years ago
  22. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  23. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  24. 13f0293 by njn · 21 years ago
  25. 0c7a5b5 1. No longer printing the "MMX-only" or "SSE-capable" string at startup by njn · 21 years ago
  26. b91ae7f by sewardj · 21 years ago
  27. 96330bd Add \n in failure message. by sewardj · 21 years ago
  28. 4c2dbb5 Don't trash %eflags before snapshotting the state of the machine at by sewardj · 21 years ago
  29. 17e92db Add __NR_prctl. by sewardj · 21 years ago
  30. 366ee1e report_and_quit: Tell people to look at the FAQ.txt for advice. by sewardj · 21 years ago
  31. 44b6043 Don't call VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH) if all we're doing by sewardj · 21 years ago
  32. 8c4e6b1 Support kernels >= 2.5.68 (Anders Gustafsson <andersg@0x63.nu>) by sewardj · 21 years ago
  33. dd5c88e Add __NR_lookup_dcookie, whatever that might be. by sewardj · 21 years ago
  34. 9b81a42 Merge patch from Josef Weidendorfer <Josef.Weidendorfer@gmx.de>: by sewardj · 21 years ago
  35. 262b5be Add possibly-bogus implementations for __libc_current_sigrtmin, by sewardj · 21 years ago
  36. eff8b31 by sewardj · 21 years ago
  37. 11f0bb4 by sewardj · 21 years ago
  38. c656e97 Added a return value (0) for the LOGMESSAGE request, since it's now visible to by njn · 21 years ago
  39. 02a36f7 Added syscall creat(), courtesy of Tom Hughes <thh@cyberscience.com>. by njn · 21 years ago
  40. 49e630d Record the correct address of the initial thread's stack, as determined by sewardj · 21 years ago
  41. e709de4 wibbles by njn · 21 years ago
  42. 8a6b6c0 by njn · 21 years ago
  43. 7d9f94d by njn · 21 years ago
  44. 057c65f by njn · 21 years ago
  45. 47363ab by njn · 21 years ago
  46. 17b8535 Better way to specify where gdb is -- now GDB_PATH is defined in config.h, by njn · 21 years ago
  47. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  48. 9315df3 The location of gdb is now determined by the 'configure' script, instead by njn · 21 years ago
  49. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  50. b4aee05 Namespace police by njn · 21 years ago
  51. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  52. 3e87f7e Minor HTML fixes in docs, thanks to Arnaud Desitter. by njn · 22 years ago
  53. e0205ff by njn · 22 years ago
  54. 43c799e by njn · 22 years ago
  55. 2e10a68 Add and use a configure test to determine if this is an NPTL based by sewardj · 22 years ago
  56. 9b007f6 ----------------------------------------------------------------------------- by njn · 22 years ago
  57. 57f6b35 Un-break the head -- the LD_ASSUME_KERNEL thing breaks the entire by sewardj · 22 years ago
  58. d5815ec by sewardj · 22 years ago
  59. d1c9e43 Implement MMX movd where the src is an mmxreg and the dst is an ireg or memory. by sewardj · 22 years ago
  60. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 22 years ago
  61. 5488880 Support __NR_munlockall (syscall 151). by sewardj · 22 years ago
  62. 420b928 Add a fix for this by sewardj · 22 years ago
  63. 65f1c3f Document renaming of valgrind.h to memcheck.h. by sewardj · 22 years ago
  64. 87c85ee the following small patch adds support for the (ancient and horrible) by sewardj · 22 years ago
  65. 6b46fa8 Fix a couple of missing MMX instructions. As far as I know, the only by sewardj · 22 years ago
  66. ca86001 More MMX stuff, including a bunch of prefetch insns. by sewardj · 22 years ago
  67. ac21f44 Update response to 'cpuid' to claim MMXness. Revised magic number by sewardj · 22 years ago
  68. 6b627da More C++ syntax leakage fixes. by sewardj · 22 years ago
  69. 1ef2b1d Fix C++ syntax leakage. by sewardj · 22 years ago
  70. f5ca28c Fix a bug to do with lazy eflags updating and FPU insns. by sewardj · 22 years ago
  71. 3d7c9c8 by sewardj · 22 years ago
  72. 50aca9e by njn · 22 years ago
  73. 6452214 Fix up the documentation to be just about OK for version 2.0. by sewardj · 22 years ago
  74. e12a45f by sewardj · 22 years ago
  75. 838654f startup_segment_callback: Get rid of completely pointless check re by sewardj · 22 years ago
  76. 9d28c95 Fix stupid typo in last commit. by njn · 22 years ago
  77. 0c15c33 by njn · 22 years ago
  78. 67aa818 by sewardj · 22 years ago
  79. f5ef185 fix make distcheck with newer automake by daywalker · 22 years ago
  80. ff7c1ab by sewardj · 22 years ago
  81. fa4690b by njn · 22 years ago
  82. 5dcde04 Fixes handling of parameters with spaces in, and misc other by sewardj · 22 years ago
  83. 8407554 Support for glibc-2.3.X. (from Stephan Kulow) by sewardj · 22 years ago
  84. 6d68e79 by njn · 22 years ago
  85. fdc28af by njn · 22 years ago
  86. 6fefa1b by njn · 22 years ago
  87. fedb736 by njn · 22 years ago
  88. 04421d0 by sewardj · 22 years ago
  89. 669610b Fix comment bug. by sewardj · 22 years ago
  90. 49b5d17 Make poll() return (errno==EINTR) if the poll is interrupted by a signal. by sewardj · 22 years ago
  91. f3fb92d Hopefully deal with system 252 (__NR_exit_group) correctly. by sewardj · 22 years ago
  92. 8fdbeed Support kernels > 2.5.43 (David Kimdon <dwhedon@debian.org>) by sewardj · 22 years ago
  93. 17c7977 by sewardj · 22 years ago
  94. 53fe458 Further cleanups re new method for finding the stack segment at startup. by sewardj · 22 years ago
  95. 1c1b116 by sewardj · 22 years ago
  96. c80c524 by njn · 22 years ago
  97. f4ce3d3 by njn · 22 years ago
  98. 6d57f7d Fix really stupid cut + paste error. by njn · 22 years ago
  99. 66486e3 Ugh, fixed it properly this time. by njn · 22 years ago
  100. 1a251a9 Fixed comment typo. by njn · 22 years ago