Commit Briefs


David du Colombier

mount, 9pfuse: detect macports installed osxfuse

MacPorts installs osxfuse under /opt/local.


David du Colombier

mount: check current osxfuse kext location

Current versions of osxfuse ship with multiple versions of its kernel extension (kext) for differend versions of macOS. Running mount(1) on macOS with a current version of osxfuse fails with `don't know how to mount (no fuse)' since it fails to find the kext. Running 9pfuse(4) directly works fine. This change adds a check to mount(1) that determines: 1) which version of macOS we're running on 2) if there is an osxfuse kext available for this version of macOS


Russ Cox

mount: fix for osxfuse

R=rsc http://codereview.appspot.com/6737052


David du Colombier

srv(4), mount: update v9fs usage

The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072


Jeff Sickel

macfuse change







rsc

quote equals


rsc

mount and unmount scripts