TODO revision 1.2
11.2Slukem$NetBSD: TODO,v 1.2 2001/10/28 13:12:50 lukem Exp $ 21.1Slukem 31.1Slukemtodo: 41.1Slukem 51.1Slukem- finish makefs.8 61.1Slukem 71.1Slukem- testing 81.1Slukem 91.1Slukem- even more testing 101.2Slukem 111.2Slukem- add support for converting a tar file (instead of a directory tree); 121.2Slukem suggested by kpneal@pobox.com 131.1Slukem 141.1Slukem 151.1Slukemoutstanding bugs: 161.1Slukem 171.1Slukem- size estimation is still out (need to take into account indirect blocks!) 181.1Slukem 191.1Slukem- mkfs.c parameter checking when density is rather high or low (dumps core) 201.1Slukem e.g, a large directory with a small number of files dumps core with a 211.1Slukem floating exception i.e, density is too high such as 21886635 or too 221.1Slukem low such as 30 231.1Slukem 241.1Slukem 251.1Slukemdiscuss: 261.1Slukem 271.1Slukem- consider replacing ffs_balloc() et al with own code that doesn't 281.1Slukem need hacked-up buf.c code 291.1Slukem 30