Commit Briefs

Dan Cross

9pfuse: support MacFUSE >=4

MacFUSE 4 removes support for passing device fd to the mount command. Adds support for the receiving the fd over a socket instead, and updates command paths and filesystem name.


Dan Cross

Trivial changes: whitespace and modes.

Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>


David du Colombier

mount, 9pfuse: detect macports installed osxfuse

MacPorts installs osxfuse under /opt/local.


David du Colombier

9pfuse: retries read(3) upon EINTR

read(3) sometimes errors with EINTR on macOS over slow connections. 9pfuse(1) now retries read(3) instead of sysfatal(3)ing.


Russ Cox

9pfuse: support osxfuse>=3.3.0

Change-Id: Ibca68261016b0f588e169e9f319748b5ba7d15ac Reviewed-on: https://plan9port-review.googlesource.com/2700 Reviewed-by: michaelian ennis <michaelian.ennis@gmail.com> Reviewed-by: Russ Cox <rsc@swtch.com>


Russ Cox

9pfuse: osxfuse support

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


Jeff Sickel

updates to support current MacFUSE


Russ Cox

9pfuse: ignore write errors on fusefd

FUSE makes a reply write fail if the reply is no longer wanted.



Russ Cox

merge


Russ Cox

merge