]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/freebsd/os-syscall.c
bsd-user: Add getdents and fcntl related system calls
authorWarner Losh <imp@bsdimp.com>
Sun, 13 Aug 2023 08:41:53 +0000 (10:41 +0200)
committerWarner Losh <imp@bsdimp.com>
Mon, 28 Aug 2023 18:16:18 +0000 (12:16 -0600)
commit97a3c571147c3b62a79a994ebd85769419e630c2
tree74f898ad1f344aa8e45bc0d1d47d416621b62aa0
parentd7e9a545084ba1ded8fe864697db174cc3e6ebe2
bsd-user: Add getdents and fcntl related system calls

Add glue to call the following syscalls to the freebsd_syscall:

freebsd11_getdents
getdirentries
freebsd11_getdirentries
fcntl

Signed-off-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/freebsd/os-syscall.c