summaryrefslogtreecommitdiff
path: root/sys/src/lib9p/ramfs.c
AgeCommit message (Collapse)Author
2021-05-01lib9p: remove unneccesary headerscinap_lenrek
2020-03-07lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hackscinap_lenrek
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.
2014-07-03remove executable bit from /sys/src/lib9p/ramfs.ccinap_lenrek
2014-06-11revert ramfs examplecinap_lenrek
the code was correct. erealloc9p() terminates the process on error, but the code was handling realloc() error explicitely and responded the request with Enomem error.
2014-06-11lib9p: ramfs example: s/realloc/erealloc9p/ftrvxmtrx
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen