Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-07 | cwfs: fix iounit negotiation | Ori Bernstein | |
cwfs had an issue with iounit negotiation as a result of the conversion to 9p2000 -- with the move to variable size messages, the fixed message overhead decreased, but the advertised message size was still adding the old fixed overhead. This meant that if the kernel negotiated the maximum io size, cwfs would negotiate something larger than it supported, and would hang up when an io of that size was made. In addition, the size of messages was stored in a short, which means that negotiating an iounit larger than 16384 bytes would overflow the message count, and cause things to fall over. Finally, whle we're here, we clean up some duplicated and unused constants. | |||
2015-08-21 | cwfs: remove 9p1 support | cinap_lenrek | |
2012-07-13 | cwfs: make /srv/cwfs.cmd redable to receive command output | cinap_lenrek | |
before, cwfs would print everything to /dev/cons. this change will redirect the output of commands to the /srv/cwfs.cmd pipe so one can use: con -C /srv/cwfs.cmd and not have the fish for the output in /dev/kmesg. use standard error (/dev/cons) for unsolicited messages as there is not always a reader on the command file. | |||
2011-04-17 | cwfs: make noauth a storable config option so one can boot without factotum ↵ | cinap_lenrek | |
and nvram | |||
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |