Skip to content

9pfs v0.1.7

Choose a tag to compare

@tmc tmc released this 25 Aug 19:53
· 4 commits to main since this release
098cc79

Notarized Developer ID build of the 9pfs FSKit file system. Open the disk image and drag NinePFSHost.app to Applications, open it once to register the extension, enable 9pfs in System Settings > General > Login Items & Extensions > File System Extensions, then mount with /sbin/mount -F -t 9pfs. See README for details.

Fixes setting a file's modification time: the client asked for the timestamp without the NotSystemTime bits that 9P2000.L requires, so the server recorded its own clock instead.

Diagnostics now names the build — version, build number and source revision — so a bug report says which build it came from.

Internal: the p9 patch is replaced by a module pin on a fork carrying the three open upstream pull requests (hugelgupf/p9#110, #111, #112).