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
/
freebsd
Age
Commit message (
Expand
)
Author
2022-02-26
bsd-user/bsd-file.h: Implementation details for the filesystem calls
Warner Losh
2022-02-26
bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno
Warner Losh
2022-02-26
bsd-user: Move system call building to os-syscall.c
Warner Losh
2022-02-26
bsd-user/freebsd/os-syscall.c: Move syscall processing here
Warner Losh
2022-01-30
bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...
Warner Losh
2022-01-28
bsd-user: Create setup_sigframe_arch to setup sigframe context
Warner Losh
2022-01-28
bsd-user: Complete FreeBSD siginfo
Warner Losh
2022-01-07
bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE
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/freebsd: Create common target_os_ucontext.h file
Warner Losh
2021-10-18
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
Warner Losh
2021-10-18
bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
Warner Losh
2021-10-18
bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
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/strace.list: Remove support for FreeBSD versions older than 12.0
Warner Losh
2021-10-18
bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
Warner Losh
2021-09-10
bsd-user: Add target_os_user.h to capture the user/kernel structures
Warner Losh
2021-09-10
bsd-user: elf cleanup
Warner Losh
2021-09-10
bsd-user: Move stack initializtion into a per-os file.
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: Include host-os.h from main
Warner Losh
2021-09-10
bsd-user: add host-os.h
Warner Losh
2021-01-11
bsd-user: Update strace.list for FreeBSD's latest syscalls
Warner Losh
2021-01-11
bsd-user: move strace OS/arch dependent code to host/arch dirs
Stacey Son
2021-01-11
bsd-user: regenerate FreeBSD's system call numbers
Warner Losh
2014-06-11
bsd-user: Fix syscall format, add strace support for more syscalls
Sean Bruno
2014-06-11
bsd-user: Implement strace support for thr_* syscalls
Sean Bruno
2014-06-11
bsd-user: Implement strace support for extattr_* syscalls
Sean Bruno
2014-06-11
bsd-user: Implement strace support for __acl_* syscalls
Sean Bruno
2014-06-11
bsd-user: Implement strace support for print_ioctl syscall
Sean Bruno
2014-06-11
bsd-user: Implement strace support for print_sysctl syscall
Sean Bruno
2014-06-11
bsd-user: refresh freebsd system call numbers
Stacey Son
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
2008-10-26
Preliminary BSD user emulator support
blueswir1