Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -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-27 | mount, 9pfuse: detect macports installed osxfuse | Xiao-Yong Jin | 1 | -0/+8 | |
MacPorts installs osxfuse under /opt/local. | |||||
2018-03-23 | 9pfuse: retries read(3) upon EINTR | Xiao-Yong Jin | 1 | -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-10 | 9pfuse: support osxfuse>=3.3.0 | James Porter | 1 | -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-08 | 9pfuse: osxfuse support | Russ Cox | 1 | -8/+16 | |
R=rsc http://codereview.appspot.com/6503093 | |||||
2008-08-19 | updates to support current MacFUSE | Jeff Sickel | 1 | -1/+1 | |
2008-07-24 | 9pfuse: ignore write errors on fusefd | Russ Cox | 1 | -4/+2 | |
FUSE makes a reply write fail if the reply is no longer wanted. | |||||
2008-07-04 | 9pfuse: better handling of SETXATTR (sqweek) | Russ Cox | 1 | -5/+8 | |
2007-11-27 | merge | Russ Cox | 1 | -1/+10 | |
2007-08-22 | merge | Russ Cox | 1 | -1/+3 | |
2007-06-20 | more macfuse path nonsense | rsc | 1 | -0/+7 | |
2007-01-24 | google moved the fusefs.kext path | rsc | 1 | -3/+10 | |
2007-01-18 | Minor FUSE bug fixes (found mount_fusefs!) | rsc | 1 | -1/+2 | |
2007-01-18 | Mac FUSE support (thanks to Jeff Sickel) | rsc | 1 | -0/+49 | |
2006-08-01 | free fuse messages | rsc | 1 | -1/+8 | |
2006-07-27 | wait for mount to complete before exiting | rsc | 1 | -2/+6 | |
2006-07-26 | FreeBSD fixes (Lou Kamenov) | rsc | 1 | -49/+88 | |
2006-07-23 | 9pfuse | rsc | 1 | -0/+772 | |