diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-13 23:54:26 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-13 23:54:26 +0000 |
commit | af2d834e29a460249f721eae2a5cae2e111f2c74 (patch) | |
tree | 6143d77c432c2cec9495468fa9cd122b02b13fb7 /sys/conf/NOTES | |
parent | 1df941a7f390f4de081ce3749d4a55c796f7b3fc (diff) | |
download | FreeBSD-src-af2d834e29a460249f721eae2a5cae2e111f2c74.zip FreeBSD-src-af2d834e29a460249f721eae2a5cae2e111f2c74.tar.gz |
Import a FreeBSD port of the FUSE Linux module.
This has been developed during 2 summer of code mandates and being revived
by gnn recently.
The functionality in this commit mirrors entirely content of fusefs-kmod
port, which doesn't need to be installed anymore for -CURRENT setups.
In order to get some sparse technical notes, please refer to:
http://lists.freebsd.org/pipermail/freebsd-fs/2012-March/013876.html
or to the project branch:
svn://svn.freebsd.org/base/projects/fuse/
which also contains granular history of changes happened during port
refinements. This commit does not came from the branch reintegration
itself because it seems svn is not behaving properly for this functionaly
at the moment.
Partly Sponsored by: Google, Summer of Code program 2005, 2011
Originally submitted by: ilya, Csaba Henk <csaba-ml AT creo DOT hu >
In collabouration with: pho
Tested by: flo, gnn, Gustau Perez,
Kevin Oberman <rkoberman AT gmail DOT com>
MFC after: 2 months
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6b9d6aa..622cbbf 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1003,6 +1003,7 @@ options NFSCLIENT #Network File System client # The rest are optional: options CD9660 #ISO 9660 filesystem options FDESCFS #File descriptor filesystem +options FUSE #FUSE support module options HPFS #OS/2 File system options MSDOSFS #MS DOS File System (FAT, FAT32) options NFSSERVER #Network File System server |