|
|
@ -10,7 +10,8 @@ |
|
|
the file as the uid:gid. |
|
|
the file as the uid:gid. |
|
|
* FreeBSD does not have `getdents` like APIs for reading |
|
|
* FreeBSD does not have `getdents` like APIs for reading |
|
|
directories. As a result it uses traditional `readdir`. |
|
|
directories. As a result it uses traditional `readdir`. |
|
|
* FreeBSD's FUSE implementation is lacking many features of the Linux version. |
|
|
|
|
|
|
|
|
* FreeBSD's FUSE implementation is lacking many features of the Linux |
|
|
|
|
|
version. |
|
|
* IO passthrough |
|
|
* IO passthrough |
|
|
* statx |
|
|
* statx |
|
|
* lazy umount |
|
|
* lazy umount |
|
|
|