aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/x86_64
AgeCommit message (Expand)AuthorFilesLines
2022-02-26bsd-user: introduce target.hWarner Losh1-0/+21
2022-02-26bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD targetWarner Losh1-3/+1
2022-02-26bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscallWarner Losh1-19/+8
2022-02-26bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64Warner Losh1-58/+0
2022-01-30bsd-user: Rename arg name for target_cpu_reset to envWarner Losh1-2/+2
2022-01-28bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh1-0/+1
2022-01-28bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh1-0/+13
2022-01-07bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh1-9/+0
2022-01-07bsd-user/x86_64: Move functions into signal.cWarner Losh2-36/+63
2022-01-07bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_tWarner Losh1-0/+54
2022-01-07bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.hWarner Losh1-8/+1
2022-01-07bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontextWarner Losh1-4/+0
2022-01-07bsd-user: create a per-arch signal.c fileWarner Losh1-0/+1
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh1-2/+0
2021-10-18bsd-user: TARGET_RESET define is unused, remove itWarner Losh1-2/+0
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé1-5/+0
2021-09-10bsd-user: Add target_arch_reg to describe a target's register setWarner Losh1-0/+92
2021-09-10bsd-user: Add architecture specific signal tramp codeWarner Losh1-0/+29
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh1-0/+94
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh1-0/+46
2021-09-10bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh2-35/+43
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2-0/+248
2021-09-10bsd-user: start to move target CPU functions to target_arch*Warner Losh2-0/+106
2021-09-10bsd-user: move arch specific defines out of elfload.cWarner Losh1-0/+67
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh1-19/+0
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2-1/+96
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova1-0/+5
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2009-10-18bsd-user: FreeBSD updateJuergen Lock1-0/+18
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir12-0/+117