perkeep/pkg/fs
Brad Fitzpatrick afb071614f cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse
Our bazil.org/fuse FUSE library no longer supports macOS
(https://github.com/bazil/fuse/issues/224) because osxfuse is no
longer open source (https://github.com/osxfuse/osxfuse/issues/590).

Also, Apple is making it harder and harder (eventually impossible?) to
install custom kernel modules:
https://github.com/macfuse/macfuse/wiki/Getting-Started

So just give up on macOS FUSE support for now. We can resurrect it
later via WebDAV and/or NFS server support.

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2023-12-30 15:40:51 -08:00
..
at.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
debug.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
fs.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
fs_test.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
mut.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
mut_test.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
recent.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
ro.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
root.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
roots.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
rover.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
time.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
time_test.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
util.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
versions.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
xattr.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
z_test.go cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00