summaryrefslogtreecommitdiff
path: root/bsd-user/mmap.c
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-10-18bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh
2021-10-18bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans
2021-10-18bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh
2021-10-18bsd-user/mmap.c: Convert to qemu_log logging for mmap debuggingWarner Losh
2021-10-17bsd-user/mmap.c: mmap prefer MAP_ANON for BSDWarner Losh
2021-10-17bsd-user/mmap.c: mmap return ENOMEM on overflowWarner Losh
2021-10-17bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefsWarner Losh
2021-10-17bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCEMikaël Urankar
2021-10-17bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Mikaël Urankar
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh
2021-09-10bsd-user: update debugging in mmap.cWarner Losh
2021-09-10bsd-user: Rewrite target system call definintion glueWarner Losh
2021-05-11bsd-user: style tweak: keyword space (Warner Losh
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2018-06-01bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"Paolo Bonzini
2017-07-21bsd-user/mmap.c: Move __thread attribute to right placePeter Maydell
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée
2017-03-20configure: remove CygwinPaolo Bonzini
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-02-04bsd-user: Clean up includesPeter Maydell
2014-06-11bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell
2013-01-26bsd-user: avoid conflict with qemu_vmallocBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-03-30Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock
2010-01-31bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-01-28Fix qemu_malloc.malc
2009-01-24Fix bsd-user compile like r6412blueswir1
2009-01-05Fix more FSF addressesblueswir1
2008-11-29Prepare for handling different BSD mmap() flagsblueswir1
2008-10-26Preliminary BSD user emulator supportblueswir1