summaryrefslogtreecommitdiffstats
path: root/bsd-user/freebsd
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Implement undeleteWarner Losh2022-07-021-0/+4
* bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh2022-07-021-0/+12
* bsd-user: Implement mkfifo and mkfifoatWarner Losh2022-07-021-0/+8
* bsd-user: Implement chroot and flockWarner Losh2022-07-021-0/+8
* bsd-user: Implement chflags, lchflags and fchflagsWarner Losh2022-07-021-0/+12
* bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh2022-07-021-0/+16
* bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh2022-07-021-0/+13
* bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh2022-07-021-0/+16
* bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2022-07-021-0/+16
* bsd-user: Implement mount, umount and nmountWarner Losh2022-07-021-0/+13
* bsd-user: Implement acct and syncWarner Losh2022-06-141-0/+8
* bsd-user: Implement trunctate and ftruncateWarner Losh2022-06-141-0/+8
* bsd-user: Implement dup and dup2Warner Losh2022-06-141-0/+8
* bsd-user: Implement rmdir and undocumented __getcwdWarner Losh2022-06-141-0/+8
* bsd-user: Implement mkdir and mkdiratWarner Losh2022-06-141-0/+8
* bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh2022-06-131-0/+16
* bsd-user: Implement rename and renameatWarner Losh2022-06-131-0/+8
* bsd-user: Implement chdir and fchdirWarner Losh2022-06-131-0/+8
* bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2022-06-131-0/+16
* bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2022-06-131-0/+12
* bsd-user: Implement open, openat and closeWarner Losh2022-06-131-0/+16
* bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh2022-06-111-0/+7
* bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2022-06-111-0/+22
* bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2022-06-111-0/+28
* bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh2022-06-111-4/+40
* bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh2022-06-111-0/+14
* bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh2022-06-111-0/+102
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-118-24/+27
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh2022-02-271-0/+2
* bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh2022-02-261-1/+22
* bsd-user: Move system call building to os-syscall.cWarner Losh2022-02-261-0/+1
* bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh2022-02-261-0/+69
* bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...Warner Losh2022-01-311-3/+3
* bsd-user: Create setup_sigframe_arch to setup sigframe contextWarner Losh2022-01-281-0/+3
* bsd-user: Complete FreeBSD siginfoWarner Losh2022-01-281-1/+14
* bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh2022-01-081-2/+0Star
* bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh2022-01-081-0/+11
* bsd-user/freebsd: Create common target_os_ucontext.h fileWarner Losh2022-01-082-3/+35
* bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh2021-10-182-0/+30
* bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh2021-10-181-0/+4
* bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh2021-10-181-6/+2Star
* bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh2021-10-181-0/+3
* bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh2021-10-181-11/+0Star
* bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh2021-10-181-99/+1Star
* bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh2021-09-101-0/+427
* bsd-user: elf cleanupWarner Losh2021-09-101-0/+137
* bsd-user: Move stack initializtion into a per-os file.Warner Losh2021-09-101-0/+181
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-102-0/+223
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-101-0/+38