summaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
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