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
2013-08-13
Switch time_t, ino_t, clock_t, and struct kevent's ident and data
Philip Guenther
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-08-08
rename fuse docs after existent functions;
Jason McIntyre
2013-08-08
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
Philip Guenther
2013-07-11
Merge fuse_opt code with stsp@ fuse_opt code.
syl
2013-07-05
Add support for fuse_teardown(3). This function
syl
2013-07-05
various tidy up;
Jason McIntyre
2013-06-21
Make fuse device clonable.
syl
2013-06-15
s/zlib/fuse/ in comment.
Jasper Lievisse Adriaanse
2013-06-14
style change.
syl
2013-06-14
hard code default values in the struct stat returned by getattr.
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
correct realloc usage
Ted Unangst
2013-06-12
style
Ted Unangst
2013-06-12
fuse_opt support from Sylvestre
Ted Unangst
2013-06-12
some simple initial fixes; this file still needs read properly
Jason McIntyre
2013-06-05
rename should be working now, from Sylvestre Gallon
Ted Unangst
2013-06-04
fix readdir, from sylvestre
Ted Unangst
2013-06-03
first stab at rewording
Ted Unangst
2013-06-03
5.4
Ted Unangst
2013-06-03
rcsids
Ted Unangst
2013-06-03
add userland fuse library. ok beck deraadt
Ted Unangst