aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell1-0/+4
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur1-1/+3
2010-09-18linux-user: fix types in a comparisonBlue Swirl1-1/+1
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno1-7/+7
2010-05-29Pre-allocate guest address spacePaul Brook1-6/+114
2010-05-28linux-user: Use qemu-malloc.c.Richard Henderson1-52/+0
2010-05-05Remove PAGE_RESERVEDPaul Brook1-19/+0
2010-03-12Fix usermode virtual address typePaul Brook1-1/+1
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson1-24/+78
2010-03-12linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson1-5/+4
2010-01-26mmap_frag() users only check for -1 errorJuan Quintela1-1/+1
2010-01-26linux-user/mmap.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-2/+4
2009-09-25__thread should be before real typeJuan Quintela1-1/+1
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-08-25linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov1-36/+43
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-1/+1
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-7/+9
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd1-1/+1
2009-06-16export mmap_find_vma for shmatRiku Voipio1-1/+1
2009-02-03Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl1-2/+37
2009-01-28Fix qemu_malloc.malc1-0/+2
2009-01-23linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori1-0/+13
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-12-15Fix mremap, based on patch by Kirill A. Shutemovblueswir11-8/+11
2008-12-11Fix compiling without MREMAP_FIXEDblueswir11-1/+4
2008-12-08linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel321-6/+28
2008-12-08linux-user: mmap: add check if requested memory area fits target address spaceaurel321-0/+10
2008-10-02Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir11-0/+1
2008-06-09Prevent guest reusing host memory allocations.pbrook1-0/+46
2008-06-07Multithreaded locking fixes.pbrook1-0/+16
2008-06-02Multithreaded locking for mmap().pbrook1-27/+73
2008-05-31Mark host brk() area as reserved.pbrook1-0/+16
2008-04-26Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...balrog1-1/+12
2008-04-24Cope with arch-specific page protection flags in mmap (Richard Purdie).balrog1-2/+1
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