Make NOAOBRT more flexible to cover invalid MFT entry magic values for
ifind etc...  Should be bigger than jus file_walk  - global variable or
editing the code in 'error()' to not exit if set

Make an entry in fsstat that lists the bad blocks
- done for FAT

Incorporate the FS_FLAG_DATA_BAD flag into operation

check into the group number for block 0 of ext2fs.c

Maybe fatfs_dent_walk should only check the times for the first
entry and not be so strict.  0's can be used if the time is invalid.

Add status flags to mac mmls
Add bootable flag to mm code for DOS

64-bit HW support



v2:
img layer
indexing
output data of ils
exception handling
standard size daddr_t stuff
Remove ASCII check in FAT so that Unicode can work.
make read_random only return the size of data read and not return an error
  if there is less.
Windows version 
autodetect in fs_open

------------------------------------------------------------

SORTER:
- minimum size for files
- add extension to files that do not have one based on their file type.
- check for ADS of 'dead' NTFS files from ils

GENERAL:
- Size free stats on fsstat
- UNIX bitmaps per group in fsstat

New line of 'f' tools that utilize 'ifind' code:
- fstat (istat from path)
- fcat


- win32 binaries
- auto detect fs


HASH:
- hls
- extended output for NSRL 

MACTIME:
- scripts to incorporate logs and such into mactime
- make 'mactime' able to run with '-w'
- simplify date code with 'mactime' and get rid of the library


EXT2FS:

EXT3FS:
- list orphan inodes that are in the super block
- list contents of journal

FAT: 
- could adda check to alert a file that has VOL_NAME set in non-root dir

FFS:
- HP Support
- Display disk labels in fsstat

NTFS: 
- figure out a better way that $BADCLUS does not screw things up
if it has a value in the first run.
- deleted ADS
- Read the Security Attributes
- BAAD 
- when doing a timeline in NTFS: do three time machine entries:
  - time in parent directory
  - time in STD_INFO
  - time in $FNAME
