index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libfuse
Age
Commit message (
Expand
)
Author
2017-12-15
Export only symbols to what's declared in fuse.h/fuse_opt.h
Jeremie Courreges-Anglas
2017-12-15
Fix formatting of libfuse version info.
helg
2017-12-14
Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so that
helg
2017-12-14
Drop -g from CFLAGS, bsd.lib.mk adds it by default
Jeremie Courreges-Anglas
2017-12-14
fuse_opt_add_opt_escaped needs to allocate space for the terminating NUL
Jeremie Courreges-Anglas
2017-12-14
Free FUSE channel if fuse_new(3) fails in fuse_setup(3).
helg
2017-12-13
Add support for the -d (-o debug) option to libfuse. Currently works for FUSE
helg
2017-12-13
If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then
helg
2017-12-11
sscanf(3) is now used to parse templates that contain format specifiers
helg
2017-12-11
Update to fuse_opt_parse(3) so that all option templates are now matched for
helg
2017-12-11
The fuse_opt_match(3) library function does not match options correctly.
helg
2017-11-30
vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't
helg
2017-11-26
Add support for -f option to libfuse. This keeps the FUSE file system
helg
2017-11-17
Implement safe signal handling and handle unmount failure gracefully.
helg
2017-11-17
Fixes the following bugs when getcwd(3) is used on a fuse file system
helg
2017-11-16
Add support for:
helg
2017-11-04
fuse_loop_mt() isn't implemented so return an error value.
Martin Pieuchot
2017-11-04
Use the correct version macro.
Martin Pieuchot
2017-11-02
Check if the arguments are NULL instead of dereferencing them blindly.
Martin Pieuchot
2017-10-25
Check for NULL before dereferencing untrusted pointers.
Martin Pieuchot
2017-10-24
Add more sanity checks to prevent a segfault and a NULL-dereference
Martin Pieuchot
2017-08-21
Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
Theo de Raadt
2017-01-04
Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins.
Stefan Sperling
2016-11-23
Empty strings are invalid arguments.
Martin Pieuchot
2016-09-14
Generate pkg-config files at build time like everything else. This
Martin Natano
2016-09-07
Fix fuse node lookups. Currently fusefs nodes in the kernel remember the
Martin Natano
2016-09-04
only regen pkg-config files when required; ok jasper
Martin Natano
2016-08-30
Use struct stat for storing attributes in fusebufs, because using struct
Martin Natano
2016-08-27
Pull in <sys/time.h> for struct timespec
Philip Guenther
2016-05-24
NUL-terminate argv when parsing options, following other
Okan Demirmen
2016-05-24
Add missing strdup NULL checks; from Ray Lai.
Okan Demirmen
2016-05-18
update links; from ray
Jason McIntyre
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2015-12-24
remove NULL-check before free()
mmcc
2015-10-19
missing deref on char check. from David Binderman
Ted Unangst
2015-08-24
When an option is not recognized call the processing function with
Martin Pieuchot
2015-07-07
Skip mountpoint checking in case we only want the version or help
Antoine Jacoutot
2015-07-07
Unbreak option parsing:
Antoine Jacoutot
2015-06-03
Remove -Werror from the Makefile: as it happened with asprintf, it
Reyk Floeter
2015-06-03
It is better to check the asprintf return value for -1 instead of the
Reyk Floeter
2015-02-10
Add a stub option for big_writes. This is needed by gvfs.
Antoine Jacoutot
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-10-08
use reallocarray(); ok doug
Theo de Raadt
2014-05-20
Add -o max_read=XXX support in fuse. This is needed by usmb to have a
Sylvestre Gallon
2014-05-20
Add support for -o XXX or -oXXX options in libfuse.
Sylvestre Gallon
2014-05-19
as reported by Helg, should use realpath for mounts. ok guenther syl
Ted Unangst
2014-04-28
Add support for 255 character file names in fuse.
Sylvestre Gallon
2014-04-15
Init outargs only once, and fix a bad bzero().
Sylvestre Gallon
2014-03-24
Warn the user if there is a missing mountpoint parameter.
Sylvestre Gallon
[next]