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
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-01-16
libfuse: fix -Wunused-but-set-variable warning
Christian Weisgerber
2021-03-12
spelling
Jonathan Gray
2020-05-25
from edgar pettijohn:
Jason McIntyre
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-11-30
Fix a typo and remove broken example.
Martin Pieuchot
2018-11-28
fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).
Martin Pieuchot
2018-11-16
Handle signals that get sent to any thread
Ted Unangst
2018-08-04
tweak previous;
Jason McIntyre
2018-08-04
Uncomment no-longer-dead Xr.
helg
2018-08-03
Add man page for fuse_get_context(3).
helg
2018-07-21
comment out a dead Xr;
Jason McIntyre
2018-07-16
Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).
helg
2018-07-08
mop up;
Jason McIntyre
2018-07-08
Add man page for fuse_destroy(3).
helg
2018-07-08
Create separate man pages for each library function.
helg
2018-07-05
tweak previous;
Jason McIntyre
2018-07-05
fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) should
helg
2018-07-05
Create new man page for fuse_set_signal_handlers(3) and
helg
2018-07-03
Remove residual debug statements.
helg
2018-06-19
Changes the default mount behaviour so only the user that mounts the
helg
2018-06-19
Send the calling thread id, effective uid and gid, and umask to the
helg
2018-06-08
Minor cleanup in ifuse_ops_setattr.
helg
2018-06-07
Prevent ggc3 error: redefinition of `fuse_dirh_t'
helg
2018-05-22
Implement support for libfuse use_ino option. This returns the file
helg
2018-05-21
Reformat debug output to one line per opcode to make it easier to
helg
2018-05-20
Implement FBT_FLUSH. This is sent whenever a file descriptor is closed with
helg
2018-05-16
libfuse should not maintain state for FBT_READDIR. If a directory is
helg
2018-05-15
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
2018-04-08
Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowing
Jeremie Courreges-Anglas
2017-12-18
Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do the
helg
2017-12-18
Refactor libfuse option processing to better support options in the
helg
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
[next]