1. d27c7f5 Implement tcdrain in the pthread library. The fact that this function by thughes · 20 years ago
  2. 989df35 Fix typo in FPU eflags fix. by thughes · 20 years ago
  3. d88f415 For FPU/MMX/SSE instructions which don't reference any memory, make memcheck by thughes · 20 years ago
  4. 86da252 Added more floating point instruction tests. by thughes · 20 years ago
  5. 6c41ee1 Fix typo that broke tests which compared the contents of eflags. by thughes · 20 years ago
  6. 17fe140 Ignore generated files from insn_fpu test. by thughes · 20 years ago
  7. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 20 years ago
  8. 1052ce0 Fixed decoding of x87 instructions to handle those taking 16 bit by thughes · 20 years ago
  9. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  10. 149f699 Added some extra .cvsignore entries. by thughes · 20 years ago
  11. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  12. a5a25a8 Strip _nocancel from glibc stack traces so that __open_nocancel etc by thughes · 20 years ago
  13. 266c616 Redirect _dl_sysinfo_int80, which is glibc's default system call by thughes · 20 years ago
  14. 59cfddc Add susphello test, which has turned up a number of interesting bugs by fitzhardinge · 20 years ago
  15. f786618 When creating new threads, initially block all signals. It's up to the by fitzhardinge · 20 years ago
  16. 2842859 Init the per-thread sigaltstacks properly. New threads should always by fitzhardinge · 20 years ago
  17. 29b0261 Remove Massif's version number now that it's part of the main distro. by nethercote · 20 years ago
  18. e712c42 Ignore valgrind core files. by thughes · 20 years ago
  19. a7f0da5 Added badseg to the list of things to ignore. by thughes · 20 years ago
  20. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 20 years ago
  21. a41a266 Fixed compiler warning. by thughes · 20 years ago
  22. 047e49d Added the new badseg test to the list of things to build. by thughes · 20 years ago
  23. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 20 years ago
  24. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 20 years ago
  25. 7d71b43 Print a backtrace for core-dumping signals, even if we're not actually by fitzhardinge · 20 years ago
  26. 4a4d108 Ooops. Fix overly-hasty commit. by fitzhardinge · 20 years ago
  27. 61a5341 Be a bit clearer about core-dumping messages (don't say we are if we're not) by fitzhardinge · 20 years ago
  28. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  29. 2ed1e7a Don't bother setting the EI_OSABI entry in the core elf header, since by fitzhardinge · 20 years ago
  30. a02aee1 Fix compiler warnings. by thughes · 20 years ago
  31. b1a26ae Modify the memory manager so it "natively" supports 8-byte alignment, by jseward · 20 years ago
  32. 19ab8b9 whoops by mueller · 20 years ago
  33. 273d1d7 fix up the other places as well by mueller · 20 years ago
  34. 26f3308 Close bug 71906. Set default malloc alignment to 8 rather than 4. by fitzhardinge · 20 years ago
  35. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 20 years ago
  36. bdf83da head --> 2.1.2-CVS so as to distinguish it from everything else :-) by jseward · 20 years ago
  37. e3e7704 Update for 2.1.1. by jseward · 20 years ago
  38. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 20 years ago
  39. 4fba82f Partially unbreak 'make distcheck'. by jseward · 20 years ago
  40. b0bde39 Oops, passing wrong thing to st_mkarray by fitzhardinge · 20 years ago
  41. 07713b3 Anonymise path names for libc's built with debg symbols. by thughes · 20 years ago
  42. 88002aa Add an alternate (appropriately filtered) result for some systems. by thughes · 20 years ago
  43. 3120de0 Fix expected standard error output for mmxext tests to resolve by thughes · 20 years ago
  44. 111c607 Fix bug 69856; teach Helgrind about all the new SSE-related UOps. by fitzhardinge · 20 years ago
  45. c18e9bb Use Tom's instruction set tests on all tools which do instrumentation, so by fitzhardinge · 20 years ago
  46. 7194a56 Fix for bug 73892; implement 'S' set/bitstring stabs type. by fitzhardinge · 20 years ago
  47. 716c2c1 Raise RLIMIT_AS to max allowable, so that we can create the large mappings by fitzhardinge · 20 years ago
  48. e5f9d91 Cope with strange templated symbol names containing quoted ':'. by fitzhardinge · 20 years ago
  49. 4b268e2 Remove function which is no longer used following the changes to by thughes · 20 years ago
  50. a66033c Turn off warning with -q. by nethercote · 20 years ago
  51. 79dd3ce Add some alternate regression test results for older libc's. by thughes · 20 years ago
  52. 5298da9 Fix the handling of libc thread specific data so that it doesn't rely on by thughes · 20 years ago
  53. 612e836 Be slightly less verbose at -v. by jseward · 20 years ago
  54. 91e082b Treat INT with an operand other than 0x80 as an undefined instruction. by thughes · 20 years ago
  55. be1c3cf We need to specify some version. by fitzhardinge · 20 years ago
  56. 3e2c6d5 Fix bug 76780 - implement stabs type '@' for pointer to member. by fitzhardinge · 20 years ago
  57. 0ee72ef Add support for 16 bit pushes and pops of segment registers to fix bug #76762. by thughes · 20 years ago
  58. 51f3ff1 List memalign as an allocator. by fitzhardinge · 20 years ago
  59. abcf612 Remove comma from last element of enum; C++ apparently doesn't allow it. by nethercote · 20 years ago
  60. ffb2e3b Don't intercept mmap yet, until everything else is in place to deal with it. by fitzhardinge · 20 years ago
  61. abab839 Fix assertion failure when using VG_(system) near program termination. by fitzhardinge · 20 years ago
  62. ab42219 Make vg_regtest return 1 if any tests fail. Useful for scripts that call it. by nethercote · 20 years ago
  63. c5ccf2f remove arch subdir for 2.1.1 release by mueller · 20 years ago
  64. 31212bc Patch from Bartosz Taudul: latest GCC requires regparm(n) attributes on both by nethercote · 20 years ago
  65. f3feaaf Added some extra suppressions for glibc 2.2.5 on RedHat 7.3 systems. by thughes · 20 years ago
  66. dd468ff Modified the basic standard error filter to strip out line info out of by thughes · 20 years ago
  67. 5518387 Add an extra suppression for glibc 2.3.2 on RedHat 8.0 systems. by thughes · 20 years ago
  68. c70f5aa Changed the fdleak tests to explicitly attach /dev/null as the standard by thughes · 20 years ago
  69. 4592db6 Allow multiple .exp files, eg. foo.stderr.exp, foo.stderr.exp2; test will pass by nethercote · 20 years ago
  70. dffad08 Adjust vg_pthread_cond_t so it works with an older glibc. by nethercote · 20 years ago
  71. 1c2d065 adding suppressions for Redhat 7.2, patch by Tom Hughes by mueller · 20 years ago
  72. 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 20 years ago
  73. 47a8996 Move the '-lm' link flag to the end of the command line, so it works for by nethercote · 20 years ago
  74. e2cac93 Add the nightly build scripts. by jseward · 20 years ago
  75. d25e8a2 Fix shmdt by using the right argument for the shared segment address. by fitzhardinge · 20 years ago
  76. 493dd18 Check new fds are not within Valgrind's reserved range. Still one case for by nethercote · 20 years ago
  77. d8685b8 This fixes bug 75614. It seems that a symbol can be named by fitzhardinge · 20 years ago
  78. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 20 years ago
  79. 48977c3 Fix 'make dist'. by nethercote · 20 years ago
  80. 5b6e3af patch by Tom Hughes to make it work with gcc 2.96 by mueller · 20 years ago
  81. d6e54c8 Fix var names in prototypes. by nethercote · 20 years ago
  82. 7afcec1 Added various functions that make instrumentation easier, particularly by nethercote · 20 years ago
  83. 27645c7 Changed bug_reports_to. by nethercote · 20 years ago
  84. 74729ef Update and add various .cvsignore files. by nethercote · 20 years ago
  85. 671398c Three CDROM ioctls, from Rocky Bernstein. by nethercote · 20 years ago
  86. 6ed8509 Remove system-dependent output from test. by nethercote · 20 years ago
  87. bd12691 Patch from Tom Hughes: by nethercote · 20 years ago
  88. fa383eb sigh by mueller · 20 years ago
  89. 0e9f133 get rid of the thread local storage tests until somebody by mueller · 20 years ago
  90. b9b8305 Add a pair of missing {pre,post}_mem_write events. by nethercote · 20 years ago
  91. a3d718e Fix so that new versions of system (using clone()) work. by nethercote · 20 years ago
  92. 009259b whoops by nethercote · 20 years ago
  93. 5912c81 Added copyright notice to all hp2ps source files. by nethercote · 20 years ago
  94. 535f03b This patch fixes getrlimit(RLIMIT_FILENO) to return VG_(max_fd) as the soft by nethercote · 20 years ago
  95. a4c33c6 fix code typo by nethercote · 20 years ago
  96. 5a98408 Remove compile warnings. by nethercote · 20 years ago
  97. 909f28a Whoops, meant to add with Massif. by nethercote · 20 years ago
  98. fc87c16 Whoops, meant to add this with the rest of Massif. by nethercote · 20 years ago
  99. c9f3692 Adding Massif, the heap profiler. by nethercote · 20 years ago
  100. a81e916 Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check by nethercote · 20 years ago