aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2022-01-28bsd-user/signal.c: sigset manipulation routines.Warner Losh2-0/+76
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh2-1/+17
2022-01-28bsd-user/signal.c: Implement dump_core_and_abortWarner Losh2-0/+77
2022-01-28bsd-user/strace.c: print_taken_signalWarner Losh2-0/+107
2022-01-28bsd-user/signal.c: Implement host_signal_handlerWarner Losh1-0/+105
2022-01-28bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh2-1/+14
2022-01-28bsd-user/signal.c: host_to_target_siginfo_noswapWarner Losh1-0/+113
2022-01-28bsd-user: Add trace events for bsd-userWarner Losh3-0/+13
2022-01-28bsd-user: Add host signals to the buildWarner Losh1-0/+1
2022-01-28bsd-user/host/x86_64/host-signal.h: Implement host_signal_*Warner Losh1-0/+37
2022-01-28bsd-user/host/i386/host-signal.h: Implement host_signal_*Warner Losh1-0/+37
2022-01-28bsd-user/host/arm/host-signal.h: Implement host_signal_*Warner Losh1-0/+35
2022-01-28bsd-user/signal.c: Add si_type argument to queue_signalWarner Losh2-3/+28
2022-01-28bsd-user/signal.c: Implement signal_init()Warner Losh2-0/+74
2022-01-28bsd-user/signal.c: implement abstract target / host signal translationWarner Losh2-0/+18
2022-01-28bsd-user/arm/target_arch_cpu.h: Implement data faultsWarner Losh1-10/+35
2022-01-28bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEFWarner Losh1-12/+13
2022-01-28bsd-user/arm/target_arch_cpu.h: Correct code pointerWarner Losh1-1/+1
2022-01-28bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT togetherWarner Losh1-20/+2
2022-01-28bsd-user/signal.c: implement cpu_loop_exit_sigbusWarner Losh1-3/+9
2022-01-28bsd-user/signal.c: Implement cpu_loop_exit_sigsegvWarner Losh1-3/+12
2022-01-28bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh5-8/+9
2022-01-28bsd-user/signal.c: implement force_sig_faultWarner Losh2-0/+32
2022-01-28bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-userWarner Losh1-3/+3
2022-01-28bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh1-1/+8
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh2-20/+2
2022-01-28bsd-user/arm/signal.c: get_mcontext should zero vfp dataWarner Losh1-0/+9
2022-01-28bsd-user/arm/signal.c: Implement setup_sigframe_arch for armWarner Losh1-17/+33
2022-01-28bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh3-0/+29
2022-01-28bsd-user: Complete FreeBSD siginfoWarner Losh1-1/+14
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini2-1/+1
2022-01-07bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh1-2/+0
2022-01-07bsd-user/arm/signal.c: arm get_ucontext_sigreturnWarner Losh1-0/+9
2022-01-07bsd-user/arm/signal.c: arm set_mcontextWarner Losh1-0/+76
2022-01-07bsd-user/arm/signal.c: arm get_mcontextWarner Losh1-0/+51
2022-01-07bsd-user/arm/signal.c: arm set_sigtramp_argsWarner Losh1-0/+60
2022-01-07bsd-user/arm/target_arch_signal.h: Define size of *context_tWarner Losh1-0/+3
2022-01-07bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signalsWarner Losh1-0/+28
2022-01-07bsd-user/arm/target_arch_signal.h: arm specific signal registers and stackWarner Losh1-0/+57
2022-01-07bsd-user/arm/target_arch_elf.h: arm get_hwcap2 implWarner Losh1-0/+22
2022-01-07bsd-user/arm/target_arch_elf.h: arm get hwcapWarner Losh1-1/+71
2022-01-07bsd-user/arm/target_arch_elf.h: arm defines for ELFWarner Losh1-0/+36
2022-01-07bsd-user/arm/target_arch_thread.h: Routines to create and switch to a threadWarner Losh1-0/+82
2022-01-07bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for armWarner Losh1-0/+49
2022-01-07bsd-user/arm/target_arch_vmparam.h: Parameters for arm address spaceWarner Losh1-0/+48
2022-01-07bsd-user/arm/target_arch_reg.h: Implement core dump register copyingWarner Losh1-0/+60
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement system call dispatchWarner Losh1-0/+94
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement data abort exceptionsWarner Losh1-0/+11
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptionsWarner Losh1-0/+33
2022-01-07bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementationWarner Losh1-0/+22