index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
Age
Commit message (
Expand
)
Author
2022-01-12
user: move common-user includes to a subdirectory of {bsd,linux}-user/
Paolo Bonzini
2022-01-07
bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE
Warner Losh
2022-01-07
bsd-user/arm/signal.c: arm get_ucontext_sigreturn
Warner Losh
2022-01-07
bsd-user/arm/signal.c: arm set_mcontext
Warner Losh
2022-01-07
bsd-user/arm/signal.c: arm get_mcontext
Warner Losh
2022-01-07
bsd-user/arm/signal.c: arm set_sigtramp_args
Warner Losh
2022-01-07
bsd-user/arm/target_arch_signal.h: Define size of *context_t
Warner Losh
2022-01-07
bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals
Warner Losh
2022-01-07
bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
Warner Losh
2022-01-07
bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
Warner Losh
2022-01-07
bsd-user/arm/target_arch_elf.h: arm get hwcap
Warner Losh
2022-01-07
bsd-user/arm/target_arch_elf.h: arm defines for ELF
Warner Losh
2022-01-07
bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
Warner Losh
2022-01-07
bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
Warner Losh
2022-01-07
bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
Warner Losh
2022-01-07
bsd-user/arm/target_arch_reg.h: Implement core dump register copying
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
Warner Losh
2022-01-07
bsd-user/arm/target_syscall.h: Add copyright and update name
Warner Losh
2022-01-07
bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
Warner Losh
2022-01-07
bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/x86_64: Move functions into signal.c
Warner Losh
2022-01-07
bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t
Warner Losh
2022-01-07
bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-07
bsd-user/i386: Move the inlines into signal.c
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-07
bsd-user: create a per-arch signal.c file
Warner Losh
2022-01-07
bsd-user/freebsd: Create common target_os_ucontext.h file
Warner Losh
2022-01-07
bsd-user/mips*: Remove mips support
Warner Losh
2021-12-20
meson: Move bsd_user_ss to bsd-user/
Richard Henderson
2021-12-20
common-user: Move safe-syscall.* from linux-user
Richard Henderson
2021-12-19
bsd-user: Create special-errno.h
Richard Henderson
2021-12-19
bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-11-02
bsd-user: Add stubs for new signal routines
Warner Losh
2021-10-18
bsd-user/signal: Create a dummy signal queueing function
Warner Losh
2021-10-18
bsd-user: Rename sigqueue to qemu_sigqueue
Warner Losh
2021-10-18
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
Warner Losh
2021-10-18
bsd-user: Add stop_all_tasks
Warner Losh
2021-10-18
bsd-user: Remove used from TaskState
Warner Losh
2021-10-18
bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
Warner Losh
2021-10-18
bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
Warner Losh
2021-10-18
bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
Warner Losh
[next]