p9 icon indicating copy to clipboard operation
p9 copied to clipboard

Idiomatic Go 9P2000.L client and server, extracted from gVisor for general use

Results 15 p9 issues
Sort by recently updated
recently updated
newest added

EINVAL is about the most infuriating error message you can get. In the 9P2000.L case, let's see if Linux will accept Rerror messages instead of Rlerror. Otherwise, add a verbose...

p9 code base currently has several gVisor protocol extensions (9P2000.L.Google.N, where N is some monotonically increasing number denoting support for ). This support is only exercised between the client and...

intro(5) says >All directories must support walks to the directory .. (dot–dot) meaning parent directory, although by convention directories contain no explicit entry for .. or . (dot). The parent...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies