Home | History | Annotate | Line # | Download | only in makefs
TODO revision 1.5
      1  1.5  lukem $NetBSD: TODO,v 1.5 2002/01/24 03:21:34 lukem Exp $
      2  1.1  lukem 
      3  1.3  lukem todo
      4  1.3  lukem ----
      5  1.1  lukem 
      6  1.1  lukem - finish makefs.8
      7  1.1  lukem 
      8  1.1  lukem - testing
      9  1.1  lukem 
     10  1.1  lukem - even more testing
     11  1.2  lukem 
     12  1.2  lukem - add support for converting a tar file (instead of a directory tree);
     13  1.2  lukem   suggested by kpneal (a] pobox.com
     14  1.4  lukem 
     15  1.1  lukem 
     16  1.3  lukem outstanding bugs
     17  1.3  lukem ----------------
     18  1.1  lukem 
     19  1.1  lukem - size estimation is still out (need to take into account indirect blocks!)
     20  1.1  lukem 
     21  1.1  lukem - mkfs.c parameter checking when density is rather high or low (dumps core)
     22  1.1  lukem   e.g, a large directory with a small number of files dumps core with a
     23  1.1  lukem   floating exception i.e, density is too high such as 21886635 or too
     24  1.4  lukem   low such as 30.
     25  1.4  lukem   update: lukem, 2001/01/23.  not sure if this is still an issue.
     26  1.1  lukem 
     27  1.1  lukem 
     28  1.3  lukem discuss
     29  1.3  lukem -------
     30  1.1  lukem 
     31  1.1  lukem - consider replacing ffs_balloc() et al with own code that doesn't
     32  1.1  lukem   need hacked-up buf.c code
     33  1.1  lukem 
     34  1.4  lukem - whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
     35  1.4  lukem   this would involve passing all of mkfs()'s parameters in a single
     36  1.4  lukem   struct rather than a lot of global vars, etc.
     37