blob: fa308dcac8e7873d6d34b5545e87a3124669e50d [file] [log] [blame]
rsca3c5df52003-10-11 04:53:14 +00001* Libdraw
rscccee5482003-12-04 19:18:06 +00002 - bug with discovery of initial window size in certain cases
3 (reported by Sean Dorward)
rsca3c5df52003-10-11 04:53:14 +00004
rsca3c5df52003-10-11 04:53:14 +00005* Venti
rscccee5482003-12-04 19:18:06 +00006 - wrote new venti library; server uses it and runs
rsca3c5df52003-10-11 04:53:14 +00007 - need way to mount vacs. have all the code for a /vac file
8 system (e.g., cd /vac/68b329da9893e34099c7d8ad5cb9c940da9393e3)
9 but need to put it together.
rscccee5482003-12-04 19:18:06 +000010 - need to buffer writes sensibly in server. have plan, need to implement.
rsca3c5df52003-10-11 04:53:14 +000011
12* Dump
rscf305dff2003-10-13 17:18:52 +000013 - have a dump file system that sits on the side of ffs,
14 backing up disk images to venti. a loopback NFS server
15 serves the backed-up images.
rsca3c5df52003-10-11 04:53:14 +000016 needs cleanup and release. should be easy to add ext2,
17 fat. ntfs harder but possible.
18
rsc26468382005-01-14 23:45:37 +000019* Bug fixes
20
21 - need to use MAKECONTEXT_V2_SOURCE for SunOS 5.10 (and can for 5.9),
22 but must not for 5.8. (reported by Axel Belinfante)
rsc3cb8df02005-01-16 21:33:16 +000023
24 - libdraw _x.black and _x.white can go away.
25
26 - don't mess with signal mask unless asked.
27