summaryrefslogtreecommitdiffstats
path: root/bsd-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* bsd-user: Define target_arg64Warner Losh2022-02-271-0/+13
* bsd-user: introduce target.hWarner Losh2022-02-271-0/+1
* bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh2022-02-261-1/+2
* bsd-user: Remove bsd_typeWarner Losh2022-02-261-7/+0Star
* bsd-user/signal.c: handle_pending_signalWarner Losh2022-01-281-0/+7
* bsd-user/signal.c: setup_frameWarner Losh2022-01-281-1/+2
* bsd-user/signal.c: Fill in queue_signalWarner Losh2022-01-281-0/+5
* bsd-user/strace.c: print_taken_signalWarner Losh2022-01-281-0/+10
* bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh2022-01-281-0/+2
* bsd-user/signal.c: Implement signal_init()Warner Losh2022-01-281-0/+7
* bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh2022-01-281-8/+0Star
* bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh2022-01-281-1/+8
* bsd-user: Remove vestiges of signal queueing codeWarner Losh2022-01-281-12/+1Star
* bsd-user/signal: Create a dummy signal queueing functionWarner Losh2021-10-181-1/+1
* bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh2021-10-181-7/+7
* bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh2021-10-181-0/+3
* bsd-user: Add stop_all_tasksWarner Losh2021-10-181-0/+1
* bsd-user: Remove used from TaskStateWarner Losh2021-10-181-1/+0Star
* bsd-user: export get_errno and is_error from syscall.cWarner Losh2021-10-181-0/+4
* bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh2021-09-101-2/+3
* bsd-user: add stubbed out core dump supportWarner Losh2021-09-101-0/+6
* bsd-user: elf cleanupWarner Losh2021-09-101-0/+1
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-101-0/+1
* bsd-user: Add system independent stack, data and text limitingWarner Losh2021-09-101-1/+6
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-101-0/+1
* bsd-user: define max args in terms of pagesWarner Losh2021-09-101-4/+11
* bsd-user: Include more things in qemu.hWarner Losh2021-09-101-2/+4
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-101-0/+1
* bsd-user: save the path to the qemu emulatorWarner Losh2021-09-101-0/+1
* bsd-user: assume pthreads and support of __threadWarner Losh2021-09-101-9/+1Star
* bsd-user: remove a.out supportWarner Losh2021-09-101-1/+1
* bsd-user: Eliminate elf personalityWarner Losh2021-09-101-1/+0Star
* bsd-user: implement path searchingWarner Losh2021-09-101-1/+2
* bsd-user: pass the bsd_param into loader_execWarner Losh2021-09-101-1/+2
* bsd-user: rename linux_binprm to bsd_binprmWarner Losh2021-05-111-3/+3
* bsd-user: remove target_signal.h, it's unusedWarner Losh2021-05-111-1/+0Star
* bsd-user: style tweak: use {} for all if statements, format else correctlyWarner Losh2021-05-111-7/+13
* bsd-user: style tweak: don't assign in if statementsWarner Losh2021-05-111-2/+4
* bsd-user: style tweak: Use preferred block commentsWarner Losh2021-05-111-31/+43
* bsd-user: style tweak: remove spacing after '*' and add after }Warner Losh2021-05-111-9/+9
* bsd-user: style tweak: move extern to header fileWarner Losh2021-05-111-0/+2
* bsd-user: Remove commented out codeWarner Losh2021-05-111-4/+0Star
* bsd-user: style tweak: keyword space (Warner Losh2021-04-301-2/+2
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-4/+4
* bsd-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson2021-02-161-5/+4Star
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-0/+2