summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-0/+54
2008-03-12Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis1-1/+1
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis1-3/+2
2008-03-11Committed the missing file to r16632.Miika Pekkarinen1-1/+4
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen2-46/+80
2008-03-09enable partition probing for superfloppy targets; hanging was caused by out-o...Robert Kukla1-5/+0
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg1-0/+5
2008-02-07Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye1-3/+4
2008-01-13Dircache state should be checked too to make appflags work in every situation.Miika Pekkarinen1-1/+1
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen1-0/+20
2008-01-09Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo1-4/+3
2007-12-13Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye1-0/+24
2007-11-27Oops. Fix yellow.Nicolas Pennequin1-1/+1
2007-11-27* Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...Nicolas Pennequin1-1/+6
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-44/+0
2007-10-29More code police...Peter D'Hoye1-23/+22
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-5/+6
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye1-0/+21
2007-10-02Correct a dodgy logf call.Nicolas Pennequin1-1/+1
2007-10-02Make codepage Win-1250 actually work on charcell.Jens Arnold1-1/+1
2007-10-01FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg1-5/+6
2007-09-18import and use the Linux one instead, bound to be fasterDaniel Stenberg1-25/+18
2007-09-17* implement strstrChristian Gmeiner1-0/+45
2007-09-16Remove redundant remove call, which caused problems in the simulator.Magnus Holmgren1-1/+0
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon2-0/+30
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare4-69/+71
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil1-0/+2
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2-8/+11
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell1-0/+93
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun1-20/+54
2007-06-01Tiny fix for an unlikely error path.Steve Bavin1-0/+1
2007-05-23ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold1-2/+2
2007-04-26avoid declaring shadow 'rc' variables (-Wshadow!)Daniel Stenberg1-3/+2
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