summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2003-03-18Added the filesize() functionLinus Nielsen Feltzing1-0/+12
2003-03-16kill warningDaniel Stenberg1-2/+2
2003-03-16only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg1-0/+3
2003-03-16introducing fprintf():Daniel Stenberg1-18/+101
2003-03-15Previous change broke read after seek. Reverted that change and added tempor...Hardeep Sidhu1-8/+7
2003-03-14Make sure we are on correct sector after lseek. This fixes the queue file co...Hardeep Sidhu1-0/+7
2003-03-12flush_cache() failure should still return error.Björn Stenberg1-2/+2
2003-03-12Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg1-5/+5
2003-03-10Killed compiling error on debug buildsLinus Nielsen Feltzing1-12/+2
2003-03-10Killed a warningLinus Nielsen Feltzing1-0/+2
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing1-1/+27
2003-02-26rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing1-39/+49
2003-02-22Lame debug outputLinus Nielsen Feltzing1-1/+1
2003-02-07more movesDaniel Stenberg7-424/+0
2003-02-07not used, removedDaniel Stenberg2-660/+0
2003-02-07not used. removedDaniel Stenberg1-30/+0
2003-01-27tm_mon starts at 0Björn Stenberg1-3/+3
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg2-2/+2
2003-01-27Directories can now be renamed too.Björn Stenberg1-2/+5
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell3-18/+0
2003-01-09Fixed win32 simulator warnings.Hardeep Sidhu1-0/+3
2002-12-19Use flush_cache() when writing headbytes to disk to make sure we are on the c...Hardeep Sidhu1-3/+1
2002-11-24Killed a warningLinus Nielsen Feltzing1-1/+0
2002-11-24Removed debug outputLinus Nielsen Feltzing1-6/+0
2002-11-20Now uses timefuncs.h instead of time.hLinus Nielsen Feltzing1-1/+1
2002-11-20Only Recorders have RTCLinus Nielsen Feltzing1-0/+12
2002-11-20New time functionsLinus Nielsen Feltzing2-0/+97
2002-11-19Added rename()Björn Stenberg2-5/+54
2002-11-14Flush sector cache before truncating.Björn Stenberg1-6/+6
2002-11-13creat() now includes the O_TRUNC flag.Björn Stenberg1-1/+1
2002-11-11Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.Björn Stenberg1-84/+94
2002-11-11Bugfix: Flags work better when they're binary...Björn Stenberg2-13/+9
2002-11-11Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg2-40/+63
2002-11-11Added ftruncate().Björn Stenberg2-1/+27
2002-11-11Added support for O_RDWR and lseek() while writing.Björn Stenberg1-14/+38
2002-11-11Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg1-19/+20
2002-11-11close() now does not truncate the file.Björn Stenberg1-4/+38
2002-11-05Corrected return value check.Björn Stenberg1-1/+1
2002-11-04Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg1-0/+2
2002-11-01Added remove()Björn Stenberg2-0/+15
2002-10-31Fixed lseek().Björn Stenberg1-6/+8
2002-10-31More graceful handling when running out of space.Björn Stenberg1-8/+14
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg1-3/+8
2002-10-21removed use of uninitialized variableDaniel Stenberg1-1/+1
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg3-57/+140
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2-0/+7
2002-09-30Magnus Holmgren's improved atoi()Daniel Stenberg1-8/+31
2002-09-16added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends1-0/+113
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg1-0/+1
2002-08-24Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen1-0/+8