From 1cc9fa72f0a1785bfd37ea14ff3b87a2e98b5c41 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 30 Nov 2025 23:42:59 -0600 Subject: [PATCH] known_issues_bugs.md --- mkdocs/docs/known_issues_bugs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/known_issues_bugs.md b/mkdocs/docs/known_issues_bugs.md index 4381a261..a85a43a0 100644 --- a/mkdocs/docs/known_issues_bugs.md +++ b/mkdocs/docs/known_issues_bugs.md @@ -8,8 +8,9 @@ like abilities meaning it runs as root and has to create files as root then lchown them rather than changing credentials and creating the file as the uid:gid. -* FreeBSD does not have -* FreeBSD's FUSE implementation is lacking many features of Linux. +* FreeBSD does not have `getdents` like APIs for reading + directories. As a result it uses traditional `readdir`. +* FreeBSD's FUSE implementation is lacking many features of the Linux version. * IO passthrough * statx * lazy umount