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