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

Extend the FUSE support #445

Closed
wants to merge 13 commits into from
Closed

Conversation

simonschoening
Copy link
Contributor

We added a few new system calls to the ABI (get_errno, set_errno, mkdir, rmdir, lstat, fstat, opendir, readdir). The stat system call was already present in libhermit-rs. We changed its declaration and also added it to the ABI.

The two examples (fuse_test, webserver) were used for testing our changes and do not have to be merged.

@simonschoening
Copy link
Contributor Author

The other PRs for rust and libhermit-rs can be found here:

@stlankes
Copy link
Contributor

See #480

@stlankes stlankes closed this Sep 18, 2023
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.

3 participants