summaryrefslogtreecommitdiffstats
path: root/bsd-user/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-118-24/+28
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* bsd-user: introduce target.hWarner Losh2022-02-271-0/+21
* bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD targetWarner Losh2022-02-261-3/+1Star
* bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscallWarner Losh2022-02-261-19/+8Star
* bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64Warner Losh2022-02-261-58/+0Star
* bsd-user: Rename arg name for target_cpu_reset to envWarner Losh2022-01-311-2/+2
* bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh2022-01-281-0/+1
* bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh2022-01-281-0/+13
* bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh2022-01-081-9/+0Star
* 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: create a per-arch signal.c fileWarner Losh2022-01-081-0/+1
* bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh2021-10-181-2/+0Star
* bsd-user: TARGET_RESET define is unused, remove itWarner Losh2021-10-181-2/+0Star
* user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé2021-09-141-5/+0Star
* bsd-user: Add target_arch_reg to describe a target's register setWarner Losh2021-09-101-0/+92
* bsd-user: Add architecture specific signal tramp codeWarner Losh2021-09-101-0/+29
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-101-0/+94
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-101-0/+46
* bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh2021-09-102-35/+43
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-102-0/+248
* bsd-user: start to move target CPU functions to target_arch*Warner Losh2021-09-102-0/+106
* bsd-user: move arch specific defines out of elfload.cWarner Losh2021-09-101-0/+67
* bsd-user: remove target_signal.h, it's unusedWarner Losh2021-05-111-19/+0Star
* bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2021-01-112-1/+96
* remove space-tab sequencesPaolo Bonzini2019-01-111-1/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova2016-02-251-0/+5
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-0/+18
* BSD user: initial support for i386 and x86_64 targetsblueswir12009-04-112-0/+117