summaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Memory leak fixed in file : mount_bsd.cfuse_3_0_bugfixitsdeepak2016-12-231-4/+14
* Make handling of -oallow_root easier to understandNikolaus Rath2016-11-221-15/+0
* Add max_read to fuse_conn_infoNikolaus Rath2016-10-271-0/+7
* Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath2016-10-161-7/+0
* Make --help output more suitable for end-userNikolaus Rath2016-10-151-2/+0
* Removed -o nonempty optionNikolaus Rath2016-10-151-1/+0
* Drop -o large_read mount optionNikolaus Rath2016-10-151-1/+0
* fuse_mount_help(): clarify that listed options are FUSE specificNikolaus Rath2016-10-041-1/+1
* Extended per-file comments.Nikolaus Rath2016-10-021-0/+2
* Add section headings for --help outputNikolaus Rath2016-10-021-1/+3
* Turn struct fuse_chan into an implementation detailNikolaus Rath2016-10-021-37/+34
* Improve documentation of argument parsing.Nikolaus Rath2016-10-011-0/+2
* Dropped fuse_unmount_compat22Nikolaus Rath2016-09-271-47/+0
* Whitespace cleanup.Nikolaus Rath2016-03-291-1/+1
* Print help on stdout instead of stderrMiklos Szeredi2013-07-261-3/+1
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi2013-07-241-0/+1
* libfuse: fix multiple close of device fdMiklos Szeredi2013-06-201-3/+6
* Remove old symbol versionsMiklos Szeredi2012-07-191-2/+0
* Add support for atomic open(O_TRUNC)Miklos Szeredi2008-02-081-2/+2
* lib/mount_bsd.c: fix typofuse_2_8_startCsaba Henk2008-02-051-1/+1
* lib/mount_bsd.c: add "-onosync_unmount" kernel optionCsaba Henk2008-02-051-0/+1
* lib/mount_bsd.c: prettify option specificationsCsaba Henk2008-02-031-67/+42
* lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...Csaba Henk2008-02-031-11/+1
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...Csaba Henk2008-02-031-50/+15
* lib/mount_bsd.c: string formatting fixes, exit if mounting has failedCsaba Henk2008-02-031-10/+22
* lib/mount_bsd.c: add support for the subtype optionCsaba Henk2008-01-071-0/+1
* lib/mount_bsd.c: fix up/refine device closing vs. unmountCsaba Henk2008-01-061-5/+77
* lib/mount_bsd.c: Close device before unmount.Csaba Henk2008-01-031-1/+3
* lib/mount_bsd.c: fix some warningsCsaba Henk2008-01-031-4/+4
* change indentingMiklos Szeredi2007-12-121-277/+283
* Disable old symbol versions if __UCLIBC__ is definedfuse_2_7_2_before_indentMiklos Szeredi2007-12-121-1/+2
* Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi2007-10-161-1/+1
* run mount util foregrounded on FreeBSD if kernel features backgrounded initCsaba Henk2006-04-221-6/+28
* More "no" prefixes for FreBSD mount routineCsaba Henk2006-04-061-7/+12
* fixMiklos Szeredi2006-03-171-6/+6
* pass device file descriptor to fuse_unmountCsaba Henk2006-03-011-2/+37
* merge fuse_2_5_bugfixMiklos Szeredi2006-02-021-1/+2
* whitespace fixesMiklos Szeredi2006-01-091-1/+1
* fixMiklos Szeredi2006-01-091-6/+171
* fixMiklos Szeredi2005-11-171-6/+8
* merge FreeBSD stuffMiklos Szeredi2005-11-161-0/+133