1. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  2. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  3. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  4. 19cd6b5 Reenable SSE2 psadbw test. by sewardj · 19 years ago
  5. 7b1bdd0 Update by sewardj · 19 years ago
  6. 7e92b09 Allow scripts less that a page in length to be executed. by tom · 19 years ago
  7. 343dbe4 Test misc sbb/adc insns. by sewardj · 19 years ago
  8. 050ac28 Test simulation of x86 'fxtract'. by sewardj · 19 years ago
  9. 4e4affd compile fix for an Ubuntu box I just tried by njn · 19 years ago
  10. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  11. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  12. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago
  13. a3153ba Update the depressingly long list of bugs. by sewardj · 19 years ago
  14. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  15. 6d85b04 Document mmap insanity in a comment. by tom · 19 years ago
  16. c5ebb63 Update ignore lists. by tom · 19 years ago
  17. 7e21df8 ML_(generic_PRE_sys_mmap): reject non-page-aligned offsets. by sewardj · 19 years ago
  18. a16ea0a When a sector is full, debug-print TC/TT loading for it, so as to give by sewardj · 19 years ago
  19. ca7a475 Placate gcc. by sewardj · 19 years ago
  20. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  21. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  22. 54cd560 whoops by njn · 19 years ago
  23. 03e3ee3 add missing file by njn · 19 years ago
  24. e226b38 Placate memcheck/tests/x86/scalar, which objected to the rewrite of by sewardj · 19 years ago
  25. 15d7c34 Commit Jeroen Witmond's xml-to-text translator, and use it for the FAQ. by njn · 19 years ago
  26. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  27. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  28. 8aa913d update by njn · 19 years ago
  29. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  30. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  31. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  32. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  33. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  34. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  35. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  36. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  37. 98eee48 Comment-only changes by sewardj · 19 years ago
  38. d502136 Add an explanatory message for when instruction decoding fails. by njn · 19 years ago
  39. db49fe6 Remove redundant function call. by njn · 19 years ago
  40. 9d5564d Fix up vg_preload_core.so vs. vgpreload_core.so confusion introduced by njn · 19 years ago
  41. 0e682c6 Fix subtle bug in ML_(generic_POST_sys_shmdt) caused by new aspacem. by sewardj · 19 years ago
  42. 9273eb9 %u -> %lu by sewardj · 19 years ago
  43. 5e94078 Fix command-line printing. by sewardj · 19 years ago
  44. 1e86656 Make --log-socket= work on amd64-linux. by sewardj · 19 years ago
  45. dd8cff8 Make primes.c a bazillion times faster. by njn · 19 years ago
  46. 278c1fc Restore correct version number following the aspacem merge. by sewardj · 19 years ago
  47. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  48. 0e4096b Handy program for finding prime numbers (small ones!) by sewardj · 19 years ago
  49. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  50. cb249ab Privatise parse_procselfmaps() and move it into aspacemgr.c in order by sewardj · 19 years ago
  51. fd721c2 Rename m_launcher.c to launcher.c to make clear it's not part of the by sewardj · 19 years ago
  52. 6684d2a VG_(am_extend_into_adjacent_reservation_client): Do not allow the by sewardj · 19 years ago
  53. 5f229e2 Get rid of some macros used only by the old aspacemgr, and tidy up by sewardj · 19 years ago
  54. 0d1a896 Clean up the m_debuginfo interface a bit. by sewardj · 19 years ago
  55. a0461a6 Get rid of the "ioctl-mmap" weird-hack flag. by sewardj · 19 years ago
  56. fdf91b4 Small cleanups, mostly of m_main: by sewardj · 19 years ago
  57. 90d3854 Don't reserve space for trampoline page on the stack, since it isn't by sewardj · 19 years ago
  58. 6929333 Remove now-unused "shadow_memory" need. by njn · 19 years ago
  59. 7eefb50 Record an observation about addr_is_in_MAC_Chunk(). by njn · 19 years ago
  60. 3179622 Remove ancient unused test files. by njn · 19 years ago
  61. e68d7c0 Fix up Makefile.core.am which got a little confused during the ASPACEM merging. by njn · 19 years ago
  62. 3bcbd2e Unbreak build on amd64 following aspacem merge. by sewardj · 19 years ago
  63. c0392a8 Disable vgtest_ume, which is broken. by njn · 19 years ago
  64. a23e6c9 Fix scalar and cmdline[12]. by njn · 19 years ago
  65. 45f4e7c by sewardj · 19 years ago
  66. 1df54d2 wibbles by njn · 19 years ago
  67. 9d0fc26 add note by njn · 19 years ago
  68. 3ff8ebc record an email by njn · 19 years ago
  69. b0683bb update by njn · 19 years ago
  70. 37f7fb9 update by njn · 19 years ago
  71. 4981841 Fix broken links in the manual. Bug #113190. by njn · 19 years ago
  72. f592f25 update by njn · 19 years ago
  73. 5eaff2f Fix incorrect computation of miss rates due to Int/Long mixups <sigh>. by njn · 19 years ago
  74. 99cb9e3 actually, they're unsigned by njn · 19 years ago
  75. 71adc36 Print longs as longs. by njn · 19 years ago
  76. f4ef182 fix for #113230 by njn · 19 years ago
  77. b9db554 Make 3.1.0 work with gcc 2.95. by njn · 19 years ago
  78. 17adf1e Make VPATH builds work again. by njn · 19 years ago
  79. db912f5 by njn · 19 years ago
  80. 70e9943 wibble by njn · 19 years ago
  81. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  82. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  83. 924fb01 Add some new bugs to the bug status file. by tom · 19 years ago
  84. 804947e Fix "make distcheck". by njn · 19 years ago
  85. aa02e2b Clarify comment. No functional change. by njn · 19 years ago
  86. 98b1407 Remove unnecessary filter_* files for ppc32. by njn · 19 years ago
  87. d111d10 Don't print the client's argv[i] if it's null, and related changes. by njn · 19 years ago
  88. 10c122e Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it. by njn · 19 years ago
  89. 78090d2 assert ppc guest_state vector regs are 16byte aligned by cerion · 19 years ago
  90. fafaa0d add case Iop_V128to32 to memcheck by cerion · 19 years ago
  91. e127c3e Fix register constraints to this works with both -O and without (David by sewardj · 19 years ago
  92. 3a63e8c Add a test for {l,st}sw{s,i}. At the moment only works when the program is by sewardj · 19 years ago
  93. a08c785 These seem to be needed to make regtesting work. Not sure why -- they are by sewardj · 19 years ago
  94. 31d226a Record recently-arrived bugs. by sewardj · 19 years ago
  95. 4c53099 Unbreak ppc32 build. by sewardj · 19 years ago
  96. a560c5c Unbreak amd64 and ppc32 some more. by njn · 19 years ago
  97. de5c5f5 Fix AMD64 breakage and possibly the PPC32 breakage, too. by njn · 19 years ago
  98. 02279cb update by dirk · 19 years ago
  99. d0cad9e update by dirk · 19 years ago
  100. cd81930 Add a 3.1.0 maybe feature (suppression by line number) by njn · 19 years ago