summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg
2008-11-12Fix a small bug in %x when padding is being addedKarl Kurbjun
2008-11-09drive might be used uninitialized, prevent thatRafaël Carré
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-09-07ZVM:Maurus Cuelenaere
2008-08-10ok, that was bigger than expected... reduce the max to 12 open dirs as a happ...Jonathan Gordon
2008-08-10"waste" a bit more RAM on targets with more than 8MB so more directories can ...Jonathan Gordon
2008-07-15Onda VX747:Maurus Cuelenaere
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-15Check for a supported partition type before trying to mount a partition. This...Jens Arnold
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-28Added #include <string.h> to memmove.c, memcpy.c and strcat.cBertrik Sikken
2008-04-28Forgot to #include stdlib.h for atoi implementation.Bertrik Sikken
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken
2008-04-15Fixed FS#7849Bertrik Sikken
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2008-03-12Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis
2008-03-11Committed the missing file to r16632.Miika Pekkarinen
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen
2008-03-09enable partition probing for superfloppy targets; hanging was caused by out-o...Robert Kukla
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg
2008-02-07Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye
2008-01-13Dircache state should be checked too to make appflags work in every situation.Miika Pekkarinen
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen
2008-01-09Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo
2007-12-13Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye
2007-11-27Oops. Fix yellow.Nicolas Pennequin
2007-11-27* Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...Nicolas Pennequin
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis
2007-10-29More code police...Peter D'Hoye
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
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