1. 6f95e7e Fix handling of mprotect so as to be more consistent with the handling by sewardj · 15 years ago
  2. 3677531 Update expected output. by sewardj · 15 years ago
  3. fbfa3d0 Analysis/make-it-work for arm-linux. by sewardj · 15 years ago
  4. 7757515 Enable origin tracking through arm VFP registers; was apparently by sewardj · 15 years ago
  5. aec1be3 Handle Iop_SqrtF32. by sewardj · 15 years ago
  6. d7e635f Make sure the Memcheck tests are built on arm-linux using hardware by sewardj · 15 years ago
  7. 9a0c13c Disable this test (effectively) on arm-linux, since that uses by sewardj · 15 years ago
  8. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  9. 06f96d0 Track changes in the names of a few IR primops to do with int<->fp by sewardj · 15 years ago
  10. db5907d Track vex r1930 (Change the IR representation of load linked and store by sewardj · 15 years ago
  11. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  12. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  13. 7481f1d Fixed expected output. by bart · 15 years ago
  14. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  15. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  16. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  17. 663ab79 Fix a .exp file. Avoid an assertion failure with -v. by njn · 15 years ago
  18. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  19. bf9b85c Suppressed compiler warnings reported by gcc 4.4.x on the source code by bart · 15 years ago
  20. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  21. 9a7e19e Darwin .exp fixes following r10783. by njn · 15 years ago
  22. cab64bc Update .exp files for r10783. by njn · 15 years ago
  23. b6267bd Output tweaks: by njn · 15 years ago
  24. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  25. 18afe5d Try to fix error_counts. by njn · 15 years ago
  26. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  27. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  28. c2f8b1b augment a comment by njn · 15 years ago
  29. 09f2e6c wibble by njn · 15 years ago
  30. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  31. b84e0b0 Add an alternative output for Darwin. by njn · 15 years ago
  32. 42e72a9 Update Memcheck expected outputs following r10746 (Darwin variants only). by sewardj · 15 years ago
  33. f20eb9a Update Memcheck expected outputs following r10746 (32-bit variants only). by sewardj · 15 years ago
  34. d9f0b8d Update Memcheck expected outputs following r10746 (64-bit variants only). by sewardj · 15 years ago
  35. 2d9e874 by sewardj · 15 years ago
  36. 7375de3 More docs build tweaks: by njn · 15 years ago
  37. 2f7eebe Various fix-ups for Memcheck's manual chapter. by njn · 15 years ago
  38. c1abdcb Move command-line option details after the description of Memcheck's error by njn · 15 years ago
  39. 059acbf Augment a comment. by njn · 15 years ago
  40. 47ed08c Added documentation for --ignore-ranges. It's not very good, though, if by njn · 15 years ago
  41. 2ecfcec Put Memcheck's command line options in the manual in the same order as its by njn · 15 years ago
  42. a437a60 Various clean-ups, mostly in chapter 3. by njn · 15 years ago
  43. 97db761 Various option-related tweaks: by njn · 15 years ago
  44. 7316df2 Various manual fix-ups: by njn · 15 years ago
  45. f3977a3 Don't wrap the "Command:" line, as doing so makes cutting-and-pasting the by njn · 15 years ago
  46. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  47. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  48. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  49. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  50. cf1b64c Un-break regression test run. by bart · 15 years ago
  51. 1b7b531 Remove non-Linux code from this Linux-only test. by njn · 15 years ago
  52. 5a92b4c Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault by njn · 15 years ago
  53. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  54. b5813e3 Remove the temporary file created during the test before exiting. by bart · 15 years ago
  55. ea7e8b6 Uncomment this; not sure why it was commented out. by njn · 15 years ago
  56. bac8ede Add a note about our suspect handling of brk(). And disable the brk() part by njn · 15 years ago
  57. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  58. 8f105fa Fixed bug 149878 (calloc overflow). This disables some of the calloc silly by njn · 15 years ago
  59. 8057bbc Handle the memory written by aio_read() properly -- mark the memory buffer by njn · 15 years ago
  60. 125f0b5 This should have gone in with r10537. by njn · 15 years ago
  61. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  62. 391a3ae Fix up xml1 on 32-bit machines; merged the 32 and 64-bit outputs by by njn · 15 years ago
  63. a262f62 Improve handling of clone() on x86/Linux. Based on a patch from Jeroen by njn · 15 years ago
  64. 9d6d2a9 Fixed XML syntax. by bart · 15 years ago
  65. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  66. 389f570 Add details about an interior-pointer case that can occur with C++. by njn · 15 years ago
  67. b81078b Add support on Darwin for mount(). Finishes off bug 198624. by njn · 15 years ago
  68. ad3f17a Added support for getfsstat64() on Darwin. This partly fixes bug 198624. by njn · 15 years ago
  69. 3407cc6 Add support on Darwin for fstat_extended() and fstat64_extended(). Partly by njn · 15 years ago
  70. 65e58d5 Handle setpgid(). Partly addresses bug 198624. by njn · 15 years ago
  71. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  72. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  73. ac038d2 Fix a couple of tests that could be built with the wrong options, including by njn · 15 years ago
  74. 626341c Make atomic_incs.c build on Mac. by njn · 15 years ago
  75. afed4c5 Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32,64} and use them by sewardj · 15 years ago
  76. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. by njn · 15 years ago
  77. 5daa2d3 Make --leak-resolution=high the default. Fixes bug 197929. by njn · 15 years ago
  78. 9d1dd90 This file was accidentally empty; fill it with the right output. by njn · 15 years ago
  79. 571dfb0 Make this test work on PowerPC too. by sewardj · 15 years ago
  80. ce8daf2 Un-break PPC build. by bart · 15 years ago
  81. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  82. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  83. af25f67 Applied the patch attached to http://bugs.kde.org/show_bug.cgi?id=165468: fixed some formatting inconsistencies. by bart · 15 years ago
  84. 8b14538 Suppress a leak in setenv(). Fixes bug 188572. by njn · 15 years ago
  85. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  86. 1926053 Suppress a Cond error in pthread_rwlock_init(). Fixes bug 196528. by njn · 15 years ago
  87. 18e2470 Add a comment. by njn · 15 years ago
  88. 7113acb Support and test mincore() on Darwin. by njn · 15 years ago
  89. cc37d2e Abort if a dir is given to --suppressions. Fixes bug 197456. by njn · 15 years ago
  90. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  91. fde4707 Add some cases to darwin/scalar.c, and tweak the macros used a little. by njn · 15 years ago
  92. 631b819 Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271. by njn · 15 years ago
  93. 2c7e5ca Move the Darwin _nocancel tests to a different file so they can be tested by njn · 15 years ago
  94. a8f0629 Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860. by njn · 15 years ago
  95. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  96. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  97. d8c5f12 Update scalar.stderr.exp; this should have gone in with r10288. by njn · 15 years ago
  98. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  99. 8f1da73 Handle shmctl on Darwin. From bug 191271. by njn · 15 years ago
  100. 12b9424 Don't print stack traces by default for unhandled syscalls -- it's not that by njn · 15 years ago