aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_bsd.c
AgeCommit message (Expand)AuthorLines
2018-11-11Fix mounting on FreeBSDRoman Bogorodskiy-4/+2
2017-09-11fuse_kern_unmount(): close fd before calling umountNikolaus Rath-1/+1
2017-08-11fuse_kern_unmount(): fix variable type.Nikolaus Rath-1/+2
2017-08-11Fix unused variable warnings under FreeBSD.Nikolaus Rath-2/+1
2017-08-03Simply #ifdefsNikolaus Rath-53/+0
2017-08-03FreeBSD: use unmount(2) and add missing FreeBSD mount optionBaptiste Daroussin-0/+12
2016-12-23Memory leak fixed in file : mount_bsd.citsdeepak-4/+14
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath-15/+0
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-0/+7
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath-7/+0
2016-10-15Make --help output more suitable for end-userNikolaus Rath-2/+0
2016-10-15Removed -o nonempty optionNikolaus Rath-1/+0
2016-10-15Drop -o large_read mount optionNikolaus Rath-1/+0
2016-10-04fuse_mount_help(): clarify that listed options are FUSE specificNikolaus Rath-1/+1
2016-10-02Extended per-file comments.Nikolaus Rath-0/+2
2016-10-02Add section headings for --help outputNikolaus Rath-1/+3
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-37/+34
2016-10-01Improve documentation of argument parsing.Nikolaus Rath-0/+2
2016-09-27Dropped fuse_unmount_compat22Nikolaus Rath-47/+0
2016-03-29Whitespace cleanup.Nikolaus Rath-1/+1
2013-07-26Print help on stdout instead of stderrMiklos Szeredi-3/+1
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-0/+1
2013-06-20libfuse: fix multiple close of device fdMiklos Szeredi-3/+6
2012-07-19Remove old symbol versionsMiklos Szeredi-2/+0
2008-02-08Add support for atomic open(O_TRUNC)Miklos Szeredi-2/+2
2008-02-05lib/mount_bsd.c: fix typoCsaba Henk-1/+1
2008-02-05lib/mount_bsd.c: add "-onosync_unmount" kernel optionCsaba Henk-0/+1
2008-02-03lib/mount_bsd.c: prettify option specificationsCsaba Henk-67/+42
2008-02-03lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...Csaba Henk-11/+1
2008-02-03lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...Csaba Henk-50/+15
2008-02-03lib/mount_bsd.c: string formatting fixes, exit if mounting has failedCsaba Henk-10/+22
2008-01-07lib/mount_bsd.c: add support for the subtype optionCsaba Henk-0/+1
2008-01-06lib/mount_bsd.c: fix up/refine device closing vs. unmountCsaba Henk-5/+77
2008-01-03lib/mount_bsd.c: Close device before unmount.Csaba Henk-1/+3
2008-01-03lib/mount_bsd.c: fix some warningsCsaba Henk-4/+4
2007-12-12change indentingMiklos Szeredi-277/+283
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-1/+2
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2006-04-22run mount util foregrounded on FreeBSD if kernel features backgrounded initCsaba Henk-6/+28
2006-04-06More "no" prefixes for FreBSD mount routineCsaba Henk-7/+12
2006-03-17fixMiklos Szeredi-6/+6
2006-03-01pass device file descriptor to fuse_unmountCsaba Henk-2/+37
2006-02-02merge fuse_2_5_bugfixMiklos Szeredi-1/+2
2006-01-09whitespace fixesMiklos Szeredi-1/+1
2006-01-09fixMiklos Szeredi-6/+171
2005-11-17fixMiklos Szeredi-6/+8
2005-11-16merge FreeBSD stuffMiklos Szeredi-0/+133