1. 357cb16 Add a couple of suppressions relating to unwinding the stack following by sewardj · 16 years ago
  2. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
  3. a284eb7 Fix format string warning in PRE(sys_eventfd2). by sewardj · 16 years ago
  4. d7a02db by sewardj · 16 years ago
  5. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  6. bd43a86 Added suppression pattern for random_r(), which is a.o. called by rand(). by bart · 16 years ago
  7. 8a36076 Fix bug introduced by frame-level wildcarding changes for suppressions by sewardj · 16 years ago
  8. 1ba0e9b Don't segfault the guest during a call MPI_Init(NULL,NULL), since by sewardj · 16 years ago
  9. a781be6 event_map_lookup: when looking for a previous access to an address, by sewardj · 16 years ago
  10. 8f5374e Tidy up and comment sanity-checking code/configuration. by sewardj · 16 years ago
  11. c5ea996 by sewardj · 16 years ago
  12. f35dbb8 by sewardj · 16 years ago
  13. bc307e5 Use the new SparseWA data type, rather than WordFM, to implement the by sewardj · 16 years ago
  14. 78b7ecf Add a new container data type, a Sparse Word Array: an array of UWord by sewardj · 16 years ago
  15. c0b2039 Followup to vx1875: use .guest_amd64_assume_fs_is_zero == True on amd64-linux. by sewardj · 16 years ago
  16. f093c8c Assert that the guest state size is a multiple of 16, not 8. by sewardj · 16 years ago
  17. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
  18. c98279e Simplified test program. by bart · 16 years ago
  19. 4281619 update bug status by dirk · 16 years ago
  20. 2d5d529 Reran SPLASH2 benchmark and updated results. by bart · 16 years ago
  21. a656f3d ignore .valgrindrc files that are world writeable by dirk · 16 years ago
  22. a5bf231 Updated notes section. by bart · 16 years ago
  23. 23d4469 Helgrind's event-map garbage collector hammers VG_(OSetGen_Next). by sewardj · 16 years ago
  24. 8fd92d3 event_map_maybe_GC: use a flat array when computing the distribution by sewardj · 16 years ago
  25. 3b0c4d7 Re-set constraints in 'consistent' style after a race is detected, by sewardj · 16 years ago
  26. da1dd99 add glibc 2.9 support to changelog by dirk · 16 years ago
  27. d2e31eb glibc 2.9 support by dirk · 16 years ago
  28. de57c49 Added prereq clause. by bart · 16 years ago
  29. b0e009d Don't put raced-on locations in an (E)rror state; instead leave them by sewardj · 16 years ago
  30. b80f0c9 Fix comment typo. by sewardj · 16 years ago
  31. 1c466b7 Add informal correctness argument for the logic in by sewardj · 16 years ago
  32. 0f7a029 Add some suppressions for Qt4-related code. by sewardj · 16 years ago
  33. 38e0cf9 by sewardj · 16 years ago
  34. 9b1f0fd event_map_maybe_GC: handle corner case that was previously simply by sewardj · 16 years ago
  35. b3fc062 A couple of 'make dist' fixes. by sewardj · 16 years ago
  36. 00408ca More DRD suppression pattern simplifications. by bart · 16 years ago
  37. a39b9a0 Simplified DRD suppression patterns. by bart · 16 years ago
  38. c4a9e0f Added bar_bad and bar_trivial to the regression tests. by bart · 16 years ago
  39. 809427d Updated expected output after spelling fix in drd_barrier.c. by bart · 16 years ago
  40. c41688d Renamed boost_threads* into boost_thread*. by bart · 16 years ago
  41. fcff0b9 Print an error message instead of asserting when the count argument of pthread_barrier_init() is zero. Fixed a spelling error in an error message. by bart · 16 years ago
  42. b9a313e Added yet another DRD suppression pattern. by bart · 16 years ago
  43. c95c210 Expand filename for coredumps correctly. Fixes #174908. Also take by sewardj · 16 years ago
  44. 5eed741 Add a comment re VG_(expand_file_name). by sewardj · 16 years ago
  45. f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
  46. a6c8223 Make these compile on older systems. by sewardj · 16 years ago
  47. 94d7059 Make test 'tc21_pthonce' less scheduling-sensitive. by sewardj · 16 years ago
  48. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  49. b9622d5 Add some regression tests for pthread_barrier handling. by sewardj · 16 years ago
  50. 553655c Add a couple more tests for API errors in evh__HG_PTHREAD_BARRIER_DESTROY_PRE. by sewardj · 16 years ago
  51. 9f569b7 Add initial support for POSIX barriers (pthread_barrier_{init,wait,destroy}). by sewardj · 16 years ago
  52. 0b5f9fc Add performance comments to VG_(sizeFM), and add new method by sewardj · 16 years ago
  53. 50a99de Fix debug printing of fd in mmap system calls. by sewardj · 16 years ago
  54. 61e34a1 Added regression test for Boost.Threads. by bart · 16 years ago
  55. a9e7c7c Added configure test for Boost.Threads. by bart · 16 years ago
  56. 3a48d6c Update this test a bit. It's basically flawed though. by sewardj · 16 years ago
  57. 42f17ea Handle EvM GC messaging properly. by sewardj · 16 years ago
  58. 1cbc12f Make sure laog__handle_one_lock_deletion actually gets called as a by sewardj · 16 years ago
  59. 676fe78 Adjust sed scripts used to generate the linker scripts on Linux, so as by sewardj · 16 years ago
  60. a1bf24f Use a couple of reader-writer-lock tests from drd. by sewardj · 16 years ago
  61. b4d8713 Update expected outputs following a (trivial) change in the source of by sewardj · 16 years ago
  62. 5ff16a6 Add a new expected output that applies to glibc-2.7 and later. by sewardj · 16 years ago
  63. b83162d Add a new expected output that applies to glibc-2.7 and later. by sewardj · 16 years ago
  64. ab19515 More updates to expected outputs. This currently gives Helgrind zero by sewardj · 16 years ago
  65. 7e18ab1 Update expected output. by sewardj · 16 years ago
  66. 3fcd85f Move the conflicting accesses in each thread earlier, so that pure h-b by sewardj · 16 years ago
  67. d024ae5 Update baseline expected outputs, now that Helgrind uses a different by sewardj · 16 years ago
  68. d52392d A bit of tidying up: by sewardj · 16 years ago
  69. 641a13c Update. by sewardj · 16 years ago
  70. 5a5eec0 When trying to establish whether or not debuginfo should be read from by sewardj · 16 years ago
  71. 3fc4c8a Update expected output, with a line number that's actually correct. by sewardj · 16 years ago
  72. 1c5845d Add a second expected output. It appears that a recent glibcs print by sewardj · 16 years ago
  73. f5049f7 Attempt to reduce output variance by ensuring mainSort() is never inlined. by sewardj · 16 years ago
  74. 9ec6af6 Use a "sided" comparison rather than a "point" comparison, so as to by sewardj · 16 years ago
  75. 131defc Update expected output now that Memcheck's realloc implementation always by sewardj · 16 years ago
  76. 8fff3ec Sigh: /bin/sh on Ubuntu is not bash, it is dash (what a nuisance) and by sewardj · 16 years ago
  77. 6967b5f Add a new expected output for this test. Really it's a bad test, by sewardj · 16 years ago
  78. 6f089c7 Update expected output. by sewardj · 16 years ago
  79. 5e3e56b Run this test -q, so as to remove the variance in outputs exhibited as by sewardj · 16 years ago
  80. 764b604 Mark allocation operators as no-inline so as to make the test more by sewardj · 16 years ago
  81. 6d65277 Support sys_stime on x86-linux. Fixes #159285. by sewardj · 16 years ago
  82. 557c850 Fix integer-pointer comparisons in new spu_ wrappers. by sewardj · 16 years ago
  83. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
  84. 2343eac Update. by sewardj · 16 years ago
  85. 79df8ee Try to compute a correct VG base directory, regardless of how/where by sewardj · 16 years ago
  86. ec3869f Support sys_spu_run and sys_spu_create on ppc32-linux. Patch by by sewardj · 16 years ago
  87. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  88. 5b16147 Make sure that $d is always an absolute path, even if vg-in-place has been started without specifying a path. Furthermore, vg-in-place now also works when started from a path containing spaces. by bart · 16 years ago
  89. f98c5e1 Updated ignore lists. by bart · 16 years ago
  90. 9a0132d by sewardj · 16 years ago
  91. 6629325 Update documentation on suppressions following addition of frame-level by sewardj · 16 years ago
  92. 5e51930 Improvements to the suppression mechanism: by sewardj · 16 years ago
  93. c9ebb4a Add summaries for more than 60 bugs logged in bugzilla since 3.3.1 was by sewardj · 16 years ago
  94. bbaef87 Fixes for compilation warnings from the apparently very strict by sewardj · 16 years ago
  95. 618658d Get rid of longstanding and now pointless restriction that disallowed by sewardj · 16 years ago
  96. 18dbd9a Add notes on how to build/run KDE 4.2. by sewardj · 16 years ago
  97. a488513 Enable sys_quotactl on amd64-linux. Possible fixes #173177. by sewardj · 16 years ago
  98. 8c93fcc Origin tracking: handle 16-bit excess in guest state reads/writes. by sewardj · 16 years ago
  99. f4f5cd2 Add a test case for #156404 (main thread stack not getting extended by sewardj · 16 years ago
  100. 85a38bc A clarification. by njn · 16 years ago