aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
AgeCommit message (Expand)AuthorFilesLines
2022-07-02bsd-user: Implement undeleteWarner Losh1-0/+4
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh1-0/+12
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh1-0/+8
2022-07-02bsd-user: Implement chroot and flockWarner Losh1-0/+8
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh1-0/+12
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh1-0/+16
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh1-0/+13
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh1-0/+16
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh1-0/+16
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh1-0/+13
2022-06-14bsd-user: Implement acct and syncWarner Losh1-0/+8
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh1-0/+8
2022-06-14bsd-user: Implement dup and dup2Warner Losh1-0/+8
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh1-0/+8
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh1-0/+8
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh1-0/+16
2022-06-13bsd-user: Implement rename and renameatWarner Losh1-0/+8
2022-06-13bsd-user: Implement chdir and fchdirWarner Losh1-0/+8
2022-06-13bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh1-0/+16
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