summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* __thread should be before real typeJuan Quintela2009-09-251-1/+1
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...Kirill A. Shutemov2009-08-251-36/+43
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-1/+1
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-7/+9
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* linux-user: initialize mmap_mutex properlyNathan Froyd2009-06-161-1/+1
* export mmap_find_vma for shmatRiku Voipio2009-06-161-1/+1
* Partialy fix mmap at EOF for large pagesize targets in user-mode.edgar_igl2009-02-031-2/+37
* Fix qemu_malloc.malc2009-01-281-0/+2
* linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoff...aliguori2009-01-231-0/+13
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Fix mremap, based on patch by Kirill A. Shutemovblueswir12008-12-151-8/+11
* Fix compiling without MREMAP_FIXEDblueswir12008-12-111-1/+4
* linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel322008-12-081-6/+28
* linux-user: mmap: add check if requested memory area fits target address spaceaurel322008-12-081-0/+10
* Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir12008-10-021-0/+1
* Prevent guest reusing host memory allocations.pbrook2008-06-091-0/+46
* Multithreaded locking fixes.pbrook2008-06-071-0/+16
* Multithreaded locking for mmap().pbrook2008-06-021-27/+73
* Mark host brk() area as reserved.pbrook2008-05-311-0/+16
* Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...balrog2008-04-261-1/+12
* Cope with arch-specific page protection flags in mmap (Richard Purdie).balrog2008-04-241-2/+1
* Use TARGET_FMT_lx.edgar_igl2008-03-141-2/+1
* Mark host pages as reserved (Magnus Damm).balrog2007-12-121-1/+1
* fixed target_mmap() if host page size < TARGET_PAGE_SIZEbellard2007-11-141-138/+126
* Fix compiler warnings, by Stefan Weil.ths2007-11-021-21/+23
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-19/+19
* Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths2007-09-301-37/+65
* memset string pages to zero to avoid putting random data on the stackj_mayer2007-09-271-3/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-24/+24
* Add __mips__to mmap specialcase.ths2007-06-031-3/+3
* ColdFire target.pbrook2006-10-221-1/+1
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-76/+88
* Make target_mmap always return -1 on failure.pbrook2006-02-041-6/+12
* ia64 host support (David Mosberger)bellard2005-04-071-2/+4
* Darwin patch (initial patch by Pierre d'Herbemont)bellard2004-07-051-28/+28
* amd64 port (Jocelyn Mayer)bellard2004-04-261-2/+7
* initial x86-64 host support (Gwenole Beauchesne)bellard2004-03-171-1/+1
* avoid unaligned file offset in anonymous mappingbellard2003-06-091-2/+7
* alpha fixbellard2003-06-051-0/+6
* fixed small page handlingbellard2003-05-131-6/+17
* mmap emulationbellard2003-05-131-0/+370