summaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-26bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh
2022-02-26bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh
2022-02-26bsd-user: Move system call building to os-syscall.cWarner Losh
2022-02-26bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh
2022-01-30bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...Warner Losh
2022-01-28bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh
2022-01-28bsd-user: Complete FreeBSD siginfoWarner Losh
2022-01-07bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh
2022-01-07bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh
2022-01-07bsd-user/freebsd: Create common target_os_ucontext.h fileWarner Losh
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh
2021-10-18bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh
2021-10-18bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh
2021-10-18bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh
2021-10-18bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh
2021-09-10bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh
2021-09-10bsd-user: elf cleanupWarner Losh
2021-09-10bsd-user: Move stack initializtion into a per-os file.Warner 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: Include host-os.h from mainWarner Losh
2021-09-10bsd-user: add host-os.hWarner Losh
2021-01-11bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son
2021-01-11bsd-user: regenerate FreeBSD's system call numbersWarner Losh
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son
2009-10-18bsd-user: FreeBSD updateJuergen Lock
2008-10-26Preliminary BSD user emulator supportblueswir1