aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/i386
AgeCommit message (Expand)AuthorFilesLines
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson1-1/+0
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini1-0/+4
2023-02-08bsd-user: Clean up includesMarkus Armbruster2-2/+2
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster7-21/+24
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-7/+6
2022-02-26bsd-user: introduce target.hWarner Losh1-0/+21
2022-02-26bsd-user/i386/target_arch_cpu.h: Remove openbsd syscallWarner Losh1-47/+37
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/i386: Move the inlines into signal.cWarner Losh2-36/+63
2022-01-07bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSDWarner Losh1-0/+46
2022-01-07bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.hWarner Losh1-8/+1
2022-01-07bsd-user/i386/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/+82
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-49/+50
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2-0/+210
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/+81
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh1-20/+0
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2-0/+96
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/+4
2009-10-18bsd-user: FreeBSD updateJuergen Lock1-0/+14
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir12-0/+167