summaryrefslogtreecommitdiff
path: root/filesystems/u9fs
AgeCommit message (Collapse)AuthorFilesLines
2007-05-13Change to create directories before copying files to them. Won't matter inagc3-8/+8
the normal case, but matters in bulk builds in our new NO_MTREE order. Do all of the work in the package's install target, too.
2007-04-24Initial import of u9fs-2.0.3 to the Packages Collection.agc10-0/+161
U9fs is a program that serves Unix files to Plan 9 machines using the 9P protocol. It is typically invoked on a Unix machine by inetd with its standard input and output connected to a network connection, typically TCP on an Ethernet. It typically runs as user root and multiplexes access to multiple Plan 9 clients over the single wire. It assumes Plan 9 uids match Unix login names, and changes to the corresponding Unix effective uid when processing requests. U9fs serves both 9P1 (the 9P protocol as used by the second and third editions of Plan 9) and 9P2000.