summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye
2007-10-02Correct a dodgy logf call.Nicolas Pennequin
2007-10-02Make codepage Win-1250 actually work on charcell.Jens Arnold
2007-10-01FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg
2007-09-18import and use the Linux one instead, bound to be fasterDaniel Stenberg
2007-09-17* implement strstrChristian Gmeiner
2007-09-16Remove redundant remove call, which caused problems in the simulator.Magnus Holmgren
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun
2007-06-01Tiny fix for an unlikely error path.Steve Bavin
2007-05-23ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold
2007-04-26avoid declaring shadow 'rc' variables (-Wshadow!)Daniel Stenberg
2007-04-07Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen
2007-04-01Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold
2007-03-20Oops. Should've used the unsigned local variables.Michael Sevakis
2007-03-20Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis
2007-03-20Do the sprintf .precision format in a safer way.Barry Wardell
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis
2007-03-19Add support for the .precision format in the sprintf()-like functions to allo...Barry Wardell
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-14Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen
2007-02-14Use the correct swap functions for live conversion, and fix 64 bit sims.Jens Arnold
2007-02-13Make database endianess independent.Miika Pekkarinen
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-02-01Fix dircache on simulatorsSteve Bavin
2007-01-19Comment out an unused function and make another one static to save a few bytesNils Wallménius
2007-01-17increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon
2007-01-12Fix lockup of simulator at startup if dircache enabledSteve Bavin
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen
2006-12-13Some fixes and additions to sscanf - Still has bugs but it works for doom cur...Karl Kurbjun
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen
2006-12-04Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold
2006-12-03Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing
2006-10-16Cygwin-built simulator can produce garbled debugging output without our snprintfSteve Bavin
2006-10-12Do not use our simple snprintf in simulator, becauseTomasz Malesinski
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