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