xref: /netbsd-src/usr.sbin/makefs/TODO (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1$NetBSD: TODO,v 1.3 2001/10/29 05:18:25 lukem Exp $
2
3todo
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@pobox.com
14
15
16outstanding 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
27discuss
28-------
29
30- consider replacing ffs_balloc() et al with own code that doesn't
31  need hacked-up buf.c code
32
33