aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)Author
2009-09-25__thread should be before real typeJuan Quintela
2009-09-05Fix Sparse warnings: add "static"Blue Swirl
2009-08-25linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd
2009-06-16export mmap_find_vma for shmatRiku Voipio
2009-02-03Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl
2009-01-28Fix qemu_malloc.malc
2009-01-23linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori
2009-01-05Fix more FSF addressesblueswir1
2008-12-15Fix mremap, based on patch by Kirill A. Shutemovblueswir1
2008-12-11Fix compiling without MREMAP_FIXEDblueswir1
2008-12-08linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel32
2008-12-08linux-user: mmap: add check if requested memory area fits target address spaceaurel32
2008-10-02Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir1
2008-06-09Prevent guest reusing host memory allocations.pbrook
2008-06-07Multithreaded locking fixes.pbrook
2008-06-02Multithreaded locking for mmap().pbrook
2008-05-31Mark host brk() area as reserved.pbrook
2008-04-26Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...balrog
2008-04-24Cope with arch-specific page protection flags in mmap (Richard Purdie).balrog
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