summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/portdat.h
AgeCommit message (Collapse)Author
2022-06-07cwfs: fix iounit negotiationOri 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.
2014-02-01cwfs: use pragma pack for on disk structures for amd64cinap_lenrek
2013-08-04cwfs: faster queue implementation using semacquire()cinap_lenrek
2012-12-07cwfs: allow previously authorized channels to attach as nonecinap_lenrek
we allow allow previously authorized channels to attach as none even if anonymous logins are disabled with nonone.
2012-07-12cwfs: set whochan for who command, cleanupcinap_lenrek
2011-09-07cwfs: fix use after free bug (ai->cuid), remove waitedfor abort()cinap_lenrek
2011-06-16remove mconf cruftcinap_lenrek
2011-06-11cwfs: store newcache format option in configcinap_lenrek
2011-05-12cwfs: +tcinap_lenrek
2011-05-01cwfs: fix network listener, relay auth errors. boot(8): split bootargs only ↵cinap_lenrek
on first ! char, prepare /net so cwfs can announce 9fs
2011-04-28cwfs: reduce verbosity, added -d options if you want it anywaycinap_lenrek
2011-04-17cwfs: remove Auth structurecinap_lenrek
2011-04-17cwfs: code cleanupcinap_lenrek
2011-04-12updating cwfs and moving installer in /rc/bincinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen