Blame


1 a3c5df57 2003-10-11 devnull * Libdraw
2 ccee548f 2003-12-04 devnull - bug with discovery of initial window size in certain cases
3 ccee548f 2003-12-04 devnull (reported by Sean Dorward)
4 a3c5df57 2003-10-11 devnull
5 a3c5df57 2003-10-11 devnull * Venti
6 ccee548f 2003-12-04 devnull - wrote new venti library; server uses it and runs
7 a3c5df57 2003-10-11 devnull - need way to mount vacs. have all the code for a /vac file
8 a3c5df57 2003-10-11 devnull system (e.g., cd /vac/68b329da9893e34099c7d8ad5cb9c940da9393e3)
9 a3c5df57 2003-10-11 devnull but need to put it together.
10 ccee548f 2003-12-04 devnull - need to buffer writes sensibly in server. have plan, need to implement.
11 a3c5df57 2003-10-11 devnull
12 a3c5df57 2003-10-11 devnull * Dump
13 f305dffb 2003-10-13 devnull - have a dump file system that sits on the side of ffs,
14 f305dffb 2003-10-13 devnull backing up disk images to venti. a loopback NFS server
15 f305dffb 2003-10-13 devnull serves the backed-up images.
16 a3c5df57 2003-10-11 devnull needs cleanup and release. should be easy to add ext2,
17 a3c5df57 2003-10-11 devnull fat. ntfs harder but possible.
18 a3c5df57 2003-10-11 devnull
19 26468383 2005-01-14 devnull * Bug fixes
20 26468383 2005-01-14 devnull
21 26468383 2005-01-14 devnull - need to use MAKECONTEXT_V2_SOURCE for SunOS 5.10 (and can for 5.9),
22 26468383 2005-01-14 devnull but must not for 5.8. (reported by Axel Belinfante)
23 3cb8df0c 2005-01-16 devnull
24 3cb8df0c 2005-01-16 devnull - libdraw _x.black and _x.white can go away.
25 3cb8df0c 2005-01-16 devnull
26 3cb8df0c 2005-01-16 devnull - don't mess with signal mask unless asked.
27 3cb8df0c 2005-01-16 devnull