summaryrefslogtreecommitdiff
path: root/bsd-user/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-21bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell1-1/+1
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée1-12/+1
2017-03-20configure: remove CygwinPaolo Bonzini1-5/+0
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+5
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-02-04bsd-user: Clean up includesPeter Maydell1-6/+1
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell1-60/+0
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-8/+8
2010-03-30Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock1-3/+2
2010-01-31bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl1-1/+1
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-01-28Fix qemu_malloc.malc1-0/+2
2009-01-24Fix bsd-user compile like r6412blueswir11-0/+13
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-11-29Prepare for handling different BSD mmap() flagsblueswir11-4/+5
2008-10-26Preliminary BSD user emulator supportblueswir11-0/+545