1. 15d7c34 Commit Jeroen Witmond's xml-to-text translator, and use it for the FAQ. by njn · 19 years ago
  2. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  3. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  4. 8aa913d update by njn · 19 years ago
  5. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  6. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  7. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  8. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  9. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  10. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  11. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  12. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  13. 98eee48 Comment-only changes by sewardj · 19 years ago
  14. d502136 Add an explanatory message for when instruction decoding fails. by njn · 19 years ago
  15. db49fe6 Remove redundant function call. by njn · 19 years ago
  16. 9d5564d Fix up vg_preload_core.so vs. vgpreload_core.so confusion introduced by njn · 19 years ago
  17. 0e682c6 Fix subtle bug in ML_(generic_POST_sys_shmdt) caused by new aspacem. by sewardj · 19 years ago
  18. 9273eb9 %u -> %lu by sewardj · 19 years ago
  19. 5e94078 Fix command-line printing. by sewardj · 19 years ago
  20. 1e86656 Make --log-socket= work on amd64-linux. by sewardj · 19 years ago
  21. dd8cff8 Make primes.c a bazillion times faster. by njn · 19 years ago
  22. 278c1fc Restore correct version number following the aspacem merge. by sewardj · 19 years ago
  23. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  24. 0e4096b Handy program for finding prime numbers (small ones!) by sewardj · 19 years ago
  25. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  26. cb249ab Privatise parse_procselfmaps() and move it into aspacemgr.c in order by sewardj · 19 years ago
  27. fd721c2 Rename m_launcher.c to launcher.c to make clear it's not part of the by sewardj · 19 years ago
  28. 6684d2a VG_(am_extend_into_adjacent_reservation_client): Do not allow the by sewardj · 19 years ago
  29. 5f229e2 Get rid of some macros used only by the old aspacemgr, and tidy up by sewardj · 19 years ago
  30. 0d1a896 Clean up the m_debuginfo interface a bit. by sewardj · 19 years ago
  31. a0461a6 Get rid of the "ioctl-mmap" weird-hack flag. by sewardj · 19 years ago
  32. fdf91b4 Small cleanups, mostly of m_main: by sewardj · 19 years ago
  33. 90d3854 Don't reserve space for trampoline page on the stack, since it isn't by sewardj · 19 years ago
  34. 6929333 Remove now-unused "shadow_memory" need. by njn · 19 years ago
  35. 7eefb50 Record an observation about addr_is_in_MAC_Chunk(). by njn · 19 years ago
  36. 3179622 Remove ancient unused test files. by njn · 19 years ago
  37. e68d7c0 Fix up Makefile.core.am which got a little confused during the ASPACEM merging. by njn · 19 years ago
  38. 3bcbd2e Unbreak build on amd64 following aspacem merge. by sewardj · 19 years ago
  39. c0392a8 Disable vgtest_ume, which is broken. by njn · 19 years ago
  40. a23e6c9 Fix scalar and cmdline[12]. by njn · 19 years ago
  41. 45f4e7c by sewardj · 19 years ago
  42. 1df54d2 wibbles by njn · 19 years ago
  43. 9d0fc26 add note by njn · 19 years ago
  44. 3ff8ebc record an email by njn · 19 years ago
  45. b0683bb update by njn · 19 years ago
  46. 37f7fb9 update by njn · 19 years ago
  47. 4981841 Fix broken links in the manual. Bug #113190. by njn · 19 years ago
  48. f592f25 update by njn · 19 years ago
  49. 5eaff2f Fix incorrect computation of miss rates due to Int/Long mixups <sigh>. by njn · 19 years ago
  50. 99cb9e3 actually, they're unsigned by njn · 19 years ago
  51. 71adc36 Print longs as longs. by njn · 19 years ago
  52. f4ef182 fix for #113230 by njn · 19 years ago
  53. b9db554 Make 3.1.0 work with gcc 2.95. by njn · 19 years ago
  54. 17adf1e Make VPATH builds work again. by njn · 19 years ago
  55. db912f5 by njn · 19 years ago
  56. 70e9943 wibble by njn · 19 years ago
  57. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  58. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  59. 924fb01 Add some new bugs to the bug status file. by tom · 19 years ago
  60. 804947e Fix "make distcheck". by njn · 19 years ago
  61. aa02e2b Clarify comment. No functional change. by njn · 19 years ago
  62. 98b1407 Remove unnecessary filter_* files for ppc32. by njn · 19 years ago
  63. d111d10 Don't print the client's argv[i] if it's null, and related changes. by njn · 19 years ago
  64. 10c122e Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it. by njn · 19 years ago
  65. 78090d2 assert ppc guest_state vector regs are 16byte aligned by cerion · 19 years ago
  66. fafaa0d add case Iop_V128to32 to memcheck by cerion · 19 years ago
  67. e127c3e Fix register constraints to this works with both -O and without (David by sewardj · 19 years ago
  68. 3a63e8c Add a test for {l,st}sw{s,i}. At the moment only works when the program is by sewardj · 19 years ago
  69. a08c785 These seem to be needed to make regtesting work. Not sure why -- they are by sewardj · 19 years ago
  70. 31d226a Record recently-arrived bugs. by sewardj · 19 years ago
  71. 4c53099 Unbreak ppc32 build. by sewardj · 19 years ago
  72. a560c5c Unbreak amd64 and ppc32 some more. by njn · 19 years ago
  73. de5c5f5 Fix AMD64 breakage and possibly the PPC32 breakage, too. by njn · 19 years ago
  74. 02279cb update by dirk · 19 years ago
  75. d0cad9e update by dirk · 19 years ago
  76. cd81930 Add a 3.1.0 maybe feature (suppression by line number) by njn · 19 years ago
  77. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  78. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  79. 0c75e65 Update bug status. by tom · 19 years ago
  80. ffbeaa1 Quote some more CC expansions. by tom · 19 years ago
  81. 8cdd185 Add a note about a nice paper describing data races. by njn · 19 years ago
  82. b43178d Update bug status. by tom · 19 years ago
  83. f5499f1 Quote the expansion of CC when invoking make for VEX. Fixes bug #111785. by tom · 19 years ago
  84. ce04949 Moved the 3.0.2+3.1.0 bugs nearer to the top, before the 3.0.1+3.1.0 bugs. by njn · 19 years ago
  85. bef552a Fix suspicious code in the memcheck instrumenter which probably by sewardj · 19 years ago
  86. fa23389 Sync with 3_0_BRANCH. by sewardj · 19 years ago
  87. c6caf25 update by njn · 19 years ago
  88. ef0da67 unbreak ppc32, I hope by njn · 19 years ago
  89. 8561391 Update. by sewardj · 19 years ago
  90. 4b4cb1c Add aesthetically important spacing :-) and record the first vex bug by sewardj · 19 years ago
  91. 7397548 Group Linux-specific syscalls a bit. by njn · 19 years ago
  92. c3bbb1e more by njn · 19 years ago
  93. f5507ad add an item about creating branches when necessary by njn · 19 years ago
  94. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  95. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  96. 32ac364 minor things by njn · 19 years ago
  97. 668b16b by njn · 19 years ago
  98. 820c772 mark 3.0.1RC1 by sewardj · 19 years ago
  99. cd62fe7 Update for 3.0.1. by sewardj · 19 years ago
  100. d74a43c Update (hopefully this is the final change for 3.0.1) by sewardj · 19 years ago