aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse/fuse.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-22/+22
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>
2018-03-27mount, 9pfuse: detect macports installed osxfuseXiao-Yong Jin1-0/+8
MacPorts installs osxfuse under /opt/local.
2018-03-239pfuse: retries read(3) upon EINTRXiao-Yong Jin1-2/+5
read(3) sometimes errors with EINTR on macOS over slow connections. 9pfuse(1) now retries read(3) instead of sysfatal(3)ing.
2017-02-109pfuse: support osxfuse>=3.3.0James Porter1-7/+28
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>
2012-09-089pfuse: osxfuse supportRuss Cox1-8/+16
R=rsc http://codereview.appspot.com/6503093
2008-08-19updates to support current MacFUSEJeff Sickel1-1/+1
2008-07-249pfuse: ignore write errors on fusefdRuss Cox1-4/+2
FUSE makes a reply write fail if the reply is no longer wanted.
2008-07-049pfuse: better handling of SETXATTR (sqweek)Russ Cox1-5/+8
2007-11-27mergeRuss Cox1-1/+10
2007-08-22mergeRuss Cox1-1/+3
2007-06-20more macfuse path nonsensersc1-0/+7
2007-01-24google moved the fusefs.kext pathrsc1-3/+10
2007-01-18Minor FUSE bug fixes (found mount_fusefs!)rsc1-1/+2
2007-01-18Mac FUSE support (thanks to Jeff Sickel)rsc1-0/+49
2006-08-01free fuse messagesrsc1-1/+8
2006-07-27wait for mount to complete before exitingrsc1-2/+6
2006-07-26FreeBSD fixes (Lou Kamenov)rsc1-49/+88
2006-07-239pfusersc1-0/+772