1. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  2. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  3. 91a5add bsd-user/mmap.c: assert that target_mprotect cannot fail by Warner Losh · 3 years, 6 months ago
  4. 0fc76b6 bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head by Kyle Evans · 6 years ago
  5. a6b2d06 bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag by Warner Losh · 3 years, 5 months ago
  6. 45b8765 bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging by Warner Losh · 3 years, 6 months ago
  7. 953b69c bsd-user/mmap.c: mmap prefer MAP_ANON for BSD by Warner Losh · 3 years, 6 months ago
  8. 14837a3 bsd-user/mmap.c: mmap return ENOMEM on overflow by Warner Losh · 3 years, 6 months ago
  9. 36d5d89 bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs by Warner Losh · 3 years, 6 months ago
  10. 26778ac bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE by Mikaël Urankar · 3 years, 6 months ago
  11. 948516a bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() by Mikaël Urankar · 8 years ago
  12. be04f21 bsd-user: Update mapping to handle reserved and starting conditions by Warner Losh · 3 years, 8 months ago
  13. 6a3b9bf bsd-user: update debugging in mmap.c by Warner Losh · 3 years, 8 months ago
  14. 366c5c9 bsd-user: Rewrite target system call definintion glue by Warner Losh · 3 years, 8 months ago
  15. 5be1d0b bsd-user: style tweak: keyword space ( by Warner Losh · 4 years ago
  16. 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years, 1 month ago
  17. 05757c5 bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock" by Paolo Bonzini · 7 years ago
  18. 06943a6 bsd-user/mmap.c: Move __thread attribute to right place by Peter Maydell · 8 years ago
  19. 95992b6 bsd-user: align use of mmap_lock to that of linux-user by Alex Bennée · 8 years ago
  20. c864575 configure: remove Cygwin by Paolo Bonzini · 8 years ago
  21. 301e40e translate-all: add DEBUG_LOCKING asserts by Alex Bennée · 8 years ago
  22. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  23. 2231197 bsd-user: Clean up includes by Peter Maydell · 9 years ago
  24. b7b5233 bsd-user/mmap.c: Don't try to override g_malloc/g_free by Peter Maydell · 11 years ago
  25. 0360ccf bsd-user: avoid conflict with qemu_vmalloc by Blue Swirl · 12 years ago
  26. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  27. b035ffd Fix bsd-user qemu_vmalloc() host page protection code by Juergen Lock · 15 years ago
  28. 059bca4 bsd/darwin-user: mmap_frag() users only check for -1 error by Blue Swirl · 15 years ago
  29. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  30. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  31. baa8c60 Fix qemu_malloc. by malc · 16 years ago
  32. 004c9ef Fix bsd-user compile like r6412 by blueswir1 · 16 years ago
  33. 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
  34. 6c173b3 Prepare for handling different BSD mmap() flags by blueswir1 · 16 years ago
  35. 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago