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