aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_bsd.c
AgeCommit message (Expand)AuthorLines
2025-08-04mount_bsd.c: Actually report mount failures back to callerGleb Popov-1/+3
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
2025-06-10mount_bsd.c: Fix race between actual mounting and returning to the callerGleb Popov-1/+2
2025-02-18mount_bsd: Remove unused headersVassili Tchersky-4/+0
2025-02-18mount_bsd: Show errors when syscalls failedVassili Tchersky-3/+7
2025-02-18mount_bsd: Proper exit callsVassili Tchersky-4/+4
2025-02-18FreeBSD: Remove useless optionsVassili Tchersky-31/+6
2025-02-18mount_bsd: Fix usage of libfuse_strtolVassili Tchersky-3/+4
2024-10-11Add libfuse util strtol wrapperJoanne Koong-8/+3
2024-04-25[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)Bernd Schubert-1/+1
2023-04-06Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti-1/+1
2019-11-03Use the -o intr mount option on FreeBSD (#462)Alan Somers-0/+3
2019-09-04Introduce callback for loggingStefan Hajnoczi-1/+1
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