aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
Commit message (Collapse)AuthorAge
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcGravatar Miklos Szeredi2013-07-24
| | | | add AC_SYS_LARGEFILE to your configure.ac instead.
* libfuse: fix multiple close of device fdGravatar Miklos Szeredi2013-06-20
| | | | | | | | | | | | - fuse_kern_unmount closes handle (e.g. 19) - a thread in my process opens a file - the OS assigns newly freed handle (i.e. 19) - fuse_kern_chan_destroy closes the same handle (i.e. 19) - a thread in my process opens another file - the OS assigns newly freed handle (i.e. 19) - * MAYHEM * Reported by Dan Greenfield
* 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 ↵Gravatar Csaba Henk2008-02-03
| | | | forced unmount
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and ↵Gravatar Csaba Henk2008-02-03
| | | | sensible way
* 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
| | | | Cf. lib/mount.c rev. 1.43.
* 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