Re: 9pfs for the Hurd
Sergey Bugaev <[email protected]> Sun, 7 Jun 2026 23:52:50 +0300
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <CAN9u=HdSwo8axODKBnYWJQjmMCAyz5VpWBsyFdJB+SNAnzjH5Q@mail.gmail.com> |
On Wed, Jun 3, 2026 at 5:12 PM Sergey Bugaev <[email protected]> wrote: > What's implemented is basic browsing (readdir, stat), path resolution > (dir_lookup), and reading files (io_read). And below that, the whole > tracking for nodes, peropens, protids, fids, tags, and 9p RPCs. I got unexpectedly motivated to hack on it again, and implemented some support for writing, including O_CREAT and fsync. Enjoy :) Sergey