rsc | a3c5df5 | 2003-10-11 04:53:14 +0000 | [diff] [blame] | 1 | * Libdraw |
rsc | ccee548 | 2003-12-04 19:18:06 +0000 | [diff] [blame] | 2 | - bug with discovery of initial window size in certain cases |
| 3 | (reported by Sean Dorward) |
rsc | a3c5df5 | 2003-10-11 04:53:14 +0000 | [diff] [blame] | 4 | |
rsc | a3c5df5 | 2003-10-11 04:53:14 +0000 | [diff] [blame] | 5 | * Venti |
rsc | ccee548 | 2003-12-04 19:18:06 +0000 | [diff] [blame] | 6 | - wrote new venti library; server uses it and runs |
rsc | a3c5df5 | 2003-10-11 04:53:14 +0000 | [diff] [blame] | 7 | - 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. |
rsc | ccee548 | 2003-12-04 19:18:06 +0000 | [diff] [blame] | 10 | - need to buffer writes sensibly in server. have plan, need to implement. |
rsc | a3c5df5 | 2003-10-11 04:53:14 +0000 | [diff] [blame] | 11 | |
| 12 | * Dump |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 13 | - 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. |
rsc | a3c5df5 | 2003-10-11 04:53:14 +0000 | [diff] [blame] | 16 | needs cleanup and release. should be easy to add ext2, |
| 17 | fat. ntfs harder but possible. |
| 18 | |
rsc | 2646838 | 2005-01-14 23:45:37 +0000 | [diff] [blame] | 19 | * 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) |
rsc | 3cb8df0 | 2005-01-16 21:33:16 +0000 | [diff] [blame] | 23 | |
| 24 | - libdraw _x.black and _x.white can go away. |
| 25 | |
| 26 | - don't mess with signal mask unless asked. |
| 27 | |