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