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