Home | History | Annotate | Line # | Download | only in makefs
TODO revision 1.6
      1  1.6  lukem $NetBSD: TODO,v 1.6 2002/02/06 02:17:14 lukem Exp $
      2  1.1  lukem 
      3  1.3  lukem todo
      4  1.3  lukem ----
      5  1.1  lukem 
      6  1.6  lukem - display block numbers for a given file (e.g, /boot)
      7  1.6  lukem 
      8  1.1  lukem - finish makefs.8
      9  1.1  lukem 
     10  1.1  lukem - testing
     11  1.1  lukem 
     12  1.1  lukem - even more testing
     13  1.2  lukem 
     14  1.2  lukem - add support for converting a tar file (instead of a directory tree);
     15  1.2  lukem   suggested by kpneal (a] pobox.com
     16  1.4  lukem 
     17  1.1  lukem 
     18  1.3  lukem outstanding bugs
     19  1.3  lukem ----------------
     20  1.1  lukem 
     21  1.1  lukem - size estimation is still out (need to take into account indirect blocks!)
     22  1.1  lukem 
     23  1.6  lukem - parameter checking when density is rather high or low.
     24  1.6  lukem 
     25  1.6  lukem - filling up a file system (running out of inodes or whatever)
     26  1.6  lukem   doesn't do the right thing.
     27  1.1  lukem 
     28  1.1  lukem 
     29  1.3  lukem discuss
     30  1.3  lukem -------
     31  1.1  lukem 
     32  1.1  lukem - consider replacing ffs_balloc() et al with own code that doesn't
     33  1.1  lukem   need hacked-up buf.c code
     34  1.1  lukem 
     35  1.4  lukem - whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
     36  1.4  lukem   this would involve passing all of mkfs()'s parameters in a single
     37  1.4  lukem   struct rather than a lot of global vars, etc.
     38