plan9port/TODO

22 lines
716 B
Text
Raw Normal View History

2003-10-11 04:53:14 +00:00
* Libdraw
2003-12-04 19:18:06 +00:00
- bug with discovery of initial window size in certain cases
(reported by Sean Dorward)
2003-10-11 04:53:14 +00:00
2003-12-04 19:18:06 +00:00
* upas/fs+Mail
- with 9P infrastructure, should "just work".
2003-10-11 04:53:14 +00:00
* Venti
2003-12-04 19:18:06 +00:00
- wrote new venti library; server uses it and runs
2003-10-11 04:53:14 +00:00
- need way to mount vacs. have all the code for a /vac file
system (e.g., cd /vac/68b329da9893e34099c7d8ad5cb9c940da9393e3)
but need to put it together.
2003-12-04 19:18:06 +00:00
- need to buffer writes sensibly in server. have plan, need to implement.
2003-10-11 04:53:14 +00:00
* Dump
2003-10-13 17:18:52 +00:00
- have a dump file system that sits on the side of ffs,
backing up disk images to venti. a loopback NFS server
serves the backed-up images.
2003-10-11 04:53:14 +00:00
needs cleanup and release. should be easy to add ext2,
fat. ntfs harder but possible.