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 /UPDATING | |
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 'UPDATING')
-rw-r--r-- | UPDATING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20121014: + Import the FUSE kernel and userland support into base system. + 20121013: The GNU sort(1) program has been removed since the BSD-licensed sort(1) has been the default for quite some time and no serious |