summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2002-11-14Flush sector cache before truncating.Björn Stenberg
2002-11-13creat() now includes the O_TRUNC flag.Björn Stenberg
2002-11-11Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.Björn Stenberg
2002-11-11Bugfix: Flags work better when they're binary...Björn Stenberg
2002-11-11Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg
2002-11-11Added ftruncate().Björn Stenberg
2002-11-11Added support for O_RDWR and lseek() while writing.Björn Stenberg
2002-11-11Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg
2002-11-11close() now does not truncate the file.Björn Stenberg
2002-11-05Corrected return value check.Björn Stenberg
2002-11-04Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg
2002-11-01Added remove()Björn Stenberg
2002-10-31Fixed lseek().Björn Stenberg
2002-10-31More graceful handling when running out of space.Björn Stenberg
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg
2002-10-21removed use of uninitialized variableDaniel Stenberg
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg
2002-09-30Magnus Holmgren's improved atoi()Daniel Stenberg
2002-09-16added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg
2002-08-24Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen
2002-08-23bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg
2002-08-22when we want to open a file, we want the exact specified file name, notDaniel Stenberg
2002-08-15Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-05added weirdo extra protos for the mingw cross-compile buildDaniel Stenberg
2002-08-04use our own prototypes for open, read, close and lseek if we compileDaniel Stenberg
2002-08-02just defensivelt check for defined defines before we define themDaniel Stenberg
2002-08-02debreakageDaniel Stenberg
2002-08-02ming compile fixes by Bill NapierDaniel Stenberg
2002-08-01Moved to internal RAMLinus Nielsen Feltzing
2002-07-25The ctype array was too short. Found by Magnus Holmgren, thanks.Linus Nielsen Feltzing
2002-07-18Use most significant bits instead (gives better random)Björn Stenberg
2002-07-18Vastly improved, now working, random! :)Björn Stenberg
2002-07-17New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg
2002-07-16Allow LBA-less partitionsBjörn Stenberg
2002-07-15Some more buffer length fixingLinus Nielsen Feltzing
2002-07-15Added searching for FAT32 partitionBjörn Stenberg
2002-07-05Added MAX_PATHLinus Nielsen Feltzing
2002-06-26Added id3 tracknum (Yusef Napora)Björn Stenberg
2002-06-26lseek: Adjust cacheoffset if cache is usedBjörn Stenberg
2002-06-241 byte reads past a sector boundary failedLinus Nielsen Feltzing
2002-06-19lseek() bug: It would claim cached sector even if that was not the caseBjörn Stenberg
2002-06-19make the array 257 bytesDaniel Stenberg
2002-06-19strcat()Daniel Stenberg
2002-06-18Filenames are case insensitive in Fat32Björn Stenberg
2002-06-18case insensitive string comparisonsDaniel Stenberg
2002-06-17we need ctypeDaniel Stenberg
2002-06-17added vsnprintfDaniel Stenberg