summaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-14Use TARGET_FMT_lx.edgar_igl1-2/+1
2007-12-12Mark host pages as reserved (Magnus Damm).balrog1-1/+1
2007-11-14fixed target_mmap() if host page size < TARGET_PAGE_SIZEbellard1-138/+126
2007-11-02Fix compiler warnings, by Stefan Weil.ths1-21/+23
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-19/+19
2007-09-30Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths1-37/+65
2007-09-27memset string pages to zero to avoid putting random data on the stackj_mayer1-3/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-9/+9
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-24/+24
2007-06-03Add __mips__to mmap specialcase.ths1-3/+3
2006-10-22ColdFire target.pbrook1-1/+1
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-76/+88
2006-02-04Make target_mmap always return -1 on failure.pbrook1-6/+12
2005-04-07ia64 host support (David Mosberger)bellard1-2/+4
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-28/+28
2004-04-26amd64 port (Jocelyn Mayer)bellard1-2/+7
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-1/+1
2003-06-09avoid unaligned file offset in anonymous mappingbellard1-2/+7
2003-06-05alpha fixbellard1-0/+6
2003-05-13fixed small page handlingbellard1-6/+17
2003-05-13mmap emulationbellard1-0/+370