1 $NetBSD: TODO,v 1.6 2002/02/06 02:17:14 lukem Exp $
6 - read files from multiple directories with or without root
7 specification, e.g., makefs -t cd9660 output.iso dir1 root2=dir2
10 - display block numbers for a given file (e.g, /boot)
18 - add support for converting a tar file (instead of a directory tree);
19 suggested by kpneal@pobox.com
25 - size estimation is still out (need to take into account indirect blocks!)
27 - parameter checking when density is rather high or low.
29 - filling up a file system (running out of inodes or whatever)
30 doesn't do the right thing.
36 - consider replacing ffs_balloc() et al with own code that doesn't
37 need hacked-up buf.c code
39 - whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
40 this would involve passing all of mkfs()'s parameters in a single
41 struct rather than a lot of global vars, etc.