| commit | 97a3c571147c3b62a79a994ebd85769419e630c2 | [log] [tgz] |
|---|---|---|
| author | Warner Losh <imp@bsdimp.com> | Sun Aug 13 10:41:53 2023 +0200 |
| committer | Warner Losh <imp@bsdimp.com> | Mon Aug 28 12:16:18 2023 -0600 |
| tree | 74f898ad1f344aa8e45bc0d1d47d416621b62aa0 | |
| parent | d7e9a545084ba1ded8fe864697db174cc3e6ebe2 [diff] |
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>