summary refs log tree commit diff stats
path: root/bsd-user/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2023-08-281-1/+0
* target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini2023-06-261-0/+4
* bsd-user: Clean up includesMarkus Armbruster2023-02-082-2/+2
* 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/+6
* bsd-user: introduce target.hWarner Losh2022-02-261-0/+21
* bsd-user/i386/target_arch_cpu.h: Remove openbsd syscallWarner Losh2022-02-261-47/+37
* bsd-user: Rename arg name for target_cpu_reset to envWarner Losh2022-01-301-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-071-9/+0
* bsd-user/i386: Move the inlines into signal.cWarner Losh2022-01-072-36/+63
* bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSDWarner Losh2022-01-071-0/+46
* bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.hWarner Losh2022-01-071-8/+1
* bsd-user/i386/target_arch_signal.h: Remove target_sigcontextWarner Losh2022-01-071-4/+0
* bsd-user: create a per-arch signal.c fileWarner Losh2022-01-071-0/+1
* bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh2021-10-181-2/+0
* bsd-user: TARGET_RESET define is unused, remove itWarner Losh2021-10-181-2/+0
* user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé2021-09-141-5/+0
* 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/+0
* 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