aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)Author
2008-03-14Use TARGET_FMT_lx.edgar_igl
2007-12-12Mark host pages as reserved (Magnus Damm).balrog
2007-11-14fixed target_mmap() if host page size < TARGET_PAGE_SIZEbellard
2007-11-02Fix compiler warnings, by Stefan Weil.ths
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir1
2007-09-30Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths
2007-09-27memset string pages to zero to avoid putting random data on the stackj_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-03Add __mips__to mmap specialcase.ths
2006-10-22ColdFire target.pbrook
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-02-04Make target_mmap always return -1 on failure.pbrook
2005-04-07ia64 host support (David Mosberger)bellard
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard
2003-06-09avoid unaligned file offset in anonymous mappingbellard
2003-06-05alpha fixbellard
2003-05-13fixed small page handlingbellard
2003-05-13mmap emulationbellard