aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/9p.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename 9p.txt to fs_9p.txtAndrey Konovalov2020-06-121-292/+0
|
* sys/linux: use known tags for 9p virtio/xenDmitry Vyukov2019-11-291-4/+2
| | | | | Name virtio/xen sources "syz" so that it's possible to expose it from host and actually use.
* sys/linux: use fmt in filesystem optionsDmitry Vyukov2018-07-091-4/+4
| | | | | We currently generate poor formatted intergers, generate proper integers using the new fmt type.
* sys/linux: refine 9p descriptionsDmitry Vyukov2018-07-081-2/+5
| | | | | | | RVERSION needs to use 0xffff tag, otherwise parsing fails. Use only tags 1 and 2. They are densely allocated, so most of the time it's 1. And it needs to be correct in multiple replies for mount to succeed. So limit tag space.
* sys/linux: extend 9p descriptionsDmitry Vyukov2018-07-081-30/+258
| | | | Add actual protocol messages.
* sys/linux: refine vfat/msdos optionsDmitry Vyukov2018-07-071-1/+1
|
* sys/linux: add 9p descriptionsDmitry Vyukov2018-07-061-0/+63
Only mount for now.