Age | Commit message (Expand) | Author |
2023-08-28 | bsd-user: Add missing break after do_bsd_preadv | Warner Losh |
2023-08-28 | bsd-user: Add getdents and fcntl related system calls | Warner Losh |
2023-08-28 | bsd-user: Add glue for statfs related system calls | Warner Losh |
2023-08-28 | bsd-user: Add glue for getfh and related syscalls | Warner Losh |
2023-08-28 | bsd-user: Add glue for the freebsd11_stat syscalls | Warner Losh |
2023-08-28 | bsd-user: Add os-stat.c to the build | Karim Taha |
2023-08-28 | bsd-user: Implement do_freebsd_realpathat syscall | Mikaël Urankar |
2023-08-28 | bsd-user: Implement freebsd11 netbsd stat related syscalls | Michal Meloun |
2023-08-28 | bsd-user: Implement freebsd11 getdirents related syscalls | Michal Meloun |
2023-08-28 | bsd-user: Implement freebsd11 statfs related syscalls | Michal Meloun |
2023-08-28 | bsd-user: Implement freebsd11 fstat and fhstat related syscalls | Michal Meloun |
2023-08-28 | bsd-user: Implement freebsd11 stat related syscalls | Michal Meloun |
2023-08-28 | bsd-user: Implement stat related syscalls | Stacey Son |
2023-08-28 | bsd-user: Implement getdents related syscalls | Stacey Son |
2023-08-28 | bsd-user: Implement statfs related syscalls | Stacey Son |
2023-08-28 | bsd-user: Implement statfh related syscalls | Stacey Son |
2023-08-28 | bsd-user: Implement stat related syscalls | Stacey Son |
2023-08-28 | bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functions | Michal Meloun |
2023-08-28 | bsd-user: Implement target_to_host_fcntl_cmd | Stacey Son |
2023-08-28 | bsd-user: Implement h2t_freebds11_statfs | Stacey Son |
2023-08-28 | bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandle | Stacey Son |
2023-08-28 | bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstat | Stacey Son |
2023-08-28 | bsd-user: Declarations of h2t and t2h conversion functions. | Stacey Son |
2023-08-28 | bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h | Warner Losh |
2023-06-01 | *-user: remove the guest_user_syscall tracepoints | Alex Bennée |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée |
2023-03-01 | bsd-user: implement sysctlbyname(2) | Kyle Evans |
2023-03-01 | bsd-user: do_freebsd_sysctl helper for sysctl(2) | Kyle Evans |
2023-03-01 | bsd-user: Start translation of arch-specific sysctls | Juergen Lock |
2023-03-01 | bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants | Juergen Lock |
2023-03-01 | bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt | Juergen Lock |
2023-03-01 | bsd-user: Helper routines oidfmt | Stacey Son |
2023-03-01 | bsd-user: various helper routines for sysctl | Warner Losh |
2023-03-01 | bsd-user: Add sysarch syscall | Stacey Son |
2023-03-01 | bsd-user: Don't truncate the return value from freebsd_syscall | Doug Rabson |
2023-02-08 | bsd-user: Clean up includes | Markus Armbruster |
2022-07-02 | bsd-user: Implement undelete | Warner Losh |
2022-07-02 | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh |
2022-07-02 | bsd-user: Implement mkfifo and mkfifoat | Warner Losh |
2022-07-02 | bsd-user: Implement chroot and flock | Warner Losh |
2022-07-02 | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh |
2022-07-02 | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh |
2022-07-02 | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh |
2022-07-02 | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh |
2022-07-02 | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh |
2022-07-02 | bsd-user: Implement mount, umount and nmount | Warner Losh |
2022-06-14 | bsd-user: Implement acct and sync | Warner Losh |
2022-06-14 | bsd-user: Implement trunctate and ftruncate | Warner Losh |
2022-06-14 | bsd-user: Implement dup and dup2 | Warner Losh |
2022-06-14 | bsd-user: Implement rmdir and undocumented __getcwd | Warner Losh |