summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen1-2/+10
2007-02-14Use the correct swap functions for live conversion, and fix 64 bit sims.Jens Arnold1-5/+6
2007-02-13Make database endianess independent.Miika Pekkarinen1-0/+179
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-3/+1
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-2/+1
2007-02-01Fix dircache on simulatorsSteve Bavin1-1/+1
2007-01-19Comment out an unused function and make another one static to save a few bytesNils Wallménius1-1/+3
2007-01-17increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon1-1/+1
2007-01-12Fix lockup of simulator at startup if dircache enabledSteve Bavin1-1/+1
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen1-5/+11
2006-12-13Some fixes and additions to sscanf - Still has bugs but it works for doom cur...Karl Kurbjun1-1/+26
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-3/+3
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold2-29/+29
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen2-13/+30
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-10/+13
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+35
2006-10-16Cygwin-built simulator can produce garbled debugging output without our snprintfSteve Bavin1-3/+4
2006-10-12Do not use our simple snprintf in simulator, becauseTomasz Malesinski1-0/+6
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-3/+3
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-2/+2
2006-09-07Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold1-5/+1
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman1-0/+5
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen1-1/+2
2006-08-14Make sure dircache blocks correctly.Miika Pekkarinen1-0/+4
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen2-10/+26
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen1-7/+4
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen1-4/+4
2006-07-25Moved some assembly optimizations to the target treeLinus Nielsen Feltzing5-2304/+0
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen1-0/+8
2006-06-30Simplify code...Jens Arnold1-2/+2
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold1-7/+10
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen1-2/+3
2006-05-16Update dircache startcluster at file close when writing. Fixes bug when crea...Hardeep Sidhu1-0/+3
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner1-2/+1
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen1-0/+57
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen1-11/+22
2006-04-13Fixed the file renaming/removing issue with dircache enabled.Miika Pekkarinen1-5/+15
2006-04-05Make ASM memset for ARM return destination address, as is standard.Thom Johansen1-28/+27
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev1-1/+1
2006-03-30Dircache support for simulator also.Miika Pekkarinen1-22/+83
2006-03-30Do the dircache operation first to block properly when necessary.Miika Pekkarinen1-7/+7
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen1-6/+45
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2-7/+50
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-2/+2
2006-03-22Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen1-1/+22
2006-03-10Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold1-0/+13
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg1-13/+12
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low1-4/+5
2006-03-07Fix red builds (with frustration)Brandon Low1-11/+11