1. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  2. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  3. 9f07c54 Updated the manual for some recent changes, esp. the fact that Memcheck is no by nethercote · 21 years ago
  4. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  5. 681ca37 Small update about unimplemented instructions. by fitzhardinge · 21 years ago
  6. 46c7b8d Patch to add support for the alternate MOVQ encoding, from Tom Hughes. by nethercote · 21 years ago
  7. 4ef5c39 From Tom Hughes: patch to report port numbers correctly by nethercote · 21 years ago
  8. 6a4412c Update limitations section: merge some old changes from 2.0.0 branch, and some by nethercote · 21 years ago
  9. f86ba6d Add some comments by fitzhardinge · 21 years ago
  10. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  11. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 21 years ago
  12. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  13. 33dbc12 yet another SSE insn (rsqrtss) by mueller · 21 years ago
  14. cf826ad Fix "make dist" by fitzhardinge · 21 years ago
  15. c2d6507 Fix for bug 72006 by Tom Hughes: report proper error returns for mmap() by fitzhardinge · 21 years ago
  16. 5ed88f2 remove anonymous unions - not supported by older versions of gcc. by mueller · 21 years ago
  17. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  18. 9b8c2f3 Move logfile fd into safe range. by fitzhardinge · 21 years ago
  19. 5408c06 Fix problem with trace-children=yes when using a tool which replaces by fitzhardinge · 21 years ago
  20. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  21. 6d5dafa Fix do_exec's permission checking. by fitzhardinge · 21 years ago
  22. 9fc153f Handle 'B' (volatile) and 'k' (const) qualifiers in stabs. (Tom by jseward · 21 years ago
  23. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  24. d1c7140 Adding "use strict" and "use warnings", for safety. Required some extra by nethercote · 21 years ago
  25. 2886b0e Add copyright notices to new files. by jseward · 21 years ago
  26. f6f0e9f typo by mueller · 21 years ago
  27. 8c68e04 infrastructure. Yes, it doesn't do much yet. by mueller · 21 years ago
  28. 93d52c2 adding FreeBSD port made by Doug Rabson, thanks! by mueller · 21 years ago
  29. 6ceb231 add support for mincore syscall, patch by Tom Hughes by mueller · 21 years ago
  30. 97da476 movntpd/movntps support (patch by Tom Hughes) CCMAIL: 69782-done@bugs.kde.org by mueller · 21 years ago
  31. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  32. 556c9f8 (David Lee, <david.lee@teracruz.com>) by jseward · 21 years ago
  33. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  34. ed82357 It seems newer linkers have scripts which mention the base address twice by fitzhardinge · 21 years ago
  35. b84164a Make sure we use gcc's ld, not whatever random ld we happen to find in the path. by fitzhardinge · 21 years ago
  36. 4e6184d De-anonymise a union so as to un-break compilation on gcc-2.95. by jseward · 21 years ago
  37. b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
  38. e3632c6 Fixed munmap bug - split_segment wasn't updating the lengths properly. by fitzhardinge · 21 years ago
  39. 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago
  40. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  41. a053a84 resolve_redir(): when a redirect is resolved, if the source has by jseward · 21 years ago
  42. da70e11 For whatever reason, ld-2.3.2.so (ld-linux.so.2) seems to have its own by jseward · 21 years ago
  43. 5348e56 Use the redir machinery to forcibly remap stpcpy in libc.so.6 to our by jseward · 21 years ago
  44. bdce5e0 Make the debug printing in the symbol redirect machinery, easier to understand. by jseward · 21 years ago
  45. 920d04e Fix typo in VG_(munmap)() error checking, which made it never remove by fitzhardinge · 21 years ago
  46. 66ee750 Don't print prediction info for branches if we're not generating it. by fitzhardinge · 21 years ago
  47. 15117d2 Make --trace-codegen start printing from the first basic block, rather by fitzhardinge · 21 years ago
  48. f8b559d Also remove vgpreload_*.so from LD_PRELOAD when we're not tracing children. by fitzhardinge · 21 years ago
  49. dba9d93 VG_(clo_pointercheck) is a Bool, which is a byte. by fitzhardinge · 21 years ago
  50. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  51. b791a19 Fix a bug in the last VG_(max_fd) change; VG_(safe_fd) doesn't work before by fitzhardinge · 21 years ago
  52. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  53. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  54. 02665ba Ignore internal Valgrind file descriptors. by rjwalsh · 21 years ago
  55. 4683df9 ignore by mueller · 21 years ago
  56. c89f406 ignore by mueller · 21 years ago
  57. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  58. 2bb5e86 Remove coregrind/vg_valgrinq_dummy.c by fitzhardinge · 21 years ago
  59. 7e343cd Add and delete all the files which need adding and deleting. by fitzhardinge · 21 years ago
  60. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  61. a772847 Change the --track-fds code to use VG_AR_CORE rather than by fitzhardinge · 21 years ago
  62. efda47f Make symbol prefix matching table driver, and be a bit more careful by fitzhardinge · 21 years ago
  63. 2a09e6c patch by Jim Meyering: redirect error output to stderr, and exit with nonzero by mueller · 21 years ago
  64. 1c76dc4 When merging multiple symbols with the same address, rather than always by fitzhardinge · 21 years ago
  65. c27cc67 CVS_SILENT NPTL is Native Posix blah blah by cartman · 21 years ago
  66. 3f409e8 Increase the max size of the translation cache from 200k average bbs to by jseward · 21 years ago
  67. 8b3131a Patch in a DWARF1 (obsolete) line number reader, from the stable (2.0) by jseward · 21 years ago
  68. 48d9a48 Un-break 'make distcheck' yet again. I guess someone somewhere understands by jseward · 21 years ago
  69. 0e8bfcf Fix bug 69836: make record_fd_open ignore fds > VG_MAX_FD. by fitzhardinge · 21 years ago
  70. d9320a4 Reword warning message emitted by fd_allowed() to make it a little clearer. by jseward · 21 years ago
  71. 0edbfb5 Print "object doesn't have a %s" all on one line. by jseward · 21 years ago
  72. 126c64f Patch from Tom Hughes: make --gdb-attach=yes work when a program is by fitzhardinge · 21 years ago
  73. b6c6acb in C, casting of lvalues is illegal. by mueller · 21 years ago
  74. 2d1c1a1 allow absolute paths to be specified when "which" is not found. by mueller · 21 years ago
  75. 382a892 by nethercote · 21 years ago
  76. db23332 by nethercote · 21 years ago
  77. 2b0793f Grouped options in the usage message so they're a bit easier to understand. by nethercote · 21 years ago
  78. e25bdce Backing out bogus support for gettid() I added yesterday. by nethercote · 21 years ago
  79. f3b59bf Add gettid() syscall. by nethercote · 21 years ago
  80. fd1ea4c Fixed test in section finding code that was broken for .plt and .got sections. by nethercote · 21 years ago
  81. cf539de Factor out repeated code for LOOP{E,NE} by nethercote · 21 years ago
  82. 211d05d fix alignment checking of __posix_memalign. merging to stable. by mueller · 21 years ago
  83. e33453f by nethercote · 21 years ago
  84. 8d715ca remove reference to --assume-2.4 option by mueller · 21 years ago
  85. 8400154 Fix comment by nethercote · 21 years ago
  86. e984028 reverting last commit, which broke all of valgrind. by mueller · 21 years ago
  87. 40d239c Fix up the have_settid test so it works on both plain 2.4 and 2.6 kernels. by fitzhardinge · 21 years ago
  88. 2822eba test for PARENT_SETTID support in clone() of the kernel instead by mueller · 21 years ago
  89. c29dcb5 add prefetch(w) support - the 3dnow! version of it. doesn't hurt by mueller · 21 years ago
  90. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  91. aad8c19 Improved vg_libpthread's IGNORED/KLUDGED error messages; lots of people found by nethercote · 21 years ago
  92. e173069 Printing usage message to stdout instead of stderr, which seems to be the by nethercote · 21 years ago
  93. a4b153a this should fix compilation on weird kernel 2.6.x installations. by mueller · 21 years ago
  94. 82df83e make it compile on non-C90 compilers. Thanks for the patch. by mueller · 21 years ago
  95. aa5c626 SHUFPD support by mueller · 21 years ago
  96. aa5fd3c add CVTPD2PS support, based on patch by Josef Weidendorfer by mueller · 21 years ago
  97. a48f792 trying to fix compilation. Does it work now for everybody? by mueller · 21 years ago
  98. 44cbaeb make use of statfs64 and make code blocks adjacent by mueller · 21 years ago
  99. 75c0ed6 be less verbose by default by mueller · 21 years ago
  100. 0be67ff raise sanity limit to pass coreutils testsuite by mueller · 21 years ago