summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2006-03-22Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen
2006-03-10Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low
2006-03-07Fix red builds (with frustration)Brandon Low
2006-03-06Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low
2006-03-05Make the RTC read throttling work, thanks to herz42 on ircBrandon Low
2006-03-05Fix some yellow buildsBrandon Low
2006-03-05Move the RTC read throttling to a smarter placeBrandon Low
2006-03-02TAB policed.Jens Arnold
2006-03-02Change rename() to set errno to EXDEV if a rename is attempted across volumes.Dan Everton
2006-02-28Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen
2006-02-22Didn't mean to commit this, revert.Thom Johansen
2006-02-22Fix silly bug that made it crash on iPod.Jens Arnold
2006-02-22Fix stupid mistake.Thom Johansen
2006-02-22Commit correct file this time.Thom Johansen
2006-02-22ARM optimised memset from Linux.Thom Johansen
2006-02-22Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold
2006-02-03Made %n not eat white space.Tomasz Malesinski
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen
2006-01-25Simple sscanf implementationTomasz Malesinski
2006-01-20Better random number generator: Mersenne twiser with improved initialisation....Jens Arnold
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