NetBSD/lib/librefuse
pho 5261503048 refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs
These API versions were completely missing from refuse/fs.c. User programs
could request these versions and build fine, but they couldn't even
initialize a FUSE context at run time.
2023-07-14 02:43:50 +00:00
..
refuse refuse(3): Fix broken 3.5, 3.6, and 3.7 APIs 2023-07-14 02:43:50 +00:00
HACKING.md lib/librefuse: Implement all sorts of compat tweaks to appease various file systems 2022-01-22 08:09:39 +00:00
Makefile Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatibility 2022-01-22 08:02:49 +00:00
TODO lib/librefuse: Implement all sorts of compat tweaks to appease various file systems 2022-01-22 08:09:39 +00:00
fuse.h Fix incorrect test for FUSE_USE_VERSION 34 2023-04-21 19:29:31 +00:00
fuse_internal.h lib/librefuse: Implement all sorts of compat tweaks to appease various file systems 2022-01-22 08:09:39 +00:00
fuse_log.h lib/librefuse: Implement logging API appeared on FUSE 3.7 2022-01-22 07:38:45 +00:00
fuse_lowlevel.h lib/librefuse: Implement all sorts of compat tweaks to appease various file systems 2022-01-22 08:09:39 +00:00
fuse_opt.h Cosmetic changes 2022-01-22 08:01:50 +00:00
refuse.3
refuse.c lib/librefuse: Implement all sorts of compat tweaks to appease various file systems 2022-01-22 08:09:39 +00:00
refuse_compat.c librefuse: fix lint warnings about void function returning a value 2022-01-23 21:07:28 +00:00
refuse_log.c librefuse: default_log_func is __printflike 2022-01-29 00:03:41 +00:00
refuse_lowlevel.c lib/librefuse: Implement all sorts of compat tweaks to appease various file systems 2022-01-22 08:09:39 +00:00
refuse_opt.c Increase the warning level to spot more mistakes 2022-01-22 07:58:32 +00:00
refuse_signals.c lib/librefuse: Implement FUSE session API and its signal handling functionality 2022-01-22 07:53:05 +00:00
shlib_version