Commits


fix link


go mod tidy


add godoc badge


delete the MAINTAINERS file It's not relevant since docker archived the project.


add required blank line after build comment


fix the build on OpenBSD


fork the library


Merge pull request #42 from bippityboppity/add-link-to-docs Add link to the P9P protocl specification


Merge pull request #43 from npe9/master fix spelling error in doc.go


Add link to the P9P protocl specification Signed-off-by: Alex Ponti <bippityboppity@users.noreply.github.com>


fix spelling error in doc.go defering -> deferring Signed-off-by: Noah Evans <noah.evans@gmail.com>


Merge pull request #38 from progrium/ufs ufs: added mostly working unix filesystem server session implementation


Merge pull request #39 from flynn/fix-readdir-eof Fix EOF indication from Readdir


ufs: Allow fid to be 0 0 is a valid fid, so check against the NOFID value instead. Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>


Merge pull request #40 from flynn/cleanup-logging Clean up logging