aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2022-01-28bsd-user/signal.c: implement force_sig_faultWarner Losh
2022-01-28bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-userWarner Losh
2022-01-28bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh
2022-01-28bsd-user/arm/signal.c: get_mcontext should zero vfp dataWarner Losh
2022-01-28bsd-user/arm/signal.c: Implement setup_sigframe_arch for armWarner Losh
2022-01-28bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh
2022-01-28bsd-user: Complete FreeBSD siginfoWarner Losh
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini
2022-01-07bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh
2022-01-07bsd-user/arm/signal.c: arm get_ucontext_sigreturnWarner Losh
2022-01-07bsd-user/arm/signal.c: arm set_mcontextWarner Losh
2022-01-07bsd-user/arm/signal.c: arm get_mcontextWarner Losh
2022-01-07bsd-user/arm/signal.c: arm set_sigtramp_argsWarner Losh
2022-01-07bsd-user/arm/target_arch_signal.h: Define size of *context_tWarner Losh
2022-01-07bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signalsWarner Losh
2022-01-07bsd-user/arm/target_arch_signal.h: arm specific signal registers and stackWarner Losh
2022-01-07bsd-user/arm/target_arch_elf.h: arm get_hwcap2 implWarner Losh
2022-01-07bsd-user/arm/target_arch_elf.h: arm get hwcapWarner Losh
2022-01-07bsd-user/arm/target_arch_elf.h: arm defines for ELFWarner Losh
2022-01-07bsd-user/arm/target_arch_thread.h: Routines to create and switch to a threadWarner Losh
2022-01-07bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for armWarner Losh
2022-01-07bsd-user/arm/target_arch_vmparam.h: Parameters for arm address spaceWarner Losh
2022-01-07bsd-user/arm/target_arch_reg.h: Implement core dump register copyingWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement system call dispatchWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement data abort exceptionsWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptionsWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementationWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regsWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.h: CPU Loop definitionsWarner Losh
2022-01-07bsd-user/arm/target_arch_cpu.c: Target specific TLS routinesWarner Losh
2022-01-07bsd-user/arm/target_syscall.h: Add copyright and update nameWarner Losh
2022-01-07bsd-user/arm/target_arch_sysarch.h: Use consistent include guardsWarner Losh
2022-01-07bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh
2022-01-07bsd-user/x86_64: Move functions into signal.cWarner Losh
2022-01-07bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_tWarner Losh
2022-01-07bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.hWarner Losh
2022-01-07bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontextWarner Losh
2022-01-07bsd-user/i386: Move the inlines into signal.cWarner Losh
2022-01-07bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSDWarner Losh
2022-01-07bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.hWarner Losh
2022-01-07bsd-user/i386/target_arch_signal.h: Remove target_sigcontextWarner Losh
2022-01-07bsd-user: create a per-arch signal.c fileWarner Losh
2022-01-07bsd-user/freebsd: Create common target_os_ucontext.h fileWarner Losh
2022-01-07bsd-user/mips*: Remove mips supportWarner Losh
2021-12-20meson: Move bsd_user_ss to bsd-user/Richard Henderson
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson
2021-12-19bsd-user: Create special-errno.hRichard Henderson
2021-12-19bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02bsd-user: Add stubs for new signal routinesWarner Losh