Commit Briefs

Omar Polo

some tweaks for the tutorial


Omar Polo

tweak some sentences


Omar Polo

mention kamiproxy


Omar Polo

link kamiproxy man page too


Omar Polo

ignore archives too


Omar Polo

add kamiproxy: a 9p-over-tls proxy for plaintext 9p

kamiproxy is a TLS-capable proxy that forwards the traffic it gets over plaintext 9p on a local port to a remote 9p server. It uses (and mandates) tls client certificates.


Omar Polo

9pclib: fix wstat serialization


Omar Polo

fix parsing of Twstat


Omar Polo

stat: fix `mode' format

Select only the lower two and set the correct bit for directory entries. While the lower two bytes seems to behave just as on UNIX, the upper ones don't (at least on OpenBSD.)


Omar Polo

more to do





Omar Polo

Tattach: handle aname ""

9front uses aname "" during Tattach, at least with 9fs without special arguments, so convert it to our current representation.


Omar Polo

fix format of Rstat

`count' should be a 2-byte (16-bit) value and we're not neither accounting for it nor sending it.