TODO revision 1.3 1 $NetBSD: TODO,v 1.3 2001/10/29 05:18:25 lukem Exp $
2
3 todo
4 ----
5
6 - finish makefs.8
7
8 - testing
9
10 - even more testing
11
12 - add support for converting a tar file (instead of a directory tree);
13 suggested by kpneal (a] pobox.com
14
15
16 outstanding bugs
17 ----------------
18
19 - size estimation is still out (need to take into account indirect blocks!)
20
21 - mkfs.c parameter checking when density is rather high or low (dumps core)
22 e.g, a large directory with a small number of files dumps core with a
23 floating exception i.e, density is too high such as 21886635 or too
24 low such as 30
25
26
27 discuss
28 -------
29
30 - consider replacing ffs_balloc() et al with own code that doesn't
31 need hacked-up buf.c code
32
33