- 952d5d3 bsd-user: Implement undelete by Warner Losh · 2 years, 10 months ago
- d3f29dd bsd-user: Implement pathconf, lpathconf and fpathconf by Warner Losh · 2 years, 10 months ago
- 5fbd801 bsd-user: Implement mkfifo and mkfifoat by Warner Losh · 2 years, 10 months ago
- 17a4d13 bsd-user: Implement chroot and flock by Warner Losh · 2 years, 10 months ago
- c6f0a7d bsd-user: Implement chflags, lchflags and fchflags by Warner Losh · 2 years, 10 months ago
- 58af3e2 bsd-user: Implement chown, fchown, lchown and fchownat by Warner Losh · 2 years, 10 months ago
- 79cfae0 bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat by Warner Losh · 2 years, 10 months ago
- 0db0db8 bsd-user: implement chmod, fchmod, lchmod and fchmodat by Warner Losh · 2 years, 10 months ago
- c7b62b4 bsd-user: Implement symlink, symlinkat, readlink and readlinkat by Warner Losh · 2 years, 10 months ago
- af2ae2e bsd-user: Implement mount, umount and nmount by Warner Losh · 2 years, 10 months ago
- d35020e bsd-user: Implement acct and sync by Warner Losh · 2 years, 10 months ago
- 4b795b1 bsd-user: Implement trunctate and ftruncate by Warner Losh · 2 years, 10 months ago
- a15699a bsd-user: Implement dup and dup2 by Warner Losh · 2 years, 10 months ago
- 6af8f76 bsd-user: Implement rmdir and undocumented __getcwd by Warner Losh · 2 years, 10 months ago
- 1ffbd5e bsd-user: Implement mkdir and mkdirat by Warner Losh · 2 years, 10 months ago
- 2d3b7e0 bsd-user: Implement link, linkat, unlink and unlinkat by Warner Losh · 2 years, 10 months ago
- ab5fd2d bsd-user: Implement rename and renameat by Warner Losh · 2 years, 10 months ago
- 390f547 bsd-user: Implement chdir and fchdir by Warner Losh · 2 years, 10 months ago
- 65c6c4c bsd-user: Implement revoke, access, eaccess and faccessat by Warner Losh · 2 years, 10 months ago
- a2ba6c7 bsd-user: Implement fdatasync, fsync and close_from by Warner Losh · 2 years, 10 months ago
- 77d3522 bsd-user: Implement open, openat and close by Warner Losh · 2 years, 10 months ago
- 9554d33 bsd-user/freebsd/os-syscall.c: Implement exit by Warner Losh · 3 years, 2 months ago
- 770d8ab bsd-user/bsd-file.h: Meat of the write system calls by Warner Losh · 3 years, 2 months ago
- 80da1b0 bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv by Warner Losh · 3 years, 2 months ago
- db69788 bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate by Warner Losh · 3 years, 2 months ago
- 883808d bsd-user/freebsd/os-syscall.c: unlock_iovec by Warner Losh · 3 years, 2 months ago
- 1ed771b bsd-user/freebsd/os-syscall.c: lock_iovec by Warner Losh · 3 years, 2 months ago
- 9c09280 Clean up ill-advised or unusual header guards by Markus Armbruster · 2 years, 11 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- c5c84d1 bsd-user/bsd-file.h: Implementation details for the filesystem calls by Warner Losh · 3 years, 2 months ago
- deeff83 bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno by Warner Losh · 3 years, 2 months ago
- a1ea194 bsd-user: Move system call building to os-syscall.c by Warner Losh · 3 years, 2 months ago
- 66eed09 bsd-user/freebsd/os-syscall.c: Move syscall processing here by Warner Losh · 3 years, 2 months ago
- 1103d59 bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args by Warner Losh · 3 years, 2 months ago
- 2373a62 bsd-user: Create setup_sigframe_arch to setup sigframe context by Warner Losh · 3 years, 2 months ago
- 4550c66 bsd-user: Complete FreeBSD siginfo by Warner Losh · 3 years, 2 months ago
- ca4fc70 bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE by Warner Losh · 3 years, 5 months ago
- 108fffe bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h by Warner Losh · 3 years, 5 months ago
- aa3a242 bsd-user/freebsd: Create common target_os_ucontext.h file by Warner Losh · 3 years, 5 months ago
- da07e69 bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface by Warner Losh · 3 years, 6 months ago
- f6f0706 bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it by Warner Losh · 3 years, 6 months ago
- 11170cb bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder by Warner Losh · 3 years, 6 months ago
- f4a29b6 bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h by Warner Losh · 3 years, 6 months ago
- b03c0bb bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 by Warner Losh · 3 years, 6 months ago
- 1fecb60 bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 by Warner Losh · 3 years, 6 months ago
- 25fb5d3 bsd-user: Add target_os_user.h to capture the user/kernel structures by Warner Losh · 3 years, 8 months ago
- 98b34d3 bsd-user: elf cleanup by Warner Losh · 3 years, 8 months ago
- 534217f bsd-user: Move stack initializtion into a per-os file. by Warner Losh · 3 years, 8 months ago
- 790baac bsd-user: *BSD specific siginfo defintions by Warner Losh · 3 years, 8 months ago
- 8279224 bsd-user: Create target specific vmparam.h by Warner Losh · 3 years, 8 months ago
- a8fe6d5 bsd-user: pull in target_arch_thread.h update target_arch_elf.h by Warner Losh · 3 years, 8 months ago
- d1dc9ab bsd-user: Include host-os.h from main by Warner Losh · 3 years, 7 months ago
- cce7ae5 bsd-user: add host-os.h by Warner Losh · 3 years, 7 months ago
- f6eb4a0 bsd-user: Update strace.list for FreeBSD's latest syscalls by Warner Losh · 4 years, 3 months ago
- ea1ab4c bsd-user: move strace OS/arch dependent code to host/arch dirs by Stacey Son · 4 years, 3 months ago
- 4d306e5 bsd-user: regenerate FreeBSD's system call numbers by Warner Losh · 4 years, 3 months ago
- c4af6d4 bsd-user: Fix syscall format, add strace support for more syscalls by Sean Bruno · 11 years ago
- f35f961 bsd-user: Implement strace support for thr_* syscalls by Sean Bruno · 11 years ago
- 1e50165 bsd-user: Implement strace support for extattr_* syscalls by Sean Bruno · 11 years ago
- 6054748 bsd-user: Implement strace support for __acl_* syscalls by Sean Bruno · 11 years ago
- b85159a bsd-user: Implement strace support for print_ioctl syscall by Sean Bruno · 11 years ago
- 80b3460 bsd-user: Implement strace support for print_sysctl syscall by Sean Bruno · 11 years ago
- 6b24119 bsd-user: refresh freebsd system call numbers by Stacey Son · 11 years ago
- 78cfb07 bsd-user: FreeBSD update by Juergen Lock · 15 years ago
- 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago