aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/i386
AgeCommit message (Expand)Author
2024-07-23bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stackWarner Losh
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-02-08bsd-user: Clean up includesMarkus Armbruster
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-02-26bsd-user: introduce target.hWarner Losh
2022-02-26bsd-user/i386/target_arch_cpu.h: Remove openbsd syscallWarner Losh
2022-01-30bsd-user: Rename arg name for target_cpu_reset to envWarner Losh
2022-01-28bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh
2022-01-28bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh
2022-01-07bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh
2022-01-07bsd-user/i386: Move the inlines into signal.cWarner Losh
2022-01-07bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSDWarner Losh
2022-01-07bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.hWarner Losh
2022-01-07bsd-user/i386/target_arch_signal.h: Remove target_sigcontextWarner Losh
2022-01-07bsd-user: create a per-arch signal.c fileWarner Losh
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh
2021-10-18bsd-user: TARGET_RESET define is unused, remove itWarner Losh
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé
2021-09-10bsd-user: Add target_arch_reg to describe a target's register setWarner Losh
2021-09-10bsd-user: Add architecture specific signal tramp codeWarner Losh
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh
2021-09-10bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh
2021-09-10bsd-user: start to move target CPU functions to target_arch*Warner Losh
2021-09-10bsd-user: move arch specific defines out of elfload.cWarner Losh
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova
2009-10-18bsd-user: FreeBSD updateJuergen Lock
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir1