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