dragonfly - Add initial FUSE support
http://lists.dragonflybsd.org/pipermail/commits/2019-March/718568.html [lists.dragonflybsd.org]
2019-05-03 00:32
The basic code design comes from FreeBSD, but the code is written from scratch. It was just easier to write from scratch than trying to port sys/fs/fuse/* in FreeBSD for various reasons. Note that this is to implement FUSE API/ABI, but not to be compatible with FreeBSD implementation which contains FreeBSD specific sysctls, etc.
source: Dfly