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
Michael Hoffmann
215de258f2
fuse: misc fixes
...
* propagate more context cancelations from pkg/client
* convert ErrCancel to fuse.EINTR to enable clients to handle interrupts
* improve interrupt handling in fs_test.go
* fix race in mutDir between rename and first populate
2022-07-01 07:39:38 -07:00
Brad Fitzpatrick
57648c6b83
all: update copyright holder from Google Inc to The Perkeep Authors
...
The AUTHORS file is the list of copyright holders.
2018-01-03 16:52:49 -08:00
Dustin Sallings
d768e5c5a6
FUSE time travel
...
Change-Id: I54f6c95629374fe2b578e4a0dec017fb9d724b32
2013-12-27 19:19:06 -08:00