aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd
AgeCommit message (Expand)AuthorFilesLines
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh1-0/+1
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh1-0/+16
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh1-0/+24
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh1-0/+28
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh1-0/+42
2023-08-28bsd-user: Add os-stat.c to the buildKarim Taha1-0/+1
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar1-0/+26
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun1-0/+7
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun1-0/+44
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun1-0/+75
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun1-0/+78
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun1-0/+5
2023-08-28bsd-user: Implement stat related syscallsStacey Son1-0/+74
2023-08-28bsd-user: Implement getdents related syscallsStacey Son1-0/+72
2023-08-28bsd-user: Implement statfs related syscallsStacey Son1-0/+69
2023-08-28bsd-user: Implement statfh related syscallsStacey Son1-0/+83
2023-08-28bsd-user: Implement stat related syscallsStacey Son1-0/+130
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun1-0/+82
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son1-0/+8
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son1-0/+41
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son1-0/+37
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son1-0/+94
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son1-0/+50
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh1-11/+0
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée1-3/+0
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-0/+2
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans2-0/+71
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans2-1/+59
2023-03-01bsd-user: Start translation of arch-specific sysctlsJuergen Lock1-2/+143
2023-03-01bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock1-4/+86
2023-03-01bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock1-0/+18
2023-03-01bsd-user: Helper routines oidfmtStacey Son1-4/+127
2023-03-01bsd-user: various helper routines for sysctlWarner Losh1-0/+86
2023-03-01bsd-user: Add sysarch syscallStacey Son1-0/+7
2023-03-01bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson1-1/+1
2023-02-08bsd-user: Clean up includesMarkus Armbruster1-0/+1
2022-07-02bsd-user: Implement undeleteWarner Losh1-0/+4
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh1-0/+12
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh1-0/+8
2022-07-02bsd-user: Implement chroot and flockWarner Losh1-0/+8
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh1-0/+12
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh1-0/+16
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh1-0/+13
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh1-0/+16
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh1-0/+16
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh1-0/+13
2022-06-14bsd-user: Implement acct and syncWarner Losh1-0/+8
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh1-0/+8
2022-06-14bsd-user: Implement dup and dup2Warner Losh1-0/+8
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh1-0/+8