tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libfuse
/
at
trash-bin2
30 files
Makefile
fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).
7 years ago
Symbols.map
Export only symbols to what's declared in fuse.h/fuse_opt.h
8 years ago
debug.c
Add support for the -d (-o debug) option to libfuse. Currently works for FUSE file systems that call fuse_parse_cmdline(3), fuse_main(3) or fuse_setup(3).
8 years ago
debug.h
Add support for the -d (-o debug) option to libfuse. Currently works for FUSE file systems that call fuse_parse_cmdline(3), fuse_main(3) or fuse_setup(3).
8 years ago
dict.c
Add support for 255 character file names in fuse.
12 years ago
fuse.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
fuse.h
libfuse should not maintain state for FBT_READDIR. If a directory is opened multiple times (either from the same process or different processes) then FUSE will not reliably return the directory entries to both file descriptors.
8 years ago
fuse_chan_fd.3
man pages: add missing commas between subordinate and main clauses
4 years ago
fuse_daemonize.3
fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).
7 years ago
fuse_destroy.3
mop up;
7 years ago
fuse_get_context.3
tweak previous;
7 years ago
fuse_get_session.3
mop up;
7 years ago
fuse_loop.3
mop up;
7 years ago
fuse_main.3
from edgar pettijohn: fix example to compile without warnings and apply style changes;
5 years ago
fuse_mount.3
mop up;
7 years ago
fuse_new.3
man pages: add missing commas between subordinate and main clauses
4 years ago
fuse_ops.c
Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2). Currently ignores the a_waitfor argument and always invokes the file system's fsync implementation synchronously.
7 years ago
fuse_opt.3
Fix a typo and remove broken example.
7 years ago
fuse_opt.c
libfuse: fix -Wunused-but-set-variable warning
4 years ago
fuse_opt.h
Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowing
8 years ago
fuse_parse_cmdline.3
fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).
7 years ago
fuse_private.h
Handle signals that get sent to any thread from Rian Hunter
7 years ago
fuse_set_signal_handlers.3
tweak previous;
7 years ago
fuse_setup.3
fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).
7 years ago
fuse_subr.c
Reformat debug output to one line per opcode to make it easier to interpret.
8 years ago
fuse_teardown.3
mop up;
7 years ago
fuse_version.3
mop up;
7 years ago
generate_pkgconfig.sh
s/zlib/fuse/ in comment.
13 years ago
shlib_version
Export only symbols to what's declared in fuse.h/fuse_opt.h
8 years ago
tree.c
check return values in libfuse.
12 years ago