1. 8a45962 bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h by Warner Losh · 1 year, 6 months ago
  2. 9b4a902 bsd-user: Declarations of h2t and t2h conversion functions. by Stacey Son · 1 year, 7 months ago
  3. 6538c68 bsd-user; Update the definitions of __put_user and __get_user macros by Warner Losh · 1 year, 7 months ago
  4. 4436e2f bsd-user: Remove image_info.start_brk by Richard Henderson · 1 year, 7 months ago
  5. 7db1873 bsd-user: Remove image_info.mmap by Richard Henderson · 1 year, 7 months ago
  6. 935f1dd bsd-user: Remove ELF_START_MMAP and image_info.start_mmap by Richard Henderson · 1 year, 7 months ago
  7. 3c4a8a8 bsd-user: Remove last_brk by Richard Henderson · 1 year, 7 months ago
  8. bef6f00 accel/tcg: Return bool from page_check_range by Richard Henderson · 1 year, 8 months ago
  9. 6da777e bsd-user: implement sysctlbyname(2) by Kyle Evans · 2 years, 1 month ago
  10. 7adda6d bsd-user: do_freebsd_sysctl helper for sysctl(2) by Kyle Evans · 2 years, 1 month ago
  11. e022d9c bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  12. 48e438a bsd-user: Clean up includes by Markus Armbruster · 2 years, 1 month ago
  13. ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  14. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years, 1 month ago
  15. 0ff0508 bsd-user: Define target_arg64 by Warner Losh · 3 years, 1 month ago
  16. 647afdf bsd-user: introduce target.h by Warner Losh · 3 years, 1 month ago
  17. deeff83 bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno by Warner Losh · 3 years, 1 month ago
  18. a941a16 bsd-user: Remove bsd_type by Warner Losh · 3 years, 1 month ago
  19. 6c6d4b5 bsd-user/signal.c: handle_pending_signal by Warner Losh · 3 years, 2 months ago
  20. 46f4f76 bsd-user/signal.c: setup_frame by Warner Losh · 3 years, 2 months ago
  21. 38be620 bsd-user/signal.c: Fill in queue_signal by Warner Losh · 3 years, 2 months ago
  22. fd5bec9 bsd-user/strace.c: print_taken_signal by Warner Losh · 3 years, 2 months ago
  23. aae57ac bsd-user/signal.c: Implement rewind_if_in_safe_syscall by Warner Losh · 3 years, 2 months ago
  24. 149076a bsd-user/signal.c: Implement signal_init() by Warner Losh · 3 years, 2 months ago
  25. 2bd010c bsd-user/signal-common.h: Move signal functions prototypes to here by Warner Losh · 3 years, 1 month ago
  26. 4804722 bsd-user: Bring in docs from linux-user for signal_pending by Warner Losh · 3 years, 2 months ago
  27. b46d4ad bsd-user: Remove vestiges of signal queueing code by Warner Losh · 3 years, 2 months ago
  28. 5abfac2 bsd-user/signal: Create a dummy signal queueing function by Warner Losh · 3 years, 6 months ago
  29. 11c7b43 bsd-user: Rename sigqueue to qemu_sigqueue by Warner Losh · 3 years, 6 months ago
  30. da07e69 bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface by Warner Losh · 3 years, 6 months ago
  31. 653ccec bsd-user: Add stop_all_tasks by Warner Losh · 3 years, 6 months ago
  32. 7aac739 bsd-user: Remove used from TaskState by Warner Losh · 3 years, 6 months ago
  33. e5f674f bsd-user: export get_errno and is_error from syscall.c by Warner Losh · 3 years, 6 months ago
  34. be04f21 bsd-user: Update mapping to handle reserved and starting conditions by Warner Losh · 3 years, 7 months ago
  35. 0475f8f bsd-user: add stubbed out core dump support by Warner Losh · 3 years, 7 months ago
  36. 98b34d3 bsd-user: elf cleanup by Warner Losh · 3 years, 7 months ago
  37. 790baac bsd-user: *BSD specific siginfo defintions by Warner Losh · 3 years, 7 months ago
  38. 312a0b1 bsd-user: Add system independent stack, data and text limiting by Warner Losh · 3 years, 7 months ago
  39. 8279224 bsd-user: Create target specific vmparam.h by Warner Losh · 3 years, 7 months ago
  40. e5e4426 bsd-user: define max args in terms of pages by Warner Losh · 3 years, 7 months ago
  41. ab77bd8 bsd-user: Include more things in qemu.h by Warner Losh · 3 years, 7 months ago
  42. 031fe7a bsd-user: Move per-cpu code into target_arch_cpu.h by Warner Losh · 3 years, 7 months ago
  43. 01a298a bsd-user: save the path to the qemu emulator by Warner Losh · 3 years, 7 months ago
  44. d42df50 bsd-user: assume pthreads and support of __thread by Warner Losh · 3 years, 7 months ago
  45. ffa0366 bsd-user: remove a.out support by Warner Losh · 3 years, 10 months ago
  46. 7ee0986 bsd-user: Eliminate elf personality by Warner Losh · 3 years, 10 months ago
  47. 1b50ff6 bsd-user: implement path searching by Warner Losh · 3 years, 10 months ago
  48. d37853f bsd-user: pass the bsd_param into loader_exec by Warner Losh · 3 years, 10 months ago
  49. afcbcff bsd-user: rename linux_binprm to bsd_binprm by Warner Losh · 3 years, 10 months ago
  50. 65d58c9 bsd-user: remove target_signal.h, it's unused by Warner Losh · 3 years, 10 months ago
  51. cb0ea01 bsd-user: style tweak: use {} for all if statements, format else correctly by Warner Losh · 3 years, 11 months ago
  52. 3306693 bsd-user: style tweak: don't assign in if statements by Warner Losh · 3 years, 11 months ago
  53. c2bdd9a bsd-user: style tweak: Use preferred block comments by Warner Losh · 3 years, 11 months ago
  54. 036a013 bsd-user: style tweak: remove spacing after '*' and add after } by Warner Losh · 3 years, 11 months ago
  55. 4b59984 bsd-user: style tweak: move extern to header file by Warner Losh · 3 years, 11 months ago
  56. ac31939 bsd-user: Remove commented out code by Warner Losh · 3 years, 11 months ago
  57. cefbade bsd-user: style tweak: keyword space ( by Warner Losh · 3 years, 11 months ago
  58. 3e8f162 exec: Use cpu_untagged_addr in g2h; split out g2h_untagged by Richard Henderson · 4 years, 1 month ago
  59. 1720751 bsd-user: Tidy VERIFY_READ/VERIFY_WRITE by Richard Henderson · 4 years, 1 month ago
  60. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  61. 23c11b0 target: Do not include "exec/exec-all.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  62. bd88c78 qom/cpu: remove host_tid field by Alex Bennée · 8 years ago
  63. 95992b6 bsd-user: align use of mmap_lock to that of linux-user by Alex Bennée · 8 years ago
  64. 1bc7e52 exec: Reduce CONFIG_USER_ONLY ifdeffenery by Igor Mammedov · 9 years ago
  65. fd9a304 Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h by Md Haris Iqbal · 9 years ago
  66. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  67. 0c6940d build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  68. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  69. 8fd19e6 exec: make mmap_lock/mmap_unlock globally available by Paolo Bonzini · 10 years ago
  70. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 10 years ago
  71. 88dae46 bsd-user: GPL v2 attribution update and style by Sean Bruno · 11 years ago
  72. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  73. 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
  74. 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
  75. dca1173 bsd-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  76. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  77. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  78. ee9baa0 user: Rename qemu-types.h to qemu-user-types.h by Eduardo Habkost · 12 years ago
  79. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  80. 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
  81. 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
  82. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  83. 78cfb07 bsd-user: FreeBSD update by Juergen Lock · 15 years ago
  84. 2fa5d9b BSD user: implement GUEST_BASE by Blue Swirl · 15 years ago
  85. 3702208 user: compile path.c only once by Blue Swirl · 16 years ago
  86. 28e738d Fix Sparse warning about missing prototype by Blue Swirl · 16 years ago
  87. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  88. 9399f09 Fix BSD user: there is no NPTL by blueswir1 · 16 years ago
  89. 1609cd4 linux-user: Move abi_* typedefs into qemu-types.h by aurel32 · 16 years ago
  90. 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago