| Commit message (Expand) | Author | Age | Files | Lines |
* | bsd-user: Implement undelete | Warner Losh | 2022-07-02 | 1 | -0/+4 |
* | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh | 2022-07-02 | 1 | -0/+12 |
* | bsd-user: Implement mkfifo and mkfifoat | Warner Losh | 2022-07-02 | 1 | -0/+8 |
* | bsd-user: Implement chroot and flock | Warner Losh | 2022-07-02 | 1 | -0/+8 |
* | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh | 2022-07-02 | 1 | -0/+12 |
* | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh | 2022-07-02 | 1 | -0/+16 |
* | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh | 2022-07-02 | 1 | -0/+13 |
* | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh | 2022-07-02 | 1 | -0/+16 |
* | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh | 2022-07-02 | 1 | -0/+16 |
* | bsd-user: Implement mount, umount and nmount | Warner Losh | 2022-07-02 | 1 | -0/+13 |
* | bsd-user: Implement acct and sync | Warner Losh | 2022-06-14 | 1 | -0/+8 |
* | bsd-user: Implement trunctate and ftruncate | Warner Losh | 2022-06-14 | 1 | -0/+8 |
* | bsd-user: Implement dup and dup2 | Warner Losh | 2022-06-14 | 1 | -0/+8 |
* | bsd-user: Implement rmdir and undocumented __getcwd | Warner Losh | 2022-06-14 | 1 | -0/+8 |
* | bsd-user: Implement mkdir and mkdirat | Warner Losh | 2022-06-14 | 1 | -0/+8 |
* | bsd-user: Implement link, linkat, unlink and unlinkat | Warner Losh | 2022-06-13 | 1 | -0/+16 |
* | bsd-user: Implement rename and renameat | Warner Losh | 2022-06-13 | 1 | -0/+8 |
* | bsd-user: Implement chdir and fchdir | Warner Losh | 2022-06-13 | 1 | -0/+8 |
* | bsd-user: Implement revoke, access, eaccess and faccessat | Warner Losh | 2022-06-13 | 1 | -0/+16 |
* | bsd-user: Implement fdatasync, fsync and close_from | Warner Losh | 2022-06-13 | 1 | -0/+12 |
* | bsd-user: Implement open, openat and close | Warner Losh | 2022-06-13 | 1 | -0/+16 |
* | bsd-user/freebsd/os-syscall.c: Implement exit | Warner Losh | 2022-06-11 | 1 | -0/+7 |
* | bsd-user/bsd-file.h: Meat of the write system calls | Warner Losh | 2022-06-11 | 1 | -0/+22 |
* | bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv | Warner Losh | 2022-06-11 | 1 | -0/+28 |
* | bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate | Warner Losh | 2022-06-11 | 1 | -4/+40 |
* | bsd-user/freebsd/os-syscall.c: unlock_iovec | Warner Losh | 2022-06-11 | 1 | -0/+14 |
* | bsd-user/freebsd/os-syscall.c: lock_iovec | Warner Losh | 2022-06-11 | 1 | -0/+102 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2022-05-11 | 8 | -24/+27 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | bsd-user/bsd-file.h: Implementation details for the filesystem calls | Warner Losh | 2022-02-27 | 1 | -0/+2 |
* | bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno | Warner Losh | 2022-02-26 | 1 | -1/+22 |
* | bsd-user: Move system call building to os-syscall.c | Warner Losh | 2022-02-26 | 1 | -0/+1 |
* | bsd-user/freebsd/os-syscall.c: Move syscall processing here | Warner Losh | 2022-02-26 | 1 | -0/+69 |
* | bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat... | Warner Losh | 2022-01-31 | 1 | -3/+3 |
* | bsd-user: Create setup_sigframe_arch to setup sigframe context | Warner Losh | 2022-01-28 | 1 | -0/+3 |
* | bsd-user: Complete FreeBSD siginfo | Warner Losh | 2022-01-28 | 1 | -1/+14 |
* | bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE | Warner Losh | 2022-01-08 | 1 | -2/+0 |
* | bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h | Warner Losh | 2022-01-08 | 1 | -0/+11 |
* | bsd-user/freebsd: Create common target_os_ucontext.h file | Warner Losh | 2022-01-08 | 2 | -3/+35 |
* | bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface | Warner Losh | 2021-10-18 | 2 | -0/+30 |
* | bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it | Warner Losh | 2021-10-18 | 1 | -0/+4 |
* | bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder | Warner Losh | 2021-10-18 | 1 | -6/+2 |
* | bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h | Warner Losh | 2021-10-18 | 1 | -0/+3 |
* | bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 | Warner Losh | 2021-10-18 | 1 | -11/+0 |
* | bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 | Warner Losh | 2021-10-18 | 1 | -99/+1 |
* | bsd-user: Add target_os_user.h to capture the user/kernel structures | Warner Losh | 2021-09-10 | 1 | -0/+427 |
* | bsd-user: elf cleanup | Warner Losh | 2021-09-10 | 1 | -0/+137 |
* | bsd-user: Move stack initializtion into a per-os file. | Warner Losh | 2021-09-10 | 1 | -0/+181 |
* | bsd-user: *BSD specific siginfo defintions | Warner Losh | 2021-09-10 | 2 | -0/+223 |
* | bsd-user: Create target specific vmparam.h | Warner Losh | 2021-09-10 | 1 | -0/+38 |