summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-09-07Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen
2006-08-14Make sure dircache blocks correctly.Miika Pekkarinen
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen
2006-07-25Moved some assembly optimizations to the target treeLinus Nielsen Feltzing
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen
2006-06-30Simplify code...Jens Arnold
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen
2006-05-16Update dircache startcluster at file close when writing. Fixes bug when crea...Hardeep Sidhu
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen
2006-04-13Fixed the file renaming/removing issue with dircache enabled.Miika Pekkarinen
2006-04-05Make ASM memset for ARM return destination address, as is standard.Thom Johansen
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev
2006-03-30Dircache support for simulator also.Miika Pekkarinen
2006-03-30Do the dircache operation first to block properly when necessary.Miika Pekkarinen
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen
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