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
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-1
/
+1
2025-06-10
mount_bsd.c: Fix race between actual mounting and returning to the caller
Gleb Popov
-1
/
+2
2025-02-18
mount_bsd: Remove unused headers
Vassili Tchersky
-4
/
+0
2025-02-18
mount_bsd: Show errors when syscalls failed
Vassili Tchersky
-3
/
+7
2025-02-18
mount_bsd: Proper exit calls
Vassili Tchersky
-4
/
+4
2025-02-18
FreeBSD: Remove useless options
Vassili Tchersky
-31
/
+6
2025-02-18
mount_bsd: Fix usage of libfuse_strtol
Vassili Tchersky
-3
/
+4
2024-10-11
Add libfuse util strtol wrapper
Joanne Koong
-8
/
+3
2024-04-25
[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)
Bernd Schubert
-1
/
+1
2023-04-06
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
Giulio Benetti
-1
/
+1
2019-11-03
Use the -o intr mount option on FreeBSD (#462)
Alan Somers
-0
/
+3
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-1
/
+1
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
[next]