11.7Sdyoung$NetBSD: TODO,v 1.7 2007/12/10 23:54:35 dyoung Exp $
21.1Slukem
31.3Slukemtodo
41.3Slukem----
51.1Slukem
61.7Sdyoung- read files from multiple directories with or without root
71.7Sdyoung  specification, e.g., makefs -t cd9660 output.iso dir1 root2=dir2
81.7Sdyoung  dir3 root4=dir4
91.7Sdyoung
101.6Slukem- display block numbers for a given file (e.g, /boot)
111.6Slukem
121.1Slukem- finish makefs.8
131.1Slukem
141.1Slukem- testing
151.1Slukem
161.1Slukem- even more testing
171.2Slukem
181.2Slukem- add support for converting a tar file (instead of a directory tree);
191.2Slukem  suggested by kpneal@pobox.com
201.4Slukem
211.1Slukem
221.3Slukemoutstanding bugs
231.3Slukem----------------
241.1Slukem
251.1Slukem- size estimation is still out (need to take into account indirect blocks!)
261.1Slukem
271.6Slukem- parameter checking when density is rather high or low.
281.6Slukem
291.6Slukem- filling up a file system (running out of inodes or whatever)
301.6Slukem  doesn't do the right thing.
311.1Slukem
321.1Slukem
331.3Slukemdiscuss
341.3Slukem-------
351.1Slukem
361.1Slukem- consider replacing ffs_balloc() et al with own code that doesn't
371.1Slukem  need hacked-up buf.c code
381.1Slukem
391.4Slukem- whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
401.4Slukem  this would involve passing all of mkfs()'s parameters in a single
411.4Slukem  struct rather than a lot of global vars, etc.
42