aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
AgeCommit message (Expand)Author
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh
2023-08-28bsd-user: Add os-stat.c to the buildKarim Taha
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-user: Implement getdents related syscallsStacey Son
2023-08-28bsd-user: Implement statfs related syscallsStacey Son
2023-08-28bsd-user: Implement statfh related syscallsStacey Son
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans
2023-03-01bsd-user: Start translation of arch-specific sysctlsJuergen Lock
2023-03-01bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock
2023-03-01bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock
2023-03-01bsd-user: Helper routines oidfmtStacey Son
2023-03-01bsd-user: various helper routines for sysctlWarner Losh
2023-03-01bsd-user: Add sysarch syscallStacey Son
2023-03-01bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson
2023-02-08bsd-user: Clean up includesMarkus Armbruster
2022-07-02bsd-user: Implement undeleteWarner Losh
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh
2022-07-02bsd-user: Implement chroot and flockWarner Losh
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh
2022-06-14bsd-user: Implement acct and syncWarner Losh
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh
2022-06-14bsd-user: Implement dup and dup2Warner Losh
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh