aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd/os-syscall.c
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: 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 Evans1-0/+4
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans1-0/+4
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
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
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh1-0/+8
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh1-0/+16
2022-06-13bsd-user: Implement rename and renameatWarner Losh1-0/+8
2022-06-13bsd-user: Implement chdir and fchdirWarner Losh1-0/+8
2022-06-13bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh1-0/+16
2022-06-13bsd-user: Implement fdatasync, fsync and close_fromWarner Losh1-0/+12
2022-06-13bsd-user: Implement open, openat and closeWarner Losh1-0/+16
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh1-0/+7
2022-06-10bsd-user/bsd-file.h: Meat of the write system callsWarner Losh1-0/+22
2022-06-10bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh1-0/+28
2022-06-10bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh1-4/+40
2022-06-10bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh1-0/+14
2022-06-10bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh1-0/+102
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-26bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh1-0/+2
2022-02-26bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh1-1/+22
2022-02-26bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh1-0/+69