summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* 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
* Added remove()Björn Stenberg2002-11-01
* Fixed lseek().Björn Stenberg2002-10-31
* More graceful handling when running out of space.Björn Stenberg2002-10-31
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2002-10-22
* removed use of uninitialized variableDaniel Stenberg2002-10-21
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2002-10-10
* Magnus Holmgren's improved atoi()Daniel Stenberg2002-09-30
* added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends2002-09-16
* undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg2002-09-13
* Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen2002-08-24
* bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg2002-08-23
* when we want to open a file, we want the exact specified file name, notDaniel Stenberg2002-08-22
* Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing2002-08-15
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* added weirdo extra protos for the mingw cross-compile buildDaniel Stenberg2002-08-05
* use our own prototypes for open, read, close and lseek if we compileDaniel Stenberg2002-08-04
* just defensivelt check for defined defines before we define themDaniel Stenberg2002-08-02
* debreakageDaniel Stenberg2002-08-02
* ming compile fixes by Bill NapierDaniel Stenberg2002-08-02
* Moved to internal RAMLinus Nielsen Feltzing2002-08-01
* The ctype array was too short. Found by Magnus Holmgren, thanks.Linus Nielsen Feltzing2002-07-25
* Use most significant bits instead (gives better random)Björn Stenberg2002-07-18
* Vastly improved, now working, random! :)Björn Stenberg2002-07-18