aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
Commit message (Expand)AuthorAge
* fuse_kern_unmount(): close fd before calling umountGravatar Nikolaus Rath2017-09-11
* fuse_kern_unmount(): fix variable type.Gravatar Nikolaus Rath2017-08-11
* Fix unused variable warnings under FreeBSD.Gravatar Nikolaus Rath2017-08-11
* Simply #ifdefsGravatar Nikolaus Rath2017-08-03
* FreeBSD: use unmount(2) and add missing FreeBSD mount optionGravatar Baptiste Daroussin2017-08-03
* Memory leak fixed in file : mount_bsd.cGravatar itsdeepak2016-12-23
* Make handling of -oallow_root easier to understandGravatar Nikolaus Rath2016-11-22
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* Inlined fuse_mount_help() into fuse_lowlevel_help().Gravatar Nikolaus Rath2016-10-16
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Removed -o nonempty optionGravatar Nikolaus Rath2016-10-15
* Drop -o large_read mount optionGravatar Nikolaus Rath2016-10-15
* fuse_mount_help(): clarify that listed options are FUSE specificGravatar Nikolaus Rath2016-10-04
* Extended per-file comments.Gravatar Nikolaus Rath2016-10-02
* Add section headings for --help outputGravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* Dropped fuse_unmount_compat22Gravatar Nikolaus Rath2016-09-27
* Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
* Print help on stdout instead of stderrGravatar Miklos Szeredi2013-07-26
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcGravatar Miklos Szeredi2013-07-24
* libfuse: fix multiple close of device fdGravatar Miklos Szeredi2013-06-20
* Remove old symbol versionsGravatar Miklos Szeredi2012-07-19
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* lib/mount_bsd.c: fix typoGravatar Csaba Henk2008-02-05
* lib/mount_bsd.c: add "-onosync_unmount" kernel optionGravatar Csaba Henk2008-02-05
* lib/mount_bsd.c: prettify option specificationsGravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...Gravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...Gravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: string formatting fixes, exit if mounting has failedGravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: add support for the subtype optionGravatar Csaba Henk2008-01-07
* lib/mount_bsd.c: fix up/refine device closing vs. unmountGravatar Csaba Henk2008-01-06
* lib/mount_bsd.c: Close device before unmount.Gravatar Csaba Henk2008-01-03
* lib/mount_bsd.c: fix some warningsGravatar Csaba Henk2008-01-03
* change indentingGravatar Miklos Szeredi2007-12-12
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
* run mount util foregrounded on FreeBSD if kernel features backgrounded initGravatar Csaba Henk2006-04-22
* More "no" prefixes for FreBSD mount routineGravatar Csaba Henk2006-04-06
* fixGravatar Miklos Szeredi2006-03-17
* pass device file descriptor to fuse_unmountGravatar Csaba Henk2006-03-01
* merge fuse_2_5_bugfixGravatar Miklos Szeredi2006-02-02
* whitespace fixesGravatar Miklos Szeredi2006-01-09
* fixGravatar Miklos Szeredi2006-01-09
* fixGravatar Miklos Szeredi2005-11-17
* merge FreeBSD stuffGravatar Miklos Szeredi2005-11-16