- 5b73b24 bsd-user: Handle short reads in mmap_h_gt_g by Richard Henderson · 4 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year ago
- 86b7c55 exec/cpu: Rename PAGE_BITS macro to PAGE_RWX by BALATON Zoltan · 8 months ago
- 4e00b7d bsd-user: Implement shmat(2) and shmdt(2) by Stacey Son · 1 year, 3 months ago
- 3c4a8a8 bsd-user: Remove last_brk by Richard Henderson · 1 year, 5 months ago
- 0f2f324 bsd-user: Specify host page alignment if none specified by Warner Losh · 1 year, 5 months ago
- 990ef91 include/exec: Add WITH_MMAP_LOCK_GUARD by Richard Henderson · 1 year, 5 months ago
- f12294b bsd-user: Use page_find_range_empty for mmap_find_vma_reserved by Richard Henderson · 1 year, 6 months ago
- 9c255cb bsd-user: Use page_check_range_empty for MAP_EXCL by Richard Henderson · 1 year, 6 months ago
- 95059f9 include/exec: Change reserved_va semantics to last byte by Richard Henderson · 1 year, 10 months ago
- 49840a4 accel/tcg: Pass last not end to page_set_flags by Richard Henderson · 1 year, 10 months ago
- 8f39e01 accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET by Richard Henderson · 2 years, 3 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 9 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 9 months ago
- 91a5add bsd-user/mmap.c: assert that target_mprotect cannot fail by Warner Losh · 3 years, 3 months ago
- 0fc76b6 bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head by Kyle Evans · 6 years ago
- a6b2d06 bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag by Warner Losh · 3 years, 2 months ago
- 45b8765 bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging by Warner Losh · 3 years, 3 months ago
- 953b69c bsd-user/mmap.c: mmap prefer MAP_ANON for BSD by Warner Losh · 3 years, 3 months ago
- 14837a3 bsd-user/mmap.c: mmap return ENOMEM on overflow by Warner Losh · 3 years, 3 months ago
- 36d5d89 bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs by Warner Losh · 3 years, 3 months ago
- 26778ac bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE by Mikaël Urankar · 3 years, 3 months ago
- 948516a bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() by Mikaël Urankar · 7 years ago
- be04f21 bsd-user: Update mapping to handle reserved and starting conditions by Warner Losh · 3 years, 5 months ago
- 6a3b9bf bsd-user: update debugging in mmap.c by Warner Losh · 3 years, 5 months ago
- 366c5c9 bsd-user: Rewrite target system call definintion glue by Warner Losh · 3 years, 5 months ago
- 5be1d0b bsd-user: style tweak: keyword space ( by Warner Losh · 3 years, 8 months ago
- 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 3 years, 10 months ago
- 05757c5 bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock" by Paolo Bonzini · 7 years ago
- 06943a6 bsd-user/mmap.c: Move __thread attribute to right place by Peter Maydell · 7 years ago
- 95992b6 bsd-user: align use of mmap_lock to that of linux-user by Alex Bennée · 8 years ago
- c864575 configure: remove Cygwin by Paolo Bonzini · 8 years ago
- 301e40e translate-all: add DEBUG_LOCKING asserts by Alex Bennée · 8 years ago
- 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
- 2231197 bsd-user: Clean up includes by Peter Maydell · 9 years ago
- b7b5233 bsd-user/mmap.c: Don't try to override g_malloc/g_free by Peter Maydell · 11 years ago
- 0360ccf bsd-user: avoid conflict with qemu_vmalloc by Blue Swirl · 12 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
- b035ffd Fix bsd-user qemu_vmalloc() host page protection code by Juergen Lock · 15 years ago
- 059bca4 bsd/darwin-user: mmap_frag() users only check for -1 error by Blue Swirl · 15 years ago
- 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 15 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
- baa8c60 Fix qemu_malloc. by malc · 16 years ago
- 004c9ef Fix bsd-user compile like r6412 by blueswir1 · 16 years ago
- 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
- 6c173b3 Prepare for handling different BSD mmap() flags by blueswir1 · 16 years ago
- 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago