1. 8d168de Update. by sewardj · 18 years ago
  2. ae0e07b Expand the first para of the custom-allocator section so it says what by sewardj · 18 years ago
  3. af92f45 Regression tests for Graydon Hoare's enhanced mempool stuff, from by sewardj · 18 years ago
  4. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  5. ce10c26 Excellent documentation from Graydon Hoare on his mempool client-request work. by sewardj · 18 years ago
  6. e1282d0 Update. by sewardj · 18 years ago
  7. 90da11b A a test for the 'mcrfs' insn. by sewardj · 18 years ago
  8. 1a0aae7 Update bug list. by tom · 18 years ago
  9. a346c26 Use stat64 instead of stat when it is available. Fixes bug #134727. by tom · 18 years ago
  10. ba7b458 Add a comment about marking static memory as defined. by njn · 18 years ago
  11. 4ce5e79 Callgrind: fix interactive control after fork() by weidendo · 18 years ago
  12. 5dfa25e Update. by sewardj · 18 years ago
  13. 96c4917 Update following 3.2.1 release. by sewardj · 18 years ago
  14. c507d9a Update. This records the state of the system at the point that 3.2.1 by sewardj · 18 years ago
  15. 172bce8 Add 3.2.1 release notes. by sewardj · 18 years ago
  16. 2e85fd4 Merge (from stable) r6066 (Yet another X padding suppression) by sewardj · 18 years ago
  17. caab062 Update on bugstatus by weidendo · 18 years ago
  18. 24ef345 callgrind_annotate: fix warnings with "--collect-jumps=yes" by weidendo · 18 years ago
  19. 8131f14 Update. by sewardj · 18 years ago
  20. 1809cea Don't hardwire the docbook version. by sewardj · 18 years ago
  21. ecafad9 Callgrind: Extend test for client requests by weidendo · 18 years ago
  22. 90741fb Callgrind: fix segfault when dumping after toggling instrumentation mode by weidendo · 18 years ago
  23. 054abba Update. by sewardj · 18 years ago
  24. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  25. 7fd62e9 Add a regtest for #133694 (munmapping of segments below by sewardj · 18 years ago
  26. 7cc2040 When unmapping segments from below aspacem_minAddr, convert them back by sewardj · 18 years ago
  27. 68245ce Regtest for #133678 (amd64 pextrw with 64-bit dst register) by sewardj · 18 years ago
  28. cbc4bdf Add regtest for #132918 (amd64 fprem). by sewardj · 18 years ago
  29. f3e0b49 Callgrind: Fix failed assertion at toggling instrumentation mode by weidendo · 18 years ago
  30. 7b43dde Callgrind: Fix annotate script for data produced with --dump-instr=yes by weidendo · 18 years ago
  31. 9e2b7b8 callgrind: Fix warning about malformed creator line in annotate script by weidendo · 18 years ago
  32. 224f1f1 Update. by sewardj · 18 years ago
  33. 2e54028 Slacken assertion slightly, and add comments. Fixes #133051 by sewardj · 18 years ago
  34. 494b3d8 Update. by sewardj · 18 years ago
  35. 315dc8d Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722). by sewardj · 18 years ago
  36. 969d89c 64-bit regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  37. 56a6f41 Regtest for #132813 (Assertion at priv/guest-x86/toIR.c:652 fails) by sewardj · 18 years ago
  38. 4db46d4 Update after merging loads of fixes into the 3_2_BRANCH. by sewardj · 18 years ago
  39. 3d787de Increase number of segnames available (Stu Robinson). by sewardj · 18 years ago
  40. 42e9bd0 Add missing #include. by sewardj · 18 years ago
  41. 044f138 Suppressions for various structure padding things on amd64 SuSE 10.1. by sewardj · 18 years ago
  42. cd8c95a SuSE 10.1 (ppc32/64) fixlet. by sewardj · 18 years ago
  43. ec4e607 Hand assemble cmpxchg16b as old assemblers don't understand it. by tom · 18 years ago
  44. d78c9fc Update. by sewardj · 18 years ago
  45. 409e73f Regtest for #127521 (amd64 cmpxchg8b/16b). by sewardj · 18 years ago
  46. 8aeeaa9 A small fix to the "mempool trim" client request; the previous version by sewardj · 18 years ago
  47. 35c1c7c Regression test for fix for #129866. by sewardj · 18 years ago
  48. ee2de2c Extra paranoia that should really have been committed in r6003. by sewardj · 18 years ago
  49. 63a622f When handling mremap, disallow an expanding in-place remap if it would by sewardj · 18 years ago
  50. c73fe10 Regtest for bug fixed by r6001. by sewardj · 18 years ago
  51. 613a9f2 When a segment becomes free, and it is above aspacem_maxAddr, mark it by sewardj · 18 years ago
  52. ef68c5b Regression test for #132146. by sewardj · 18 years ago
  53. 88d3ba8 Don't print more lines of a stack-trace than were obtained. Thanks to Bart by njn · 18 years ago
  54. 6692608 Update by sewardj · 18 years ago
  55. c49ae75 Regression tests for SSE3 support. by sewardj · 18 years ago
  56. d874687 Update expected output following Graydon H's leak checker fixes. by sewardj · 18 years ago
  57. fcf126f Print the same text as micro_ops_warn on x86; doing otherwise defeats the by sewardj · 18 years ago
  58. 5bee4f8 Followup to r5991: when leak checking, treat zero-sized blocks as if by sewardj · 18 years ago
  59. eb5ecdb Update. by sewardj · 18 years ago
  60. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  61. 3cf26a5 Leak checking fixes from Graydon Hoare: by sewardj · 18 years ago
  62. de3ad73 When doing leak checks, don't poke around in device segments as this by sewardj · 18 years ago
  63. 3d45fac Enable syslog/sysinfo (Andy Doan). Fixes #130638. by sewardj · 18 years ago
  64. 5b91c40 More ppc32/64-linux syscall wrappers, from Jakub Jelinek. Fixes #129246. by sewardj · 18 years ago
  65. 1d47aef Re-enable regression tests for AMD64 SSE2 'psadbw'. by sewardj · 18 years ago
  66. 27b03a6 Allow even more segments. by sewardj · 18 years ago
  67. b2b8c7e Update. by sewardj · 18 years ago
  68. df2b4f8 update by njn · 18 years ago
  69. ceb0266 Trivial implementation for malloc_trim, thanks to Eero Tamminen. by njn · 18 years ago
  70. 452fba8 A patch for the "Open POSIX Test Suite" by sewardj · 18 years ago
  71. f94bf6c match_script: redo somewhat dubious (although not obviously wrong) logic. by sewardj · 18 years ago
  72. 58956b7 Update bug status. by tom · 18 years ago
  73. 574b893 Use fstat64 to work out the size of a file if it is available as it by tom · 18 years ago
  74. c0c6703 Make 'c'/'C' work again with --gen-suppressions=yes. I wonder how by sewardj · 18 years ago
  75. 9b409f5 handy script to decode ppc instructions by cerion · 18 years ago
  76. ad61c93 Update the Sin-Bin. by sewardj · 18 years ago
  77. 5b64de8 Document bug fix. by tom · 18 years ago
  78. 02f7533 Fix boundary case when trying to use brk() to expand right up to the by tom · 18 years ago
  79. 3f5f556 Fix copy-n-paste error to do with ppc64-linux stack redzone handling by sewardj · 18 years ago
  80. a710d49 Correction: Callgrind got rid of the wrapper script with the merge into Valgrind by weidendo · 18 years ago
  81. 366444b Update bug status. by tom · 18 years ago
  82. 053eb04 Implement some more terminal ioctls. Fixes bug #124039. by tom · 18 years ago
  83. c6af653 Update 3.1 bug status and start a 3.2 bug status file. by tom · 18 years ago
  84. f26b6bf Validate futex system call arguments more carefully. Fixes bug #117172. by tom · 18 years ago
  85. 4c91c8c Fix display of buffer address in sendto system call arguments. by tom · 18 years ago
  86. d639839 Try and automatically detect pure 64 bit systems with no 32 bit support. by tom · 18 years ago
  87. a1f2a10 Update bug status. by tom · 18 years ago
  88. 484afbe Bump the version. by sewardj · 18 years ago
  89. 3ecf8f2 Finalise 3.2.0. by sewardj · 18 years ago
  90. ef8cb84 Install header in the right place. (From Josef W). by sewardj · 18 years ago
  91. 4505790 More copyright updates. by sewardj · 18 years ago
  92. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  93. 7a2505d Restrict to *.[chS]; otherwise it ends up losing permissions on by sewardj · 18 years ago
  94. 6f58249 wibbles by njn · 18 years ago
  95. 5359b6f Add documentation on how to run the performance suite. by njn · 18 years ago
  96. 33dbfce Clarify usage instructions for --trace-flags. by njn · 18 years ago
  97. 479db77 Add a helpful comment. by njn · 18 years ago
  98. bb37265 Added a useful script. by njn · 18 years ago
  99. f7e82ae Third time lucky? by sewardj · 18 years ago
  100. abb5eef Back to the past: another Red Hat 7.3 suppression. by sewardj · 18 years ago