index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
mount_bsd.c
Age
Commit message (
Expand
)
Author
Lines
2018-11-11
Fix mounting on FreeBSD
Roman Bogorodskiy
-4
/
+2
2017-09-11
fuse_kern_unmount(): close fd before calling umount
Nikolaus Rath
-1
/
+1
2017-08-11
fuse_kern_unmount(): fix variable type.
Nikolaus Rath
-1
/
+2
2017-08-11
Fix unused variable warnings under FreeBSD.
Nikolaus Rath
-2
/
+1
2017-08-03
Simply #ifdefs
Nikolaus Rath
-53
/
+0
2017-08-03
FreeBSD: use unmount(2) and add missing FreeBSD mount option
Baptiste Daroussin
-0
/
+12
2016-12-23
Memory leak fixed in file : mount_bsd.c
itsdeepak
-4
/
+14
2016-11-22
Make handling of -oallow_root easier to understand
Nikolaus Rath
-15
/
+0
2016-10-27
Add max_read to fuse_conn_info
Nikolaus Rath
-0
/
+7
2016-10-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-7
/
+0
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-2
/
+0
2016-10-15
Removed -o nonempty option
Nikolaus Rath
-1
/
+0
2016-10-15
Drop -o large_read mount option
Nikolaus Rath
-1
/
+0
2016-10-04
fuse_mount_help(): clarify that listed options are FUSE specific
Nikolaus Rath
-1
/
+1
2016-10-02
Extended per-file comments.
Nikolaus Rath
-0
/
+2
2016-10-02
Add section headings for --help output
Nikolaus Rath
-1
/
+3
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-37
/
+34
2016-10-01
Improve documentation of argument parsing.
Nikolaus Rath
-0
/
+2
2016-09-27
Dropped fuse_unmount_compat22
Nikolaus Rath
-47
/
+0
2016-03-29
Whitespace cleanup.
Nikolaus Rath
-1
/
+1
2013-07-26
Print help on stdout instead of stderr
Miklos Szeredi
-3
/
+1
2013-07-24
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
Miklos Szeredi
-0
/
+1
2013-06-20
libfuse: fix multiple close of device fd
Miklos Szeredi
-3
/
+6
2012-07-19
Remove old symbol versions
Miklos Szeredi
-2
/
+0
2008-02-08
Add support for atomic open(O_TRUNC)
Miklos Szeredi
-2
/
+2
2008-02-05
lib/mount_bsd.c: fix typo
Csaba Henk
-1
/
+1
2008-02-05
lib/mount_bsd.c: add "-onosync_unmount" kernel option
Csaba Henk
-0
/
+1
2008-02-03
lib/mount_bsd.c: prettify option specifications
Csaba Henk
-67
/
+42
2008-02-03
lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...
Csaba Henk
-11
/
+1
2008-02-03
lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...
Csaba Henk
-50
/
+15
2008-02-03
lib/mount_bsd.c: string formatting fixes, exit if mounting has failed
Csaba Henk
-10
/
+22
2008-01-07
lib/mount_bsd.c: add support for the subtype option
Csaba Henk
-0
/
+1
2008-01-06
lib/mount_bsd.c: fix up/refine device closing vs. unmount
Csaba Henk
-5
/
+77
2008-01-03
lib/mount_bsd.c: Close device before unmount.
Csaba Henk
-1
/
+3
2008-01-03
lib/mount_bsd.c: fix some warnings
Csaba Henk
-4
/
+4
2007-12-12
change indenting
Miklos Szeredi
-277
/
+283
2007-12-12
Disable old symbol versions if __UCLIBC__ is defined
Miklos Szeredi
-1
/
+2
2007-10-16
Clarify licence version to be "LGPLv2" for the library
Miklos Szeredi
-1
/
+1
2006-04-22
run mount util foregrounded on FreeBSD if kernel features backgrounded init
Csaba Henk
-6
/
+28
2006-04-06
More "no" prefixes for FreBSD mount routine
Csaba Henk
-7
/
+12
2006-03-17
fix
Miklos Szeredi
-6
/
+6
2006-03-01
pass device file descriptor to fuse_unmount
Csaba Henk
-2
/
+37
2006-02-02
merge fuse_2_5_bugfix
Miklos Szeredi
-1
/
+2
2006-01-09
whitespace fixes
Miklos Szeredi
-1
/
+1
2006-01-09
fix
Miklos Szeredi
-6
/
+171
2005-11-17
fix
Miklos Szeredi
-6
/
+8
2005-11-16
merge FreeBSD stuff
Miklos Szeredi
-0
/
+133