summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c (follow)
Commit message (Expand)AuthorAge
...
* Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu2002-08-24
* fat_read() now reads multiple sectors per ATA commandBjörn Stenberg2002-08-14
* Don't save settings on disk if it has no partition tableBjörn Stenberg2002-08-13
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* fat_seek() end-of-file bug fix by Hardeep SidhuLinus Nielsen Feltzing2002-07-24
* Fixed name garbling bugBjörn Stenberg2002-07-15
* Ignore volume IDBjörn Stenberg2002-06-19
* We don't need time unless we're writingBjörn Stenberg2002-06-19
* Umm, bpb must be static to be local :)Björn Stenberg2002-05-30
* struct bpb does not have to be globalBjörn Stenberg2002-05-30
* FAT cache now uses static memoryBjörn Stenberg2002-05-29
* fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing2002-05-27
* Fixed compiler warningsBjörn Stenberg2002-05-14
* Removed a few annoying debugf callsLinus Nielsen Feltzing2002-05-09
* get_next_cluster forgot to byteswap the FAT entry, among othersLinus Nielsen Feltzing2002-05-09
* New cache algorithmLinus Nielsen Feltzing2002-05-09
* Added lseek()Björn Stenberg2002-05-08
* Fixed EOF handlingBjörn Stenberg2002-05-08
* Fixed some debug outputLinus Nielsen Feltzing2002-05-08
* Create correct shortnamesBjörn Stenberg2002-05-07
* Changed to global 'bpb' structBjörn Stenberg2002-05-03
* Added disk/partition handlingBjörn Stenberg2002-05-03
* Changed debug to DEBUGF and panic to panicf.Björn Stenberg2002-05-02
* Renamed get_bpb() into fat_mount() and added it to the API.Björn Stenberg2002-04-29
* Slight simplificationBjörn Stenberg2002-04-27
* Added longname handlingBjörn Stenberg2002-04-27
* Added fat_seek()Björn Stenberg2002-04-27
* Added fat_open() and fat_read().Björn Stenberg2002-04-27
* Cluster chaining now works.Björn Stenberg2002-04-27
* FAT updateBjörn Stenberg2002-04-26
* Moved driver to 'drivers' subdirBjörn Stenberg2002-04-23