Blob


1 - compile with -D_FILE_OFFSET_BITS=64 on linux.
2 related: this is needed only for glibc or musl too?
4 - (possibly related) find out what pread(2) black magic we can do to
5 read stuff on 32 bits
7 - rework the ninepscript so tests are parsed and executed by the _kamid
8 user and not by root.
10 - tweak iounit so it's always lower than the choosen msize
12 - handle message bigger than MAX_IMSGSIZE - IMSG_HEADER_SIZE. One
13 way to do that would be to *not* use asynchroonus imsgs in client.c
14 but synchronous I/O: this way, once a message has been processed,
15 we can just receive the next in the same function (i.e. twrite) and
16 go ahead.