aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
AgeCommit message (Expand)AuthorFilesLines
2022-06-13bsd-user: Implement fdatasync, fsync and close_fromWarner Losh1-0/+12
2022-06-13bsd-user: Implement open, openat and closeWarner Losh1-0/+16
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh1-0/+7
2022-06-10bsd-user/bsd-file.h: Meat of the write system callsWarner Losh1-0/+22
2022-06-10bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh1-0/+28
2022-06-10bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh1-4/+40
2022-06-10bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh1-0/+14
2022-06-10bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh1-0/+102
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster8-24/+27
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-26bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh1-0/+2
2022-02-26bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh1-1/+22
2022-02-26bsd-user: Move system call building to os-syscall.cWarner Losh1-0/+1
2022-02-26bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh1-0/+69
2022-01-30bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...Warner Losh1-3/+3
2022-01-28bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh1-0/+3
2022-01-28bsd-user: Complete FreeBSD siginfoWarner Losh1-1/+14
2022-01-07bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh1-2/+0
2022-01-07bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh1-0/+11
2022-01-07bsd-user/freebsd: Create common target_os_ucontext.h fileWarner Losh2-3/+35
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh2-0/+30
2021-10-18bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh1-0/+4
2021-10-18bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh1-6/+2
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh1-0/+3
2021-10-18bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh1-11/+0
2021-10-18bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh1-99/+1
2021-09-10bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh1-0/+427
2021-09-10bsd-user: elf cleanupWarner Losh1-0/+137
2021-09-10bsd-user: Move stack initializtion into a per-os file.Warner Losh1-0/+181
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh2-0/+223
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh1-0/+38
2021-09-10bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh1-0/+25
2021-09-10bsd-user: Include host-os.h from mainWarner Losh1-0/+2
2021-09-10bsd-user: add host-os.hWarner Losh1-0/+23
2021-01-11bsd-user: Update strace.list for FreeBSD's latest syscallsWarner Losh1-7/+55
2021-01-11bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2-1/+31
2021-01-11bsd-user: regenerate FreeBSD's system call numbersWarner Losh1-315/+380
2014-06-11bsd-user: Fix syscall format, add strace support for more syscallsSean Bruno1-5/+14
2014-06-11bsd-user: Implement strace support for thr_* syscallsSean Bruno1-0/+9
2014-06-11bsd-user: Implement strace support for extattr_* syscallsSean Bruno1-0/+13
2014-06-11bsd-user: Implement strace support for __acl_* syscallsSean Bruno1-0/+12
2014-06-11bsd-user: Implement strace support for print_ioctl syscallSean Bruno1-1/+1
2014-06-11bsd-user: Implement strace support for print_sysctl syscallSean Bruno1-2/+19
2014-06-11bsd-user: refresh freebsd system call numbersStacey Son1-368/+445
2009-10-18bsd-user: FreeBSD updateJuergen Lock1-0/+1
2008-10-26Preliminary BSD user emulator supportblueswir12-0/+543