summaryrefslogtreecommitdiffstats
path: root/bsd-user/i386
Commit message (Expand)AuthorAgeFilesLines
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-117-21/+24
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-7/+6Star
* bsd-user: introduce target.hWarner Losh2022-02-271-0/+21
* bsd-user/i386/target_arch_cpu.h: Remove openbsd syscallWarner Losh2022-02-261-47/+37Star
* 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/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-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/+82
* 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-49/+50
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-102-0/+210
* 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/+81
* bsd-user: remove target_signal.h, it's unusedWarner Losh2021-05-111-20/+0Star
* bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2021-01-112-0/+96
* 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/+4
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-0/+14
* BSD user: initial support for i386 and x86_64 targetsblueswir12009-04-112-0/+167