Home | History | Annotate | Line # | Download | only in makefs
TODO revision 1.2
      1  1.2  lukem $NetBSD: TODO,v 1.2 2001/10/28 13:12:50 lukem Exp $
      2  1.1  lukem 
      3  1.1  lukem todo:
      4  1.1  lukem 
      5  1.1  lukem - finish makefs.8
      6  1.1  lukem 
      7  1.1  lukem - testing
      8  1.1  lukem 
      9  1.1  lukem - even more testing
     10  1.2  lukem 
     11  1.2  lukem - add support for converting a tar file (instead of a directory tree);
     12  1.2  lukem   suggested by kpneal (a] pobox.com
     13  1.1  lukem 
     14  1.1  lukem 
     15  1.1  lukem outstanding bugs:
     16  1.1  lukem 
     17  1.1  lukem - size estimation is still out (need to take into account indirect blocks!)
     18  1.1  lukem 
     19  1.1  lukem - mkfs.c parameter checking when density is rather high or low (dumps core)
     20  1.1  lukem   e.g, a large directory with a small number of files dumps core with a
     21  1.1  lukem   floating exception i.e, density is too high such as 21886635 or too
     22  1.1  lukem   low such as 30
     23  1.1  lukem 
     24  1.1  lukem 
     25  1.1  lukem discuss:
     26  1.1  lukem 
     27  1.1  lukem - consider replacing ffs_balloc() et al with own code that doesn't
     28  1.1  lukem   need hacked-up buf.c code
     29  1.1  lukem 
     30