summaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09linux-user: drop unused target_msync functionMax Filippov1-17/+0
2018-03-09linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov1-4/+4
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov1-5/+15
2018-01-23linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger1-1/+1
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau1-3/+3
2017-02-14linux-user: drop __cygwin__ ifdefRiku Voipio1-3/+0
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+5
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda1-10/+4
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-01-29linux-user: Clean up includesPeter Maydell1-8/+1
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang1-1/+1
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang1-1/+3
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-3/+1
2015-10-01linux-user: assert that target_mprotect cannot failPaolo Bonzini1-4/+1
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier1-10/+10
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-4/+0
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini1-3/+3
2015-06-05exec: move functions to translate-all.hPaolo Bonzini1-0/+1
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-11/+0
2013-07-05linux-user: Do not ignore mmap failure from hostJürg Billeter1-0/+4
2012-08-04linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson1-11/+19
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf1-1/+5
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell1-11/+24
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