Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-29 | Whitespace cleanup. | Nikolaus Rath | -1/+1 | |
Applied (whitespace-cleanup) to each file. Having whitespace changes in the VCS is ugly, but it ensures that in the future committers can run this function to *avoid* commiting any whitespace. | ||||
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 | |
add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
2013-06-20 | libfuse: fix multiple close of device fd | Miklos Szeredi | -3/+6 | |
- 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 | ||||
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 ↵ | Csaba Henk | -11/+1 | |
forced unmount | ||||
2008-02-03 | lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and ↵ | Csaba Henk | -50/+15 | |
sensible way | ||||
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 | |
Cf. lib/mount.c rev. 1.43. | ||||
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 | |