TODO revision 1.6 1 $NetBSD: TODO,v 1.6 2002/02/06 02:17:14 lukem Exp $
2
3 todo
4 ----
5
6 - display block numbers for a given file (e.g, /boot)
7
8 - finish makefs.8
9
10 - testing
11
12 - even more testing
13
14 - add support for converting a tar file (instead of a directory tree);
15 suggested by kpneal (a] pobox.com
16
17
18 outstanding bugs
19 ----------------
20
21 - size estimation is still out (need to take into account indirect blocks!)
22
23 - parameter checking when density is rather high or low.
24
25 - filling up a file system (running out of inodes or whatever)
26 doesn't do the right thing.
27
28
29 discuss
30 -------
31
32 - consider replacing ffs_balloc() et al with own code that doesn't
33 need hacked-up buf.c code
34
35 - whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
36 this would involve passing all of mkfs()'s parameters in a single
37 struct rather than a lot of global vars, etc.
38