summaryrefslogtreecommitdiff
path: root/firmware/common/file.c
AgeCommit message (Expand)Author
2002-08-24Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen
2002-08-22when we want to open a file, we want the exact specified file name, notDaniel 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-18Filenames are case insensitive in Fat32Björn Stenberg
2002-06-07Added check for open-for-writeLinus Nielsen Feltzing
2002-05-27Bugfix: SEEK_END takes negative positionBjörn Stenberg
2002-05-27Fixed possible race conditionBjörn Stenberg
2002-05-16Removed debug outputLinus Nielsen Feltzing
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-08Added commentBjörn Stenberg
2002-05-08Added lseek()Björn Stenberg
2002-05-08Fixed read() for sub-sector requestsBjörn Stenberg
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg