summaryrefslogtreecommitdiffstats
path: root/sbin/mount_fusefs
Commit message (Collapse)AuthorAgeFilesLines
* MFC r279489:trasz2015-05-151-0/+7
| | | | | | | | Make the "automounted" flag work for FUSE filesystems. PR: 192852 Submitted by: taku at tackymt.homeip.net (earlier version) Sponsored by: The FreeBSD Foundation
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-8/+3
| | | | | | | | | | | This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about potentially missing `static' keywords, similar to -Wmissing-prototypes. - bin/pax: Move external declaration of chdname and s_mask into extern.h. - bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h. - sbin/mount_fusefs: Remove char *progname; use getprogname(). - others: add `static' where possible.
* Remove trailing whitespace.joel2012-10-141-8/+8
|
* Minor mdoc and language fixes.joel2012-10-141-11/+11
|
* getopt_long() returns an int. Use the return value accordingly.attilio2012-10-141-1/+1
| | | | | | Pointy hat to: me MFC after: 2 months X-MFC: r241519,241521
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-133-0/+900
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
OpenPOWER on IntegriCloud