summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
...
* implement single-driver storage layer with macros instead of inlinesFrank Gevaerts2008-11-02
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* ZVM:Maurus Cuelenaere2008-09-07
* ok, that was bigger than expected... reduce the max to 12 open dirs as a happ...Jonathan Gordon2008-08-10
* "waste" a bit more RAM on targets with more than 8MB so more directories can ...Jonathan Gordon2008-08-10
* Onda VX747:Maurus Cuelenaere2008-07-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Check for a supported partition type before trying to mount a partition. This...Jens Arnold2008-05-15
* 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere2008-05-14
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Added #include <string.h> to memmove.c, memcpy.c and strcat.cBertrik Sikken2008-04-28
* Forgot to #include stdlib.h for atoi implementation.Bertrik Sikken2008-04-28
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* Fixed FS#7849Bertrik Sikken2008-04-15
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis2008-03-12
* Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2008-03-12
* Committed the missing file to r16632.Miika Pekkarinen2008-03-11
* FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen2008-03-11
* enable partition probing for superfloppy targets; hanging was caused by out-o...Robert Kukla2008-03-09
* Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg2008-02-11
* Let the FAT namecheck also look for trailing spaces, fixes FS #8560.Peter D'Hoye2008-02-07
* Dircache state should be checked too to make appflags work in every situation.Miika Pekkarinen2008-01-13
* Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen2008-01-13
* Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo2008-01-09
* Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye2007-12-13
* Oops. Fix yellow.Nicolas Pennequin2007-11-27
* * Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...Nicolas Pennequin2007-11-27
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* More code police...Peter D'Hoye2007-10-29
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* Correct a dodgy logf call.Nicolas Pennequin2007-10-02
* Make codepage Win-1250 actually work on charcell.Jens Arnold2007-10-02
* FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg2007-10-01
* import and use the Linux one instead, bound to be fasterDaniel Stenberg2007-09-18
* * implement strstrChristian Gmeiner2007-09-17
* Remove redundant remove call, which caused problems in the simulator.Magnus Holmgren2007-09-16
* Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon2007-09-02
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil2007-07-14
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell2007-06-04
* Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun2007-06-03
* Tiny fix for an unlikely error path.Steve Bavin2007-06-01
* ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold2007-05-23