- a5b8816 bsd-user: Add safe system call macros by Warner Losh · 3 years, 2 months ago
- 0ff0508 bsd-user: Define target_arg64 by Warner Losh · 3 years, 2 months ago
- 647afdf bsd-user: introduce target.h by Warner Losh · 3 years, 2 months ago
- c5c84d1 bsd-user/bsd-file.h: Implementation details for the filesystem calls by Warner Losh · 3 years, 2 months ago
- deeff83 bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno by Warner Losh · 3 years, 2 months ago
- 304f944 bsd-user/sycall.c: Now obsolete, remove by Warner Losh · 3 years, 2 months ago
- a1ea194 bsd-user: Move system call building to os-syscall.c by Warner Losh · 3 years, 2 months ago
- 66eed09 bsd-user/freebsd/os-syscall.c: Move syscall processing here by Warner Losh · 3 years, 2 months ago
- a941a16 bsd-user: Remove bsd_type by Warner Losh · 3 years, 2 months ago
- 0724067 bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD target by Warner Losh · 3 years, 2 months ago
- f1f2245 bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target by Warner Losh · 3 years, 2 months ago
- e555e70 bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls by Warner Losh · 3 years, 2 months ago
- 8f4b481 bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall by Warner Losh · 3 years, 2 months ago
- 2614aed bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall by Warner Losh · 3 years, 2 months ago
- 872b349 bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64 by Warner Losh · 3 years, 2 months ago
- d194018 bsd-user/main.c: Drop syscall flavor arg -bsd by Warner Losh · 3 years, 2 months ago
- cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 3 years, 2 months ago
- eb9d35f bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026 by Warner Losh · 3 years, 2 months ago
- 1103d59 bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args by Warner Losh · 3 years, 2 months ago
- bab6ccc bsd-user: Rename arg name for target_cpu_reset to env by Warner Losh · 3 years, 2 months ago
- 43ed426 bsd-user/signal.c: do_sigaltstack by Warner Losh · 3 years, 3 months ago
- 394cf69 bsd-user/signal.c: implement do_sigaction by Warner Losh · 3 years, 3 months ago
- c885ae0 bsd-user/signal.c: implement do_sigreturn by Warner Losh · 3 years, 3 months ago
- d7acd31 bsd-user/signal.c: process_pending_signals by Warner Losh · 3 years, 3 months ago
- 08eb66d bsd-user/signal.c: tswap_siginfo by Warner Losh · 3 years, 3 months ago
- 6c6d4b5 bsd-user/signal.c: handle_pending_signal by Warner Losh · 3 years, 3 months ago
- 46f4f76 bsd-user/signal.c: setup_frame by Warner Losh · 3 years, 3 months ago
- c93cbac bsd-user/signal.c: sigset manipulation routines. by Warner Losh · 3 years, 3 months ago
- 38be620 bsd-user/signal.c: Fill in queue_signal by Warner Losh · 3 years, 3 months ago
- 3771454 bsd-user/signal.c: Implement dump_core_and_abort by Warner Losh · 3 years, 3 months ago
- fd5bec9 bsd-user/strace.c: print_taken_signal by Warner Losh · 3 years, 3 months ago
- e625c7e bsd-user/signal.c: Implement host_signal_handler by Warner Losh · 3 years, 3 months ago
- aae57ac bsd-user/signal.c: Implement rewind_if_in_safe_syscall by Warner Losh · 3 years, 3 months ago
- c34f2aa bsd-user/signal.c: host_to_target_siginfo_noswap by Warner Losh · 3 years, 3 months ago
- 6ddc1ab bsd-user: Add trace events for bsd-user by Warner Losh · 3 years, 3 months ago
- 85fc1b5 bsd-user: Add host signals to the build by Warner Losh · 3 years, 3 months ago
- b375158 bsd-user/host/x86_64/host-signal.h: Implement host_signal_* by Warner Losh · 3 years, 3 months ago
- 220f860 bsd-user/host/i386/host-signal.h: Implement host_signal_* by Warner Losh · 3 years, 3 months ago
- 6e0bc06 bsd-user/host/arm/host-signal.h: Implement host_signal_* by Warner Losh · 3 years, 3 months ago
- e32a630 bsd-user/signal.c: Add si_type argument to queue_signal by Warner Losh · 3 years, 2 months ago
- 149076a bsd-user/signal.c: Implement signal_init() by Warner Losh · 3 years, 3 months ago
- 1366ef8 bsd-user/signal.c: implement abstract target / host signal translation by Warner Losh · 3 years, 3 months ago
- 67ccbe7 bsd-user/arm/target_arch_cpu.h: Implement data faults by Warner Losh · 3 years, 3 months ago
- 5e02ded bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF by Warner Losh · 3 years, 3 months ago
- c0b93df bsd-user/arm/target_arch_cpu.h: Correct code pointer by Warner Losh · 3 years, 3 months ago
- a3ed97c bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together by Warner Losh · 3 years, 3 months ago
- cfdee27 bsd-user/signal.c: implement cpu_loop_exit_sigbus by Warner Losh · 3 years, 3 months ago
- fc9f9bd bsd-user/signal.c: Implement cpu_loop_exit_sigsegv by Warner Losh · 3 years, 3 months ago
- 2bd010c bsd-user/signal-common.h: Move signal functions prototypes to here by Warner Losh · 3 years, 2 months ago
- 0ef5998 bsd-user/signal.c: implement force_sig_fault by Warner Losh · 3 years, 3 months ago
- c0d2691 bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user by Warner Losh · 3 years, 3 months ago
- 4804722 bsd-user: Bring in docs from linux-user for signal_pending by Warner Losh · 3 years, 2 months ago
- b46d4ad bsd-user: Remove vestiges of signal queueing code by Warner Losh · 3 years, 2 months ago
- 7f96d0a bsd-user/arm/signal.c: get_mcontext should zero vfp data by Warner Losh · 3 years, 2 months ago
- 2244746 bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm by Warner Losh · 3 years, 2 months ago
- 2373a62 bsd-user: Create setup_sigframe_arch to setup sigframe context by Warner Losh · 3 years, 2 months ago
- 4550c66 bsd-user: Complete FreeBSD siginfo by Warner Losh · 3 years, 2 months ago
- 05a2487 user: move common-user includes to a subdirectory of {bsd,linux}-user/ by Paolo Bonzini · 3 years, 3 months ago
- ca4fc70 bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE by Warner Losh · 3 years, 5 months ago
- 3ac34cc bsd-user/arm/signal.c: arm get_ucontext_sigreturn by Warner Losh · 3 years, 6 months ago
- d6d4509 bsd-user/arm/signal.c: arm set_mcontext by Warner Losh · 3 years, 6 months ago
- 38ce147 bsd-user/arm/signal.c: arm get_mcontext by Warner Losh · 3 years, 6 months ago
- 781be86 bsd-user/arm/signal.c: arm set_sigtramp_args by Warner Losh · 3 years, 6 months ago
- 2cb1e64 bsd-user/arm/target_arch_signal.h: Define size of *context_t by Warner Losh · 3 years, 5 months ago
- 03fd402 bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals by Warner Losh · 3 years, 6 months ago
- 156d755 bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack by Warner Losh · 3 years, 6 months ago
- 883d19c bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl by Warner Losh · 3 years, 6 months ago
- 6c5d60f bsd-user/arm/target_arch_elf.h: arm get hwcap by Warner Losh · 3 years, 6 months ago
- 082e653 bsd-user/arm/target_arch_elf.h: arm defines for ELF by Warner Losh · 3 years, 6 months ago
- f10521c bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread by Warner Losh · 3 years, 6 months ago
- eacb50b bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm by Warner Losh · 3 years, 6 months ago
- dacfdf3 bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space by Warner Losh · 3 years, 6 months ago
- bcacf30 bsd-user/arm/target_arch_reg.h: Implement core dump register copying by Warner Losh · 3 years, 6 months ago
- 8d450c9 bsd-user/arm/target_arch_cpu.h: Implement system call dispatch by Warner Losh · 3 years, 6 months ago
- ef1412b bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions by Warner Losh · 3 years, 6 months ago
- 70985ae bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions by Warner Losh · 3 years, 6 months ago
- 06efe3b bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation by Warner Losh · 3 years, 6 months ago
- e17d4c9 bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs by Warner Losh · 3 years, 6 months ago
- ca5d32a bsd-user/arm/target_arch_cpu.h: CPU Loop definitions by Warner Losh · 3 years, 6 months ago
- 8c98705 bsd-user/arm/target_arch_cpu.c: Target specific TLS routines by Warner Losh · 3 years, 6 months ago
- 559d09a bsd-user/arm/target_syscall.h: Add copyright and update name by Warner Losh · 3 years, 6 months ago
- c186aa6 bsd-user/arm/target_arch_sysarch.h: Use consistent include guards by Warner Losh · 3 years, 6 months ago
- 108fffe bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h by Warner Losh · 3 years, 5 months ago
- 1b4e358 bsd-user/x86_64: Move functions into signal.c by Warner Losh · 3 years, 5 months ago
- 164f94b bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t by Warner Losh · 3 years, 5 months ago
- c104b75 bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h by Warner Losh · 3 years, 5 months ago
- fc1fc2c bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext by Warner Losh · 3 years, 5 months ago
- f7d5ed6 bsd-user/i386: Move the inlines into signal.c by Warner Losh · 3 years, 5 months ago
- 679041b bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD by Warner Losh · 3 years, 5 months ago
- c504713 bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h by Warner Losh · 3 years, 5 months ago
- 4dca396 bsd-user/i386/target_arch_signal.h: Remove target_sigcontext by Warner Losh · 3 years, 5 months ago
- 19bf129 bsd-user: create a per-arch signal.c file by Warner Losh · 3 years, 5 months ago
- aa3a242 bsd-user/freebsd: Create common target_os_ucontext.h file by Warner Losh · 3 years, 5 months ago
- 73d7222 bsd-user/mips*: Remove mips support by Warner Losh · 3 years, 5 months ago
- 3363615 meson: Move bsd_user_ss to bsd-user/ by Richard Henderson · 3 years, 4 months ago
- bbf15aa common-user: Move safe-syscall.* from linux-user by Richard Henderson · 3 years, 4 months ago
- 2ac16d0 bsd-user: Create special-errno.h by Richard Henderson · 3 years, 4 months ago
- ea8ee3e bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 4 months ago
- 835b04e bsd-user: Add stubs for new signal routines by Warner Losh · 3 years, 5 months ago
- 5abfac2 bsd-user/signal: Create a dummy signal queueing function by Warner Losh · 3 years, 6 months ago