1. 923e7d6 Suppressions for Fedora Core 2. by rjwalsh · 20 years ago
  2. cdf1cb5 Implement syscall 258, for those of use running Fedora Core 2. by rjwalsh · 20 years ago
  3. fc01635 Fix for bug 79355: fix up bogus assertion that was failing when by nethercote · 20 years ago
  4. 0987528 Add missing SSE case for Memcheck's instrumentation (sigh). by nethercote · 20 years ago
  5. afa17ef Tighten MOV's sanity checking slightly by nethercote · 20 years ago
  6. d3693d0 Split some combined error messages, so they are more informative. Also return by nethercote · 20 years ago
  7. d71a9af Fix supps for Valgrind's own libpthread leak. by nethercote · 20 years ago
  8. 3c5dc45 Fix bug in helper_{IN,OUT} -- they weren't preserving %eflags as they should. by nethercote · 20 years ago
  9. 74b8de2 Cope with AT_xCACHEBSIZE not being defined, which they aren't on systems by thughes · 20 years ago
  10. 0e5d2e3 SETV and TESTV never have an ArchReg as their first argument. by nethercote · 20 years ago
  11. 1742d6f Make support for the FBIOGET ioctls conditional on linux/fb.h being by thughes · 20 years ago
  12. 44e3558 Add support for the FBIOGET_VSCREENINFO and FBIOGET_FSCREENINFO ioctls by thughes · 20 years ago
  13. 1d16005 Change the debugger attachment code to send the STOP signal to the by thughes · 20 years ago
  14. 35cec98 Initialise %cs, %ds and %ss in the virtual machine to match the values by thughes · 20 years ago
  15. 3b41a5b fix typo by nethercote · 20 years ago
  16. 71a941e Update for compulsory --tool by nethercote · 20 years ago
  17. 42d9cd1 Addrcheck wasn't instrumenting MMX2a1_MemRd... whoops. Man, those instructions by nethercote · 20 years ago
  18. 5689938 When printing code and an insane instruction is encountered, ugly-print (giving by nethercote · 20 years ago
  19. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  20. a70f735 With -v, print out contents of /proc/version at startup. by nethercote · 20 years ago
  21. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 20 years ago
  22. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  23. 165ad33 Added comment clarifying RDTSC. by nethercote · 20 years ago
  24. 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 20 years ago
  25. bbcfb58 Pretty-print WIDENs properly. by nethercote · 20 years ago
  26. e00f1ff by nethercote · 20 years ago
  27. f3dc073 Fix assertion failure msg. by nethercote · 20 years ago
  28. 0635b72 Fix typo, and update bug-reporting procedure. by nethercote · 20 years ago
  29. 766eb76 Make that damn 'inherit' test stop failing, even if Helgrind isn't doing the by nethercote · 20 years ago
  30. 2979440 Quiet an overly noisy message. by fitzhardinge · 20 years ago
  31. c52fd7f Fix for bug 77869. Names in stabs are terminated by ':'. Except templated by fitzhardinge · 20 years ago
  32. 3360680 Fix new override test. by rjwalsh · 20 years ago
  33. c184d14 Update test for recent "recently" fix. by rjwalsh · 20 years ago
  34. 7250b8f Suppressions of jump errors were broken, because the size was zero and by nethercote · 20 years ago
  35. f798eee Changed error message from: by nethercote · 20 years ago
  36. 14fa0a7 Remove illegal '-' in @VERSION@. by nethercote · 20 years ago
  37. 6618e63 by nethercote · 20 years ago
  38. 7159a8a Added 2nd expected stderr output for trivialleak; often one of the 1000 blocks by nethercote · 20 years ago
  39. 075a102 Update for having added Massif. by nethercote · 20 years ago
  40. ef0abd1 Revamped. Split into sections, added stuff about the name "Valgrind" (where it by nethercote · 20 years ago
  41. 2bc5a21 Added acct() syscall. by nethercote · 20 years ago
  42. ed4ad88 Fix bug in hp2ps that caused the title to have negative numbers in it. Thanks by nethercote · 20 years ago
  43. 7f2fce1 Removed unused function. by nethercote · 20 years ago
  44. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  45. d27c7f5 Implement tcdrain in the pthread library. The fact that this function by thughes · 20 years ago
  46. 989df35 Fix typo in FPU eflags fix. by thughes · 21 years ago
  47. d88f415 For FPU/MMX/SSE instructions which don't reference any memory, make memcheck by thughes · 21 years ago
  48. 86da252 Added more floating point instruction tests. by thughes · 21 years ago
  49. 6c41ee1 Fix typo that broke tests which compared the contents of eflags. by thughes · 21 years ago
  50. 17fe140 Ignore generated files from insn_fpu test. by thughes · 21 years ago
  51. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 21 years ago
  52. 1052ce0 Fixed decoding of x87 instructions to handle those taking 16 bit by thughes · 21 years ago
  53. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 21 years ago
  54. 149f699 Added some extra .cvsignore entries. by thughes · 21 years ago
  55. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 21 years ago
  56. a5a25a8 Strip _nocancel from glibc stack traces so that __open_nocancel etc by thughes · 21 years ago
  57. 266c616 Redirect _dl_sysinfo_int80, which is glibc's default system call by thughes · 21 years ago
  58. 59cfddc Add susphello test, which has turned up a number of interesting bugs by fitzhardinge · 21 years ago
  59. f786618 When creating new threads, initially block all signals. It's up to the by fitzhardinge · 21 years ago
  60. 2842859 Init the per-thread sigaltstacks properly. New threads should always by fitzhardinge · 21 years ago
  61. 29b0261 Remove Massif's version number now that it's part of the main distro. by nethercote · 21 years ago
  62. e712c42 Ignore valgrind core files. by thughes · 21 years ago
  63. a7f0da5 Added badseg to the list of things to ignore. by thughes · 21 years ago
  64. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 21 years ago
  65. a41a266 Fixed compiler warning. by thughes · 21 years ago
  66. 047e49d Added the new badseg test to the list of things to build. by thughes · 21 years ago
  67. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 21 years ago
  68. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 21 years ago
  69. 7d71b43 Print a backtrace for core-dumping signals, even if we're not actually by fitzhardinge · 21 years ago
  70. 4a4d108 Ooops. Fix overly-hasty commit. by fitzhardinge · 21 years ago
  71. 61a5341 Be a bit clearer about core-dumping messages (don't say we are if we're not) by fitzhardinge · 21 years ago
  72. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 21 years ago
  73. 2ed1e7a Don't bother setting the EI_OSABI entry in the core elf header, since by fitzhardinge · 21 years ago
  74. a02aee1 Fix compiler warnings. by thughes · 21 years ago
  75. b1a26ae Modify the memory manager so it "natively" supports 8-byte alignment, by jseward · 21 years ago
  76. 19ab8b9 whoops by mueller · 21 years ago
  77. 273d1d7 fix up the other places as well by mueller · 21 years ago
  78. 26f3308 Close bug 71906. Set default malloc alignment to 8 rather than 4. by fitzhardinge · 21 years ago
  79. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 21 years ago
  80. bdf83da head --> 2.1.2-CVS so as to distinguish it from everything else :-) by jseward · 21 years ago
  81. e3e7704 Update for 2.1.1. by jseward · 21 years ago
  82. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  83. 4fba82f Partially unbreak 'make distcheck'. by jseward · 21 years ago
  84. b0bde39 Oops, passing wrong thing to st_mkarray by fitzhardinge · 21 years ago
  85. 07713b3 Anonymise path names for libc's built with debg symbols. by thughes · 21 years ago
  86. 88002aa Add an alternate (appropriately filtered) result for some systems. by thughes · 21 years ago
  87. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 21 years ago
  88. 111c607 Fix bug 69856; teach Helgrind about all the new SSE-related UOps. by fitzhardinge · 21 years ago
  89. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 21 years ago
  90. 7194a56 Fix for bug 73892; implement 'S' set/bitstring stabs type. by fitzhardinge · 21 years ago
  91. 716c2c1 Raise RLIMIT_AS to max allowable, so that we can create the large mappings by fitzhardinge · 21 years ago
  92. e5f9d91 Cope with strange templated symbol names containing quoted ':'. by fitzhardinge · 21 years ago
  93. 4b268e2 Remove function which is no longer used following the changes to by thughes · 21 years ago
  94. a66033c Turn off warning with -q. by nethercote · 21 years ago
  95. 79dd3ce Add some alternate regression test results for older libc's. by thughes · 21 years ago
  96. 5298da9 Fix the handling of libc thread specific data so that it doesn't rely on by thughes · 21 years ago
  97. 612e836 Be slightly less verbose at -v. by jseward · 21 years ago
  98. 91e082b Treat INT with an operand other than 0x80 as an undefined instruction. by thughes · 21 years ago
  99. be1c3cf We need to specify some version. by fitzhardinge · 21 years ago
  100. 3e2c6d5 Fix bug 76780 - implement stabs type '@' for pointer to member. by fitzhardinge · 21 years ago