index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
/
i386
Age
Commit message (
Expand
)
Author
2024-07-23
bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Warner Losh
2023-08-28
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-02-08
bsd-user: Clean up includes
Markus Armbruster
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
2022-02-26
bsd-user: introduce target.h
Warner Losh
2022-02-26
bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall
Warner Losh
2022-01-30
bsd-user: Rename arg name for target_cpu_reset to env
Warner Losh
2022-01-28
bsd-user/signal-common.h: Move signal functions prototypes to here
Warner Losh
2022-01-28
bsd-user: Create setup_sigframe_arch to setup sigframe context
Warner Losh
2022-01-07
bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/i386: Move the inlines into signal.c
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-07
bsd-user: create a per-arch signal.c file
Warner Losh
2021-10-18
bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
Warner Losh
2021-10-18
bsd-user: TARGET_RESET define is unused, remove it
Warner Losh
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
2021-09-10
bsd-user: Add target_arch_reg to describe a target's register set
Warner Losh
2021-09-10
bsd-user: Add architecture specific signal tramp code
Warner Losh
2021-09-10
bsd-user: *BSD specific siginfo defintions
Warner Losh
2021-09-10
bsd-user: Create target specific vmparam.h
Warner Losh
2021-09-10
bsd-user: pull in target_arch_thread.h update target_arch_elf.h
Warner Losh
2021-09-10
bsd-user: Move per-cpu code into target_arch_cpu.h
Warner Losh
2021-09-10
bsd-user: start to move target CPU functions to target_arch*
Warner Losh
2021-09-10
bsd-user: move arch specific defines out of elfload.c
Warner Losh
2021-05-11
bsd-user: remove target_signal.h, it's unused
Warner Losh
2021-01-11
bsd-user: move strace OS/arch dependent code to host/arch dirs
Stacey Son
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-02-25
build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories
Lluís Vilanova
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
2009-04-11
BSD user: initial support for i386 and x86_64 targets
blueswir1