Age | Commit message (Expand) | Author | Files | Lines |
2023-08-28 | bsd-user: Add missing break after do_bsd_preadv | Warner Losh | 1 | -0/+1 |
2023-08-28 | bsd-user: Add getdents and fcntl related system calls | Warner Losh | 1 | -0/+16 |
2023-08-28 | bsd-user: Add glue for statfs related system calls | Warner Losh | 1 | -0/+24 |
2023-08-28 | bsd-user: Add glue for getfh and related syscalls | Warner Losh | 1 | -0/+28 |
2023-08-28 | bsd-user: Add glue for the freebsd11_stat syscalls | Warner Losh | 1 | -0/+42 |
2023-08-28 | bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h | Warner Losh | 1 | -11/+0 |
2023-06-01 | *-user: remove the guest_user_syscall tracepoints | Alex Bennée | 1 | -3/+0 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -0/+2 |
2023-03-01 | bsd-user: implement sysctlbyname(2) | Kyle Evans | 1 | -0/+4 |
2023-03-01 | bsd-user: do_freebsd_sysctl helper for sysctl(2) | Kyle Evans | 1 | -0/+4 |
2023-03-01 | bsd-user: Add sysarch syscall | Stacey Son | 1 | -0/+7 |
2023-03-01 | bsd-user: Don't truncate the return value from freebsd_syscall | Doug Rabson | 1 | -1/+1 |
2022-07-02 | bsd-user: Implement undelete | Warner Losh | 1 | -0/+4 |
2022-07-02 | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh | 1 | -0/+12 |
2022-07-02 | bsd-user: Implement mkfifo and mkfifoat | Warner Losh | 1 | -0/+8 |
2022-07-02 | bsd-user: Implement chroot and flock | Warner Losh | 1 | -0/+8 |
2022-07-02 | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh | 1 | -0/+12 |
2022-07-02 | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh | 1 | -0/+16 |
2022-07-02 | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh | 1 | -0/+13 |
2022-07-02 | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh | 1 | -0/+16 |
2022-07-02 | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh | 1 | -0/+16 |
2022-07-02 | bsd-user: Implement mount, umount and nmount | Warner Losh | 1 | -0/+13 |
2022-06-14 | bsd-user: Implement acct and sync | Warner Losh | 1 | -0/+8 |
2022-06-14 | bsd-user: Implement trunctate and ftruncate | Warner Losh | 1 | -0/+8 |
2022-06-14 | bsd-user: Implement dup and dup2 | Warner Losh | 1 | -0/+8 |
2022-06-14 | bsd-user: Implement rmdir and undocumented __getcwd | Warner Losh | 1 | -0/+8 |
2022-06-14 | bsd-user: Implement mkdir and mkdirat | Warner Losh | 1 | -0/+8 |
2022-06-13 | bsd-user: Implement link, linkat, unlink and unlinkat | Warner Losh | 1 | -0/+16 |
2022-06-13 | bsd-user: Implement rename and renameat | Warner Losh | 1 | -0/+8 |
2022-06-13 | bsd-user: Implement chdir and fchdir | Warner Losh | 1 | -0/+8 |
2022-06-13 | bsd-user: Implement revoke, access, eaccess and faccessat | Warner Losh | 1 | -0/+16 |
2022-06-13 | bsd-user: Implement fdatasync, fsync and close_from | Warner Losh | 1 | -0/+12 |
2022-06-13 | bsd-user: Implement open, openat and close | Warner Losh | 1 | -0/+16 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: Implement exit | Warner Losh | 1 | -0/+7 |
2022-06-10 | bsd-user/bsd-file.h: Meat of the write system calls | Warner Losh | 1 | -0/+22 |
2022-06-10 | bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv | Warner Losh | 1 | -0/+28 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate | Warner Losh | 1 | -4/+40 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: unlock_iovec | Warner Losh | 1 | -0/+14 |
2022-06-10 | bsd-user/freebsd/os-syscall.c: lock_iovec | Warner Losh | 1 | -0/+102 |
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/freebsd/os-syscall.c: Move syscall processing here | Warner Losh | 1 | -0/+69 |