TODO revision 1.4
11.4Slukem$NetBSD: TODO,v 1.4 2002/01/23 02:14:19 lukem Exp $
21.1Slukem
31.3Slukemtodo
41.3Slukem----
51.1Slukem
61.1Slukem- finish makefs.8
71.1Slukem
81.1Slukem- testing
91.1Slukem
101.1Slukem- even more testing
111.2Slukem
121.2Slukem- add support for converting a tar file (instead of a directory tree);
131.2Slukem  suggested by kpneal@pobox.com
141.1Slukem
151.4Slukem- reading user/group database from a different source
161.4Slukem
171.1Slukem
181.3Slukemoutstanding bugs
191.3Slukem----------------
201.1Slukem
211.1Slukem- size estimation is still out (need to take into account indirect blocks!)
221.1Slukem
231.1Slukem- mkfs.c parameter checking when density is rather high or low (dumps core)
241.1Slukem  e.g, a large directory with a small number of files dumps core with a
251.1Slukem  floating exception i.e, density is too high such as 21886635 or too
261.4Slukem  low such as 30.
271.4Slukem  update: lukem, 2001/01/23.  not sure if this is still an issue.
281.1Slukem
291.1Slukem
301.3Slukemdiscuss
311.3Slukem-------
321.1Slukem
331.1Slukem- consider replacing ffs_balloc() et al with own code that doesn't
341.1Slukem  need hacked-up buf.c code
351.1Slukem
361.4Slukem- whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
371.4Slukem  this would involve passing all of mkfs()'s parameters in a single
381.4Slukem  struct rather than a lot of global vars, etc.
39