summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
...
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Moved memset() out of .iramBjörn Stenberg2003-12-21
* my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg2003-12-08
* Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu2003-07-01
* Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg2003-06-29
* Slightly better handling of disk-full situationsLinus Nielsen Feltzing2003-06-19
* Fixed bad %x handlingLinus Nielsen Feltzing2003-05-24
* remove the ifdef for simulatorDaniel Stenberg2003-04-25
* use size_t and not int as the prototype says soDaniel Stenberg2003-04-25
* include the sprintf.h header, basicly for simulator purposesDaniel Stenberg2003-04-25
* Update fileoffset and cacheoffset on error.Björn Stenberg2003-04-15
* Added the filesize() functionLinus Nielsen Feltzing2003-03-18
* kill warningDaniel Stenberg2003-03-16
* only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg2003-03-16
* introducing fprintf():Daniel Stenberg2003-03-16
* Previous change broke read after seek. Reverted that change and added tempor...Hardeep Sidhu2003-03-15
* Make sure we are on correct sector after lseek. This fixes the queue file co...Hardeep Sidhu2003-03-14
* flush_cache() failure should still return error.Björn Stenberg2003-03-12
* Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg2003-03-12
* Killed compiling error on debug buildsLinus Nielsen Feltzing2003-03-10
* Killed a warningLinus Nielsen Feltzing2003-03-10
* Zagor added the flush() functionLinus Nielsen Feltzing2003-03-10
* rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing2003-02-26
* Lame debug outputLinus Nielsen Feltzing2003-02-22
* more movesDaniel Stenberg2003-02-07
* not used, removedDaniel Stenberg2003-02-07
* not used. removedDaniel Stenberg2003-02-07
* tm_mon starts at 0Björn Stenberg2003-01-27
* Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg2003-01-27
* Directories can now be renamed too.Björn Stenberg2003-01-27
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Fixed win32 simulator warnings.Hardeep Sidhu2003-01-09
* Use flush_cache() when writing headbytes to disk to make sure we are on the c...Hardeep Sidhu2002-12-19
* Killed a warningLinus Nielsen Feltzing2002-11-24
* Removed debug outputLinus Nielsen Feltzing2002-11-24
* Now uses timefuncs.h instead of time.hLinus Nielsen Feltzing2002-11-20
* Only Recorders have RTCLinus Nielsen Feltzing2002-11-20
* New time functionsLinus Nielsen Feltzing2002-11-20
* Added rename()Björn Stenberg2002-11-19
* Flush sector cache before truncating.Björn Stenberg2002-11-14
* creat() now includes the O_TRUNC flag.Björn Stenberg2002-11-13
* Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.Björn Stenberg2002-11-11
* Bugfix: Flags work better when they're binary...Björn Stenberg2002-11-11
* Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg2002-11-11
* Added ftruncate().Björn Stenberg2002-11-11
* Added support for O_RDWR and lseek() while writing.Björn Stenberg2002-11-11
* Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg2002-11-11
* close() now does not truncate the file.Björn Stenberg2002-11-11
* Corrected return value check.Björn Stenberg2002-11-05
* Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg2002-11-04