commit | db8ee08f0a88ae04ee6b684690a3d53f862e7ea3 | [log] [tgz] |
---|---|---|
author | Stacey Son <sson@FreeBSD.org> | Sun Aug 13 10:41:39 2023 +0200 |
committer | Warner Losh <imp@bsdimp.com> | Mon Aug 28 12:16:18 2023 -0600 |
tree | 5378cdae128232760b5f71765eb822746dbcedff | |
parent | bf14f13d8be8f572fa169a866d3244fa4a1988ac [diff] |
bsd-user: Implement statfh related syscalls Implement the following syscalls: getfh(2) lgetfh(2) fhopen(2) fhstat(2) fhstatfs(2) Signed-off-by: Stacey Son <sson@FreeBSD.org> 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>