1. a4b153a this should fix compilation on weird kernel 2.6.x installations. by mueller · 21 years ago
  2. 82df83e make it compile on non-C90 compilers. Thanks for the patch. by mueller · 21 years ago
  3. aa5c626 SHUFPD support by mueller · 21 years ago
  4. bddd607 pkgconfig support. Patch by Dimitri Papadopoulos by mueller · 21 years ago
  5. 909c0f6 Fix regtest for change of error message. by nethercote · 21 years ago
  6. aa5fd3c add CVTPD2PS support, based on patch by Josef Weidendorfer by mueller · 21 years ago
  7. a48f792 trying to fix compilation. Does it work now for everybody? by mueller · 21 years ago
  8. 44cbaeb make use of statfs64 and make code blocks adjacent by mueller · 21 years ago
  9. e121c6c updating .cvsignore by mueller · 21 years ago
  10. 92f0b80 only say something if there is something to say by mueller · 21 years ago
  11. 75c0ed6 be less verbose by default by mueller · 21 years ago
  12. 0be67ff raise sanity limit to pass coreutils testsuite by mueller · 21 years ago
  13. d3502b6 implement statfs64, utimes and clock_gettime by mueller · 21 years ago
  14. bf45987 Add some missing braces. by fitzhardinge · 21 years ago
  15. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  16. 9c42a0f Made the warning clearer when you try to catch SIGKILL/SIGSTOP. Also made it by nethercote · 21 years ago
  17. 71110aa Support posix_memalign properly. by nethercote · 21 years ago
  18. 137bc55 by nethercote · 21 years ago
  19. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  20. 80f7678 by nethercote · 21 years ago
  21. 3acbb5d Remove local shellshort function, use the standard VG_(ssort). by nethercote · 21 years ago
  22. 262eedf Remove the Memcheck==Valgrind fallacy from Memcheck's start-up message. by nethercote · 21 years ago
  23. 3b390c7 by nethercote · 21 years ago
  24. 77eba60 by nethercote · 21 years ago
  25. 57205dc Be quieter. by nethercote · 21 years ago
  26. 3373021 Fix some (bone-headed) loose ends left by my last checkin. "make regtest" by fitzhardinge · 21 years ago
  27. c1e395d Don't print this debug msg if -q is on. by nethercote · 21 years ago
  28. f0f911c Only set the thread's status to WaitSys if we're actually waiting for by fitzhardinge · 21 years ago
  29. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  30. d4266ed Filter out line numbers in vg_scheduler.c in Helgrind's regtests. by nethercote · 21 years ago
  31. 3af49c5 It's not good that the head claims to be some old stable version. by jseward · 21 years ago
  32. 157689b Change VG_CORE_INTERFACE_MAJOR_VERSION to 5. by jseward · 21 years ago
  33. 1b58fbc More SSE support for cachegrind. by jseward · 21 years ago
  34. 9b814f5 - Fix for kernel 2.6. __user need definition. by helio · 21 years ago
  35. 03c2891 - Fix for kernel 2.6. __user need definition. by helio · 21 years ago
  36. 092c4bf If we bomb out due to not finding the executable, print our invokation by jseward · 21 years ago
  37. 07bf60a Move var declarations to start of block, for older versions of gcc. by nethercote · 21 years ago
  38. 1e6d765 Fixed bug in overlap check in strncpy() -- it was assuming the src was 'n' by nethercote · 21 years ago
  39. 561f6e0 Implemented PUSH/POP %{FS,GS}, and PUSH %CS (Nb: there is no POP %CS). Based by nethercote · 21 years ago
  40. 3178887 Updated FAQ #8, to reflect the fact that we now support a lot of SSE/SSE2 by nethercote · 21 years ago
  41. 206c469 Deleted FAQ #2, as it is no longer relevant for the head, thanks to Jeremy's by nethercote · 21 years ago
  42. 0b7bf73 Make the startup static and suid checks follow symlinks. by nethercote · 21 years ago
  43. 9e7e755 Add missing printf and pre_mem_read to rt_sigtimedwait(), thanks to Thomas by nethercote · 21 years ago
  44. 69801fb fix 'make dist'. by mueller · 21 years ago
  45. a70ab4d Oops, add new files by fitzhardinge · 21 years ago
  46. 7fae3e0 Fix --trace-malloc=yes, by using client-side VALGRIND_INTERNAL_PRINTF by fitzhardinge · 21 years ago
  47. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  48. ece14bd fixes .cfi configure problem. apparently compiling is not enough by mueller · 21 years ago
  49. 2e6bc00 there have been reports that "stat" is not portable enough. by mueller · 21 years ago
  50. 23cb4a0 for some reason I need that to make it compile on suse 9 MERGE TO STABLE by mueller · 21 years ago
  51. e6de706 make it really silent by mueller · 21 years ago
  52. f2db92d Increased the skin major version number, to reflect the changed return values by nethercote · 21 years ago
  53. 50da0f3 Fix cachegrind to deal with VG_(open)() returning any negative number on error, by nethercote · 21 years ago
  54. f6b1f7e Previously, if the command given to Valgrind didn't exist, the 'stat -c' by nethercote · 21 years ago
  55. d3de730 Added a regtest that uses pthreads -- there weren't any. by nethercote · 21 years ago
  56. 89f9a32 Add a --assume-2.4=yes|no CLO. This overrides the normal check to see by fitzhardinge · 21 years ago
  57. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  58. bf4621d no longer sourceforge (also known as test commit) by mueller · 21 years ago
  59. e343649 Add SQRTSS: square root of scalar float by sewardj · 21 years ago
  60. 632b8a1 Implement UNPCKLPS and UNPCKHPS and improve UNPCKLPD. by sewardj · 21 years ago
  61. 17059e0 Return an error rather than panicing when given a bad socketcall by jsgf · 21 years ago
  62. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  63. a5f05ff There's a bug in memory ownership inheritance, which inherit.c shows up. Make it obvious. by jsgf · 21 years ago
  64. b270ea5 ucomisd support by daywalker · 21 years ago
  65. 9c1f63c Change things so that helgrind regtests pass on my machine -- changed stderr by njn · 21 years ago
  66. 2e893e3 Remove the configure-time NPTL test, the results of which are no longer used. by njn · 21 years ago
  67. 7ea9adc Renamed two of the new files: by njn · 21 years ago
  68. b111685 Clean up and extend some of the SSE instrumentation cases. by sewardj · 21 years ago
  69. bb6ac7c Implement MOVNTDQ (a SSE/SSE2 insn) by sewardj · 21 years ago
  70. 3664f56 - add test to detect if GNU as supports .cfi directives by daywalker · 21 years ago
  71. 1fd7055 heh, apparently not even SuSE 8.2 has a recent-enough gas :) by daywalker · 21 years ago
  72. f7a0acc detect NPTL environment at runtime. candidate for MERGE TO STABLE ? by daywalker · 21 years ago
  73. deb1f19 whoops. unbreak stat'ing of executables in path by daywalker · 21 years ago
  74. 29431de fix compile with 2.6.0test7 MERGE TO STABLE by daywalker · 21 years ago
  75. 005e7c1 fix build with kernel 2.6.x by daywalker · 21 years ago
  76. 79c80fc provide CFI for newer gdb versions which are confused by our stack by daywalker · 21 years ago
  77. 4bbdc97 Added header + copyright notice + footer to some files missing them. by njn · 21 years ago
  78. 12475f6 Oops, forgot *.c for helgrind tests by jsgf · 21 years ago
  79. c67f83b Add some regression tests for helgrind. by jsgf · 21 years ago
  80. 1a41e95 refuse to valgrind apps that are suid or sgid, as it doesn't work anyway. by daywalker · 21 years ago
  81. 2f361cc Fixed terrible(!) typo. by njn · 21 years ago
  82. 92c5436 Fixed VG_(ssort)(), which was broken for the size != {1,2,4} general case. by njn · 21 years ago
  83. 7ef2881 by njn · 21 years ago
  84. c9d4ba7 Fix a couple of compiler warnings. by njn · 21 years ago
  85. d1b5b1d Implement repe scas. by jsgf · 21 years ago
  86. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  87. a065a9c Fix a bug in the duplicate string squasher, which was a bit over-eager by jsgf · 21 years ago
  88. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago
  89. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  90. c5918d9 We expect new output with the syscalls changes. by jsgf · 21 years ago
  91. 2ccec9f Mention that -fno-inline is a helpful build flag when you're debugging. by sewardj · 21 years ago
  92. b746437 Document the state machine implemented in vg_proxylwp.c. by jsgf · 21 years ago
  93. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  94. 8399f6a Fixed "pop (%esp)", which must increment %esp before using it to calculate the by njn · 21 years ago
  95. 5428450 Added (trivially) support for "push %ss". Minimally tested, along with "pop by njn · 21 years ago
  96. 9e4c1f9 Added (trivally) support for "pop %ss". Untested. by njn · 21 years ago
  97. ff28df9 by njn · 21 years ago
  98. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  99. 737a375 Implement DIVPS/DIVPD (Tom Hughes <thh@cyberscience.com>) by sewardj · 21 years ago
  100. 5e657c3 Implement pthread_spinlock_* (Tim Potter, tpot@samba.org) by sewardj · 21 years ago