1. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 17 years ago
  2. d597536 Multithreaded locking fixes. by pbrook · 17 years ago
  3. c8a706f Multithreaded locking for mmap(). by pbrook · 17 years ago
  4. 0776590 Mark host brk() area as reserved. by pbrook · 17 years ago
  5. 7ab240a Teach mmap to not overwrite reserved pages and fix brk return value (Richard Purdie). by balrog · 17 years ago
  6. 171cd1c Cope with arch-specific page protection flags in mmap (Richard Purdie). by balrog · 17 years ago
  7. 2e0ded9 Use TARGET_FMT_lx. by edgar_igl · 17 years ago
  8. 50a9569 Mark host pages as reserved (Magnus Damm). by balrog · 17 years ago
  9. a03e2d4 fixed target_mmap() if host page size < TARGET_PAGE_SIZE by bellard · 17 years ago
  10. 80210bc Fix compiler warnings, by Stefan Weil. by ths · 17 years ago
  11. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  12. a5b85f7 Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias. by ths · 17 years ago
  13. 4118a97 memset string pages to zero to avoid putting random data on the stack by j_mayer · 17 years ago
  14. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  15. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  16. 6b078df Add __mips__to mmap specialcase. by ths · 18 years ago
  17. e6e5906 ColdFire target. by pbrook · 18 years ago
  18. 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
  19. e89f07d Make target_mmap always return -1 on failure. by pbrook · 19 years ago
  20. b8076a7 ia64 host support (David Mosberger) by bellard · 20 years ago
  21. 83fb7ad Darwin patch (initial patch by Pierre d'Herbemont) by bellard · 21 years ago
  22. 4f2ac23 amd64 port (Jocelyn Mayer) by bellard · 21 years ago
  23. bc51c5c initial x86-64 host support (Gwenole Beauchesne) by bellard · 21 years ago
  24. 4a585cc avoid unaligned file offset in anonymous mapping by bellard · 22 years ago
  25. 917f95f alpha fix by bellard · 22 years ago
  26. d418c81 fixed small page handling by bellard · 22 years ago
  27. 5493600 mmap emulation by bellard · 22 years ago