summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
...
* 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
* New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg2002-07-17
* Allow LBA-less partitionsBjörn Stenberg2002-07-16
* Some more buffer length fixingLinus Nielsen Feltzing2002-07-15
* Added searching for FAT32 partitionBjörn Stenberg2002-07-15
* Added MAX_PATHLinus Nielsen Feltzing2002-07-05
* Added id3 tracknum (Yusef Napora)Björn Stenberg2002-06-26
* lseek: Adjust cacheoffset if cache is usedBjörn Stenberg2002-06-26
* 1 byte reads past a sector boundary failedLinus Nielsen Feltzing2002-06-24
* lseek() bug: It would claim cached sector even if that was not the caseBjörn Stenberg2002-06-19
* make the array 257 bytesDaniel Stenberg2002-06-19
* strcat()Daniel Stenberg2002-06-19
* Filenames are case insensitive in Fat32Björn Stenberg2002-06-18
* case insensitive string comparisonsDaniel Stenberg2002-06-18
* we need ctypeDaniel Stenberg2002-06-17
* added vsnprintfDaniel Stenberg2002-06-17
* fixed intptr_t to int, thanks to gregFelix Arends2002-06-12
* Added check for open-for-writeLinus Nielsen Feltzing2002-06-07
* Killed a few warningsLinus Nielsen Feltzing2002-06-07
* Killed a few warningsLinus Nielsen Feltzing2002-06-07
* Had to include <stddef.h> so that size_t is defined.Felix Arends2002-05-31
* Added code from libc instead of requiring newlibBjörn Stenberg2002-05-30
* Partition table is no longer globalBjörn Stenberg2002-05-30
* Changed the size argument to be a size_t type, to make the prototype lookDaniel Stenberg2002-05-30
* define functions in sprintf.cFelix Arends2002-05-29
* Bugfix: SEEK_END takes negative positionBjörn Stenberg2002-05-27
* Fixed possible race conditionBjörn Stenberg2002-05-27