Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-27 | mount, 9pfuse: detect macports installed osxfuse | Xiao-Yong Jin | 1 | -0/+1 | |
MacPorts installs osxfuse under /opt/local. | |||||
2018-03-23 | mount: check current osxfuse kext location | Martin Kühl | 1 | -0/+2 | |
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 | |||||
2012-10-20 | mount: fix for osxfuse | Russ Cox | 1 | -2/+4 | |
R=rsc http://codereview.appspot.com/6737052 | |||||
2012-08-05 | srv(4), mount: update v9fs usage | David du Colombier | 1 | -2/+2 | |
The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072 | |||||
2008-10-08 | macfuse change | Jeff Sickel | 1 | -1/+2 | |
2008-06-19 | mount: update MacFUSE locations (Jeff Sickel) | Russ Cox | 1 | -1/+2 | |
2008-06-19 | mount: use /proc/filesystems to check for fuse, 9p (uriel) | Russ Cox | 1 | -2/+2 | |
2007-10-09 | mount: explicit u on test -S and mount to get unix versions (Chris King) | Russ Cox | 1 | -3/+3 | |
2007-05-01 | use 9p not 9P as mount type (Michael Kaminsky) | rsc | 1 | -2/+2 | |
2007-01-18 | Mac FUSE support (thanks to Jeff Sickel) | rsc | 1 | -0/+5 | |
2006-07-27 | quote equals | rsc | 1 | -2/+2 | |
2006-07-23 | mount and unmount scripts | rsc | 1 | -0/+24 | |