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
/
fuse.c
Age
Commit message (
Expand
)
Author
2013-11-11
In fuse_loop(), use ssize_t to store return values from read(2) and write(2).
Stefan Sperling
2013-11-09
Simplify fuse_unmount(). No functional change.
Stefan Sperling
2013-11-09
Properly check realpath() return value during argv processing in libfuse.
Stefan Sperling
2013-11-07
add fuse_invalidate() and fuse_setup() functions.
Sylvestre Gallon
2013-11-06
Handle fuse client private data. Needed by encfs.
Sylvestre Gallon
2013-11-02
Update the fuse_opt to have option like -h working.
Sylvestre Gallon
2013-10-07
Adapt libfuse to FUSE kernel changes
Sylvestre Gallon
2013-08-10
Plug fd and mem leak in fuse_open's error path. ok syl@
Jeremie Courreges-Anglas
2013-08-10
Remove some useless DPRINTF.
Sylvestre Gallon
2013-07-05
Add support for fuse_teardown(3). This function
syl
2013-06-21
Make fuse device clonable.
syl
2013-06-14
Add support for fuse_get_context(3) needed by ntfs-3g.
syl
2013-06-14
add support for fuse_version(3). Needed by ntfs-3g.
syl
2013-06-12
style for loops
Ted Unangst
2013-06-12
fuse_opt support from Sylvestre
Ted Unangst
2013-06-03
rcsids
Ted Unangst
2013-06-03
add userland fuse library. ok beck deraadt
Ted Unangst