summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
...
* bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh2022-01-283-0/+29
* bsd-user: Complete FreeBSD siginfoWarner Losh2022-01-281-1/+14
* user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini2022-01-122-1/+1
* bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh2022-01-081-2/+0Star
* bsd-user/arm/signal.c: arm get_ucontext_sigreturnWarner Losh2022-01-081-0/+9
* bsd-user/arm/signal.c: arm set_mcontextWarner Losh2022-01-081-0/+76
* bsd-user/arm/signal.c: arm get_mcontextWarner Losh2022-01-081-0/+51
* bsd-user/arm/signal.c: arm set_sigtramp_argsWarner Losh2022-01-081-0/+60
* bsd-user/arm/target_arch_signal.h: Define size of *context_tWarner Losh2022-01-081-0/+3
* bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signalsWarner Losh2022-01-081-0/+28
* bsd-user/arm/target_arch_signal.h: arm specific signal registers and stackWarner Losh2022-01-081-0/+57
* bsd-user/arm/target_arch_elf.h: arm get_hwcap2 implWarner Losh2022-01-081-0/+22
* bsd-user/arm/target_arch_elf.h: arm get hwcapWarner Losh2022-01-081-1/+71
* bsd-user/arm/target_arch_elf.h: arm defines for ELFWarner Losh2022-01-081-0/+36
* bsd-user/arm/target_arch_thread.h: Routines to create and switch to a threadWarner Losh2022-01-081-0/+82
* bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for armWarner Losh2022-01-081-0/+49
* bsd-user/arm/target_arch_vmparam.h: Parameters for arm address spaceWarner Losh2022-01-081-0/+48
* bsd-user/arm/target_arch_reg.h: Implement core dump register copyingWarner Losh2022-01-081-0/+60
* bsd-user/arm/target_arch_cpu.h: Implement system call dispatchWarner Losh2022-01-081-0/+94
* bsd-user/arm/target_arch_cpu.h: Implement data abort exceptionsWarner Losh2022-01-081-0/+11
* bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptionsWarner Losh2022-01-081-0/+33
* bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementationWarner Losh2022-01-081-0/+22
* bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regsWarner Losh2022-01-081-0/+8
* bsd-user/arm/target_arch_cpu.h: CPU Loop definitionsWarner Losh2022-01-081-0/+43
* bsd-user/arm/target_arch_cpu.c: Target specific TLS routinesWarner Losh2022-01-082-0/+67
* bsd-user/arm/target_syscall.h: Add copyright and update nameWarner Losh2022-01-081-4/+23
* bsd-user/arm/target_arch_sysarch.h: Use consistent include guardsWarner Losh2022-01-081-3/+3
* bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh2022-01-083-18/+11Star
* bsd-user/x86_64: Move functions into signal.cWarner Losh2022-01-082-36/+63
* bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_tWarner Losh2022-01-081-0/+54
* bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.hWarner Losh2022-01-081-8/+1Star
* bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontextWarner Losh2022-01-081-4/+0Star
* bsd-user/i386: Move the inlines into signal.cWarner Losh2022-01-082-36/+63
* bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSDWarner Losh2022-01-081-0/+46
* bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.hWarner Losh2022-01-081-8/+1Star
* bsd-user/i386/target_arch_signal.h: Remove target_sigcontextWarner Losh2022-01-081-4/+0Star
* bsd-user: create a per-arch signal.c fileWarner Losh2022-01-082-0/+2
* bsd-user/freebsd: Create common target_os_ucontext.h fileWarner Losh2022-01-082-3/+35
* bsd-user/mips*: Remove mips supportWarner Losh2022-01-084-243/+0Star
* meson: Move bsd_user_ss to bsd-user/Richard Henderson2021-12-201-0/+4
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-201-0/+2
* bsd-user: Create special-errno.hRichard Henderson2021-12-202-1/+29
* bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* bsd-user: Add stubs for new signal routinesWarner Losh2021-11-031-0/+21
* bsd-user/signal: Create a dummy signal queueing functionWarner Losh2021-10-182-2/+11
* 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-185-50/+36Star
* bsd-user: Add stop_all_tasksWarner Losh2021-10-182-0/+10
* bsd-user: Remove used from TaskStateWarner Losh2021-10-182-2/+0Star
* bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh2021-10-181-0/+4