home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / alt_os / mint / mfs6011 / source / minixfs / changes < prev    next >
Text File  |  1995-01-01  |  5KB  |  89 lines

  1. 'Minixfs' Copyright S.N.Henson. See 'copying' file for more info.
  2. Version 0.60.
  3. Revision history .....
  4.     0.0   Single-partition read-only version with no filename conversion.
  5.     0.1   Added multi-partition support and filename conversion for TOS
  6.           domain ... added cache.
  7.     0.2   Added write support 90% of TOS functions emulated. No write
  8.           cache yet ... and no access checking.
  9.     0.25  Fixed m_seek bug.
  10.     0.3   Added write cache and remaining tos functions fixed some bugs
  11.           when long files were read/written. Made search_dir more tos-like.
  12.     0.31  Fixed some bugs . Made it permissible to delete an open file
  13.           (just like unix). Added full-disk error checks and minor code
  14.           tidy up.
  15.  
  16. --------------------First Release with MiNT 0.7----------------------------
  17.  
  18.     0.32  Added 'zlast' to speed up free zone searches. Also added
  19.           consecutive zone read/write to speed up i/o . Fixed bugs
  20.           all over the place with curdir .
  21.     0.33  Fixed code for > 512 byte sectors. Merged add_zone and
  22.           find_zone, new code should support sparse files .
  23.     0.34  Tentative support for floppies and removeable media . Tidied up
  24.           and removed redundant code (like minix_init() ) .
  25.     0.35  Added access checking to all relevant functions.
  26.     0.40  Added some un*x like inode related functions , fixed up m_rename
  27.           to be more robust (and related things in find_path). Fixed up
  28.           m_creat and merged zap_inode() with new function trunc_inode().
  29.           Not to mention fixing the occasional bug (or two).
  30.  
  31. --------------------Second Release with MiNT 0.8---------------------------
  32.  
  33.     0.41  Cleared up a few bugs, separated system and user caches.
  34.     0.50  Changed stuff all over the place for new fs code in 0.9 and
  35.           addition of file sharing code, hard and symbolic links (yeah!).
  36.           converted to loadable filesystem.
  37. ===================All Subsequent Versions Are releases====================
  38.     0.51  New compilation option TOS_LWR and tosify filenames from readdir
  39.           only if in compatability mode (and all domains).
  40.     0.511 Nasty bug fixed in find_zone which screwed files bigger than 1Mb.
  41.     0.52  Added V2 filesystem support. Extended RWABS now used, as required.
  42.           Code changed all over the place, new alerts added if some problems
  43.           are noticed in the filesystem.
  44.     0.53  Added code to handle large directory entries.
  45.     0.54  Overhaul of tosify code, translation now selectable by fscntl.
  46.     0.541 Fixed bug which crashed v2 filesystems.
  47.     0.55  Added ROBUST compilation option and file locking.
  48.  
  49.     0.60  Major code reorganisation, split up into separate files, fixed
  50.           bugs relating to large partitions (crwabs with 1K sectors and
  51.           unsigned types in read/write_zones instead of longs and dfree).
  52.           Introduced some enhancements for faster I/O, such as cache
  53.           guessing, pre-reading, and flushing consecutive cache entries.
  54.           Tosify now also drive dependent.
  55.     pl1   Fixes to keep gcc 2.3.3 happy.
  56.     pl2   Support for new calls/parameters in updated fs format.
  57.     pl3   Support for larger partitions: pun_info/XHDI.
  58.     pl4   Bugfixes for larger partitions and 0xffff inodes.
  59.     pl5   Asynchronous update daemon, physical partition suport, dummy fses,
  60.           still more bugfixes for large partitions and larger pun's.
  61.     pl6   Bugfixes: inode search (fsck) and stop compiler warnings.
  62.           FUTIMES/FTRUNCATE support added (untested).
  63.           Following are all courtesy of Andreas Schwab (thanks!):
  64.           Multiple opens with O_TRUNC locked up, unlinking of open files was
  65.           handled incorrectly, FILEPTR structures should be freed up on a
  66.           disk change. Various other fixes and code tidy.
  67.     pl7   Fixes to FUTIMES/FTRUNCATE and sparse file handling (thanks again
  68.           Andreas!). Kludge to get ICD software working in physical mode
  69.           with cache on (thanks to Egbert Jan den Bussche for helping with
  70.           this).
  71.     pl8   Arrgh!! ICD software uses something odd for physical mode Rwabs:
  72.           fixed. Fixed up FUTIME again (thanks again Andreas!). Minit fixes
  73.           all over the place for XHDI info (thanks Julian), foul up when
  74.           partition is a certain size (thanks Juergen). New protection
  75.           method introduced, and patches for fsck to tolerate it.
  76.     pl9   Really add sparse file fix this time :-) Minor patches to make
  77.           disk I/O work with older XHDI (and print out the right info).
  78.           Patched up FUTIME yet again (thanks Andreas). Very tentative
  79.           support added for mount() and umount().
  80.     pl10  Juergen's patch to improve sparse file efficiency and cache bug.
  81.           Patches from Andreas for F_SETLKW and FIONREAD. Fixed bug in fsck
  82.           which crashed when lots of zones out of range. Extra error info 
  83.           added and comparison check to minit, also tosfs recreate option.
  84.           Code to use addroottimeout if possible. Make fsck more tolerant
  85.           of Dlock and other failures. MFS_LOPEN and MFS_MKNOD added and
  86.           a small amount of support. Changes made to make filesystem more
  87.           Linux compatible. Docs rewritten.
  88.     pl11  See docs\latest.doc
  89.