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