Page MenuHomeFreeBSD

Linuxulator fusefs support
ClosedPublic

Authored by trasz on Oct 26 2020, 1:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 28 2024, 7:37 PM
Unknown Object (File)
Jan 31 2024, 5:15 AM
Unknown Object (File)
Jan 17 2024, 6:06 PM
Unknown Object (File)
Jan 11 2024, 12:14 AM
Unknown Object (File)
Jan 11 2024, 12:09 AM
Unknown Object (File)
Jan 11 2024, 12:09 AM
Unknown Object (File)
Jan 11 2024, 12:09 AM
Unknown Object (File)
Jan 9 2024, 3:14 AM

Details

Reviewers
asomers
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Linux Emulation
Commits
rS367517: Make it possible to mount a fuse filesystem, such as squashfuse,
Summary

Make it possible to mount a fuse filesystem (in this case
squashfuse) from a Linux binary.

Depends on https://reviews.freebsd.org/D26974.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Oct 26 2020, 1:32 PM
trasz accepted this revision.
trasz added a subscriber: asomers.

Add (sketchy) errno translation

Owners added a reviewer: Restricted Owners Package.Oct 26 2020, 3:35 PM
trasz retitled this revision from WIP: linuxulator fusefs support to Linuxulator fusefs support.Oct 29 2020, 2:52 PM
trasz edited the summary of this revision. (Show Details)
trasz removed a reviewer: trasz.
trasz edited the summary of this revision. (Show Details)
trasz added a reviewer: asomers.
trasz edited the summary of this revision. (Show Details)

Add missing chunk.

Where is the error table? Did you forget to add it to the diff?

It comes from sys/compat/linux/linux_errno.inc, added there by the linked review.

xtouqh_icloud.com added inline comments.
sys/fs/fuse/fuse_device.c
459 ↗(On Diff #78902)

Same as in D26974, use nitems(linux_to_bsd_errtbl).

trasz marked an inline comment as done.Nov 3 2020, 2:53 PM
This revision is now accepted and ready to land.Nov 8 2020, 8:26 PM