summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2007-04-07Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen1-7/+4
2007-04-01Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold1-1/+2
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold1-21/+52
2007-03-20Oops. Should've used the unsigned local variables.Michael Sevakis1-8/+8
2007-03-20Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis1-0/+20
2007-03-20Do the sprintf .precision format in a safer way.Barry Wardell1-3/+4
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis1-0/+44
2007-03-19Add support for the .precision format in the sprintf()-like functions to allo...Barry Wardell1-1/+14
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren1-2/+2
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-2/+2
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-13/+0
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-0/+13
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