summaryrefslogtreecommitdiffstats
path: root/sbin/mount_fusefs
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-272-2/+9
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+0
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Merge headsjg2014-04-281-1/+0
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Updated/new Makefile.dependsjg2012-11-081-0/+19
| | | |
* | | | Make the "automounted" flag work for FUSE filesystems.trasz2015-03-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 192852 Submitted by: taku at tackymt.homeip.net (earlier version) MFC after: 1 month Sponsored by: The FreeBSD Foundation
* | | | mdoc: improvements to SEE ALSO.joel2014-12-271-2/+2
| |_|/ |/| |
* | | mdoc: remove superfluous paragraph macros.joel2014-06-231-1/+0
| |/ |/|
* | In tree makefile shouldn't be setting policy piecemeal. Don't setimp2014-04-131-1/+0
|/ | | | NO_MANCOMPRESS here.
* 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