1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 05:00:46 +00:00
serenity/Ports/libfuse/patches
implicitfield 90a46cdc98 Ports: Add libfuse
This is essentially the de facto way to interface with FUSE, and as
such, pretty much every port that uses FUSE in any way will depend on
this. Of all the examples that we compile, 'hello', 'hello_ll' and
'passthrough' have been verified to work.
2024-05-14 22:30:39 +02:00
..
0001-Disable-unsupported-functionality.patch Ports: Add libfuse 2024-05-14 22:30:39 +02:00
0002-Install-examples.patch Ports: Add libfuse 2024-05-14 22:30:39 +02:00
0003-Teach-the-mount-helpers-about-serenity.patch Ports: Add libfuse 2024-05-14 22:30:39 +02:00
ReadMe.md Ports: Add libfuse 2024-05-14 22:30:39 +02:00

Patches for libfuse on SerenityOS

0001-Disable-unsupported-functionality.patch

Disable unsupported functionality

0002-Install-examples.patch

Install examples

0003-Teach-the-mount-helpers-about-serenity.patch

Teach the mount helpers about serenity