Blob


1 * Libdraw
2 - bug with discovery of initial window size in certain cases
3 (reported by Sean Dorward)
5 * upas/fs+Mail
6 - with 9P infrastructure, should "just work".
8 * Venti
9 - wrote new venti library; server uses it and runs
10 - vac needs to be changed to use new library
11 - need way to mount vacs. have all the code for a /vac file
12 system (e.g., cd /vac/68b329da9893e34099c7d8ad5cb9c940da9393e3)
13 but need to put it together.
14 - need to buffer writes sensibly in server. have plan, need to implement.
16 * Dump
17 - have a dump file system that sits on the side of ffs,
18 backing up disk images to venti. a loopback NFS server
19 serves the backed-up images.
20 needs cleanup and release. should be easy to add ext2,
21 fat. ntfs harder but possible.
23 * win
24 need to make a real pty so that ^D etc. work.