shithub: riscv

Download patch

ref: 225c359beab9e2f17c66e65647b9e0a94f942620
parent: e1cdcfdb172071bafef18b1ac160138c97459b79
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Mar 7 15:19:14 EST 2020

lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks

it is unclear how Srv.nopipe flag should work inside
postmountserv(). if a server wants to serve on stdio
descriptors, he can just call srv() after initializing
Srv.infd and Srv.outfd.

The Srv.leavefdsopen hack can be removed now that acme
win has been fixed.