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
jcs
38 files
Makefile
Add low-level FUSE API man pages to Makefile.
2 months ago
Symbols.map
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months 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
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse.h
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse_chan.c
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago
fuse_chan_fd.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_common.h
This is a preperatory patch to move things around to be ready for supporting the low-level FUSE API:
4 months ago
fuse_daemonize.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_destroy.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_get_context.3
.Lb libfuse ; OK tedu@
10 months ago
fuse_get_session.3
.Lb libfuse ; OK tedu@
10 months ago
fuse_loop.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_lowlevel.c
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse_lowlevel.h
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago
fuse_lowlevel_new.3
Some content improvements: * Describe more precisely how the FUSE open() operation works instead of vaguely hinting that there are differences to other operating systems. * Move the sentence about O_CREAT and O_TRUNC after the flags argument has been introduced, and mark it up properly. * Describe the symlink() operation more clearly.
2 months ago
fuse_main.3
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse_mount.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_new.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_ops.c
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse_opt.3
preceeded -> preceded
2 months ago
fuse_opt.c
This is a preperatory patch to move things around to be ready for supporting the low-level FUSE API:
4 months ago
fuse_opt.h
Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowing
8 years ago
fuse_parse_cmdline.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_private.h
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse_reply_err.3
Add man pages for the low-level FUSE API.
2 months ago
fuse_session.c
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago
fuse_session_loop.3
Add man pages for the low-level FUSE API.
2 months ago
fuse_set_signal_handlers.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_setup.3
Minor cleanup in several of the FUSE manuals, including: * clarify that dying from a signal is not considered a failure of fuse_loop(3) * add many missing .Dv macros and a few missing .Pa and .Er macros * remove future tense in several cases where it's pointless * polish some capitalization and punctuation and fix a few typos OK helg@
6 months ago
fuse_subr.c
Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently.
2 months ago
fuse_teardown.3
.Lb libfuse ; OK tedu@
10 months ago
fuse_version.3
.Lb libfuse ; OK tedu@
10 months ago
generate_pkgconfig.sh
This is a preperatory patch to move things around to be ready for supporting the low-level FUSE API:
4 months ago
shlib_version
Adds basic implementation of the low-level FUSE API. This is sufficient to compile and run lowntfs-3g.
2 months ago
tree.c
check return values in libfuse.
12 years ago