Blob


1 * Libdraw
2 - bug with discovery of initial window size in certain cases
3 (reported by Sean Dorward)
5 * Plumber
6 - have named-pipe-based plumber from Caerwyn Jones
7 - 9term right-click plumbs
8 - plumb rules file runs B
9 - easy to hook up web browser:
11 # urls to web browser
12 type is text
13 data matches '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=]+([:.][a-zA-Z0-9_?,%#~&/\-+=]+)*'
14 plumb to web
15 plumb start /usr/rsc/bin/web $0
17 - want to change back to 9P-based plumber, need to build
18 infrastructure first
20 * Acme
21 - with 9P infrastructure, should "just work".
23 * upas/fs+Mail
24 - with 9P infrastructure, should "just work".
26 * Venti
27 - wrote new venti library; server uses it and runs
28 - vac needs to be changed to use new library
29 - need way to mount vacs. have all the code for a /vac file
30 system (e.g., cd /vac/68b329da9893e34099c7d8ad5cb9c940da9393e3)
31 but need to put it together.
32 - need to buffer writes sensibly in server. have plan, need to implement.
34 * Dump
35 - have a dump file system that sits on the side of ffs,
36 backing up disk images to venti. a loopback NFS server
37 serves the backed-up images.
38 needs cleanup and release. should be easy to add ext2,
39 fat. ntfs harder but possible.