summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* More compact & straight-forward headbytes handling.Jens Arnold2005-12-17
* Now the file corruption bug when reading & writing the same file isMiika Pekkarinen2005-12-16
* Fixed a file system driver caching bug corrupting files on certain situationsMiika Pekkarinen2005-12-13
* Reworking of Archos RTC code to create a (slightly) more abstract RTC apiDave Chapman2005-12-11
* several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg2005-12-07
* move some code from .h files to .c files and polish unicode.c a bitMarcoen Hirschberg2005-12-06
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04
* More comments to the dircache functions and a debug menu entry toMiika Pekkarinen2005-11-26
* Debug menu entry for the dircache.Miika Pekkarinen2005-11-26
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
* Fixed an empty directory problem with dircache when renaming files.Miika Pekkarinen2005-11-18
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold2005-11-12
* SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca...Jens Arnold2005-10-31
* Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l...Jens Arnold2005-10-30
* Coldfire: slight optimisations of memset().Jens Arnold2005-10-22
* Now correctly interrupting the dircache rebuilding.Miika Pekkarinen2005-10-20
* Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen2005-10-09
* Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen2005-10-08
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* Correct usage of ICODE_ATTR in memcpy.c and strlen.cLinus Nielsen Feltzing2005-08-15
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg2005-07-12
* Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing2005-07-05
* Coldfire: slight memset() optimisation.Jens Arnold2005-06-22
* memset() on coldfire now exploits burst mode whenever possible, giving anothe...Jens Arnold2005-06-21
* Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold2005-06-21
* Slightly more optimised memset() for SH1. Especially faster for 4 < length < 12.Jens Arnold2005-06-07
* Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold2005-05-16
* couple of fixes for 16 bits archsJean-Philippe Bernardy2005-02-27
* more long policyJean-Philippe Bernardy2005-02-25
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
* random longness fixesJean-Philippe Bernardy2005-02-15
* long policyJean-Philippe Bernardy2005-02-15
* preparations for hotswapping MMCJörg Hohensohn2005-01-28
* Added ID3 searchingBjörn Stenberg2005-01-27
* TABs removedJens Arnold2005-01-24
* int -> long where neededJean-Philippe Bernardy2005-01-23
* Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy2005-01-23
* Forgot to commit removal of string.c when reviving memcpy.c and memset.cJens Arnold2005-01-22
* Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i...Jens Arnold2005-01-22
* Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold2005-01-21
* Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg2005-01-10
* using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn2005-01-03
* volume names look better in sharp brackets, code slightly more compactJörg Hohensohn2005-01-01
* Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn2004-12-29
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Bug fix: Do only flush the sector buffer after writing head bytes if it reall...Jens Arnold2004-11-17