- 29 Oct, 2004 1 commit
-
-
John Ballance authored
Detail: the DOSMap command had a couple of *8 multipliers which thus wrongly indexed dos extent info in printout. Admin: long file name dosfs beta tested in the field .. appears fit for purpose.. Also tested at castle castle added IP Version 0.83. Tagged as 'DOSFS-0_83'
-
- 25 Oct, 2004 1 commit
-
-
John Ballance authored
Detail: bug fix reported from beta release of 0.81. Admin: castle testes.. castle IP Version 0.82. Tagged as 'DOSFS-0_82'
-
- 07 Oct, 2004 2 commits
-
-
John Ballance authored
Detail: 1: loading dir could occasionally blank the first dir entry.. lfn ptr blanking went too far 2: long names and short names could get out of sync if the short name was changed on a non long name dosfs Admin: castle tested castle added ip Version 0.81. Tagged as 'DOSFS-0_81'
-
John Ballance authored
Detail: ensure long file name pointer nulling stopped in time Admin: Tested at castle Castel IP Version 0.80. Tagged as 'DOSFS-0_80'
-
- 30 Sep, 2004 1 commit
-
-
John Ballance authored
Detail: Extend DOSFS to correctly recognise FAT32 DOS images and to use the Long File Name extensions. NOTE that there is still a 2gb size limit imposed by the max filecore image file size limitiations. NOTE also that as yet there is no support for UTF encoding of file names. Admin: Tested at castle and with beta testers. Modifications are castle and castle assigned IP (from CJB) Version 0.79. Tagged as 'DOSFS-0_79'
-
- 25 Jul, 2003 1 commit
-
-
Robert Sprowson authored
When a disc has no title but does have the extended boot sig and the volumeid is non zero then the disc title will be set to %04X-%04X of the volumeid instead of "Untitled" which should cut down on ambiguous disc names a bit. Version 0.78. Tagged as 'DOSFS-0_78'
-
- 26 Jun, 2003 1 commit
-
-
Robert Sprowson authored
Now,for fixed discs,we read uncached as much as possible into as big a lump of RMA as possible. Reduced mounting a 128M flash keyring from 21s to 1.5s! Version 0.77. Tagged as 'DOSFS-0_77'
-
- 13 Jun, 2003 1 commit
-
-
Robert Sprowson authored
For non floppies passed to Service_IdentifyDisc the disc record is updated to the correct number of sectors per track.This was causing exceptionally slow backups from the filer as it dribbled one sector at a time. Version 0.76. Tagged as 'DOSFS-0_76'
-
- 06 Jun, 2003 1 commit
-
-
Robert Sprowson authored
Fix to cycle ID calculation inside Service_IdentifyDisc,this was causing lots of "Ambiguous disc name"s Version 0.75. Tagged as 'DOSFS-0_75'
-
- 23 May, 2003 1 commit
-
-
Robert Sprowson authored
Rewrote Service_IdentifyDisc partly because it was an unreadable mess but mainly so it can handle fixed discs too - this will be useful for DOS format USB mass storage. Also it will have a go at interpreting the partition table on fixed discs. Tweak to filetyping logic (again!). Version 0.74. Tagged as 'DOSFS-0_74'
-
- 06 Mar, 2003 1 commit
-
-
Robert Sprowson authored
Assumption that TRUE was -1 in the filetype lookup removed,this was causing filetype 0 to be overriden to FE4. Module date string now got from VersionNum file so I don't have to keep remembering to stamp the CMHG file. Version 0.73. Tagged as 'DOSFS-0_73'
-
- 31 Jan, 2003 1 commit
-
-
Robert Sprowson authored
Looks like Win2k is zeroing the reserved fields where the RISC OS filetype is stored leading to directory viewers full of type &000 files. To combat this the ROS filetype is only used when the creation date is zero (as DOSFS always clears this when writing a file). Also,when a settype is performed DOSFS will zero it (this isn't a problem for DOSFS 0.6x because you could never have a filetype of zero anyway!) Version 0.72. Tagged as 'DOSFS-0_72'
-
- 10 Dec, 2002 1 commit
-
-
Robert Sprowson authored
Made sure on return from global_error the V bit gets set,fixes bug in finding the free space on a floppy (since freespace64 is tried first but which led to the pointer to the error message being returned as the freespace rather than the caller trying again another way). Correction to missing \ in the makefile,meant you could only compile it once having checked it out. Fixed a pointer in the DiscOp64 support added,this caused DOSFS to go pop when you asked it to vet a format. Version 0.71. Tagged as 'DOSFS-0_71'
-
- 08 Nov, 2002 1 commit
-
-
Robert Sprowson authored
Unused MSDOStoSTRING #if'd out to save a massive 112 bytes! Corrected tracef1 in map_file_rostype which was printing out the debugging before the variable got assigned. Conditionally uses FileCore_DiscOp64 now,if available when the module starts. Eliminated some local 64 bit time handling code in favour of using that already in the compiler (thanks to Kevin). Now requires a compile time switch PCMCIA=<TRUE | FALSE> which leaves in or takes out the PCMCIA card support. Version 0.70. Tagged as 'DOSFS-0_70'
-
- 22 Sep, 2002 1 commit
-
-
Robert Sprowson authored
Eliminated MOVS and R14 fiddling to achieve 32 bit compatibility RISCOS Ltd made 3 changes in their sources - ensure disc titles don't contain rogue characters (added) - files with time,date,and reserved fields of zero appears as DEADDEAD which is silly since Winodws uses this to mark a file unstamped which isn't quite the same thing! (not added) - syslog debugging support (not added) Version 0.69. Tagged as 'DOSFS-0_69'
-
- 03 May, 2002 1 commit
-
-
Robert Sprowson authored
Dates on machines not running Win95FS no longer stuck at 1900 (got broken in 0.67 by a missing && somewhere). Version 0.68. Tagged as 'DOSFS-0_68'
-
- 15 Mar, 2002 1 commit
-
-
Robert Sprowson authored
Unstamped files (marked by DOS with a time and date of 0x0000) will now return 01-Jan-1900 rather than very late at night on 31-Dec-1979. Can now set the RISC OS type to 0x000 (previously this would then have been stamped as 0xFE4 since 0x000 was used as a magic 'no filetype found' marker. Will now try to use MimeMap if no 'dosmap'ping was found,in this way dosmap overrides MimeMap for DOSFS - if neither offer a match,0xFE4 is used. Updated messages to reflect this. Discs formatted under DOSFS will now set the OEM vendor id to "DOSFS ". Version 0.67. Tagged as 'DOSFS-0_67'
-
- 17 Aug, 2001 1 commit
-
-
Robert Sprowson authored
Formatting now pads disc titles with spaces rather than NULs. Version 0.66. Not tagged
-
- 16 Aug, 2001 1 commit
-
-
Robert Sprowson authored
Formatting now pads disc titles with spaces rather than NULs. Version 0.66. Tagged as 'DOSFS-0_66'
-
- 08 Aug, 2001 1 commit
-
-
Kevin Bracey authored
Modified "Cannot be RAM loaded" check to work correctly with recent versions of CMHG - was branching through zero. Version 0.65. Tagged as 'DOSFS-0_65'
-
- 25 Nov, 1998 2 commits
-
-
Kevin Bracey authored
Updated for Link 5.07 and CMHG 5.16. Fixed to not overwrite command tail. Changed to use LocalRes$Path. German resources imported. Version 0.64. Tagged as 'DOSFS-0_64'
-
Kevin Bracey authored
-
- 14 Jan, 1997 1 commit
-
-
Neil Turton authored
-
- 21 Nov, 1996 1 commit
-
-
Neil Turton authored
-
- 05 Nov, 1996 1 commit
-
-
Neil Turton authored
-