Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-09 | unix is BUGGERED. remove it | ftrvxmtrx | |
2013-11-28 | u9fs: fix misuse of Fcall.afid in p9any authentication module. (from sources ↵ | cinap_lenrek | |
patch/u9fs-afid) U9fs(4) misuses Fcall.afid in its p9any authentication module. The afid field of Fcall structure is only valid with Tauth or Tattach. Tread, Twrite, Tclunk should use rx->fid instead. It's been lucky so far to get the job done because rx->afid survives from previous Tauth/Tattach. The issue pops up when several authentications happen concurrently. Test case: u9fs = 'host with u9fs on tcp!*!564' 9fs $u9fs; for(i in 1 2 3 4 5 6 7 8){ 9fs $u9fs & }; wait Should: no errors Should not: mount failed: authentication failed | |||
2013-05-04 | u9fs: fix compilation warnings | ftrvxmtrx | |
2013-05-04 | u9fs: make it compile | ftrvxmtrx | |
2013-01-30 | 9p message size too small | cinap_lenrek | |
various fileservers do not check if the message size is too small (they subtract IOHDRSZ later from it to calculate iounit) which can overflow. | |||
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek | |
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 | |