Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports: Add libfuse #23099

Merged
merged 4 commits into from
May 14, 2024
Merged

Ports: Add libfuse #23099

merged 4 commits into from
May 14, 2024

Conversation

implicitfield
Copy link
Contributor

@implicitfield implicitfield commented Feb 6, 2024

(Depends on #23098 to do anything actually useful.)

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.

Copy link

stale bot commented Apr 12, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

@stale stale bot added the stale label Apr 12, 2024
@stale stale bot removed the stale label Apr 13, 2024
@implicitfield implicitfield marked this pull request as ready for review May 8, 2024 12:13
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 8, 2024
Userland/Libraries/LibC/fcntl.cpp Outdated Show resolved Hide resolved
Ports/libfuse/package.sh Outdated Show resolved Hide resolved
Ports/libfuse/package.sh Outdated Show resolved Hide resolved
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.
@timschumi timschumi merged commit 90a46cd into SerenityOS:master May 14, 2024
18 of 19 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 14, 2024
@implicitfield implicitfield deleted the libfuse branch May 15, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants