Age | Commit message (Expand) | Author | Files | Lines |
2022-05-11 | Clean up ill-advised or unusual header guards | Markus Armbruster | 8 | -24/+27 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-02-26 | bsd-user/bsd-file.h: Implementation details for the filesystem calls | Warner Losh | 1 | -0/+2 |
2022-02-26 | bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno | Warner Losh | 1 | -1/+22 |
2022-02-26 | bsd-user: Move system call building to os-syscall.c | Warner Losh | 1 | -0/+1 |
2022-02-26 | bsd-user/freebsd/os-syscall.c: Move syscall processing here | Warner Losh | 1 | -0/+69 |
2022-01-30 | bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat... | Warner Losh | 1 | -3/+3 |
2022-01-28 | bsd-user: Create setup_sigframe_arch to setup sigframe context | Warner Losh | 1 | -0/+3 |
2022-01-28 | bsd-user: Complete FreeBSD siginfo | Warner Losh | 1 | -1/+14 |
2022-01-07 | bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE | Warner Losh | 1 | -2/+0 |
2022-01-07 | bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h | Warner Losh | 1 | -0/+11 |
2022-01-07 | bsd-user/freebsd: Create common target_os_ucontext.h file | Warner Losh | 2 | -3/+35 |
2021-10-18 | bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface | Warner Losh | 2 | -0/+30 |
2021-10-18 | bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it | Warner Losh | 1 | -0/+4 |
2021-10-18 | bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder | Warner Losh | 1 | -6/+2 |
2021-10-18 | bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h | Warner Losh | 1 | -0/+3 |
2021-10-18 | bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 | Warner Losh | 1 | -11/+0 |
2021-10-18 | bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 | Warner Losh | 1 | -99/+1 |
2021-09-10 | bsd-user: Add target_os_user.h to capture the user/kernel structures | Warner Losh | 1 | -0/+427 |
2021-09-10 | bsd-user: elf cleanup | Warner Losh | 1 | -0/+137 |
2021-09-10 | bsd-user: Move stack initializtion into a per-os file. | Warner Losh | 1 | -0/+181 |
2021-09-10 | bsd-user: *BSD specific siginfo defintions | Warner Losh | 2 | -0/+223 |
2021-09-10 | bsd-user: Create target specific vmparam.h | Warner Losh | 1 | -0/+38 |
2021-09-10 | bsd-user: pull in target_arch_thread.h update target_arch_elf.h | Warner Losh | 1 | -0/+25 |
2021-09-10 | bsd-user: Include host-os.h from main | Warner Losh | 1 | -0/+2 |
2021-09-10 | bsd-user: add host-os.h | Warner Losh | 1 | -0/+23 |
2021-01-11 | bsd-user: Update strace.list for FreeBSD's latest syscalls | Warner Losh | 1 | -7/+55 |
2021-01-11 | bsd-user: move strace OS/arch dependent code to host/arch dirs | Stacey Son | 2 | -1/+31 |
2021-01-11 | bsd-user: regenerate FreeBSD's system call numbers | Warner Losh | 1 | -315/+380 |
2014-06-11 | bsd-user: Fix syscall format, add strace support for more syscalls | Sean Bruno | 1 | -5/+14 |
2014-06-11 | bsd-user: Implement strace support for thr_* syscalls | Sean Bruno | 1 | -0/+9 |
2014-06-11 | bsd-user: Implement strace support for extattr_* syscalls | Sean Bruno | 1 | -0/+13 |
2014-06-11 | bsd-user: Implement strace support for __acl_* syscalls | Sean Bruno | 1 | -0/+12 |
2014-06-11 | bsd-user: Implement strace support for print_ioctl syscall | Sean Bruno | 1 | -1/+1 |
2014-06-11 | bsd-user: Implement strace support for print_sysctl syscall | Sean Bruno | 1 | -2/+19 |
2014-06-11 | bsd-user: refresh freebsd system call numbers | Stacey Son | 1 | -368/+445 |
2009-10-18 | bsd-user: FreeBSD update | Juergen Lock | 1 | -0/+1 |
2008-10-26 | Preliminary BSD user emulator support | blueswir1 | 2 | -0/+543 |