summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Fix for:Thomas Martitz1-5/+5
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-14/+20
2009-07-14FS#10080Nils Wallménius5-148/+71
2009-06-29Fix yellow introduced in r21561Alexander Levin1-3/+4
2009-06-29Make the get_time on non-RTC sims behave like target, i.e. always return a co...Alexander Levin1-18/+30
2009-03-22Add missing #includes for the ondas.Bertrik Sikken1-0/+2
2009-03-17Update the comment about our changes too.Thomas Martitz1-2/+3
2009-03-17Restore behavior of the original implementation strnatcmp to not ignore leadi...Thomas Martitz1-5/+35
2009-03-09Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...Frank Gevaerts1-3/+6
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin1-9/+19
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin1-8/+8
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz1-33/+3
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...Thomas Martitz1-2/+5
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross1-1/+1
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-0/+179
2009-02-13Onda VX747:Maurus Cuelenaere1-0/+6
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-3/+2
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg1-11/+60
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-1/+1
2008-11-12Fix a small bug in %x when padding is being addedKarl Kurbjun1-0/+2
2008-11-09drive might be used uninitialized, prevent thatRafaël Carré1-1/+1
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-1/+3
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-2/+2
2008-09-07ZVM:Maurus Cuelenaere1-42/+1
2008-08-10ok, that was bigger than expected... reduce the max to 12 open dirs as a happ...Jonathan Gordon2-2/+2
2008-08-10"waste" a bit more RAM on targets with more than 8MB so more directories can ...Jonathan Gordon2-0/+8
2008-07-15Onda VX747:Maurus Cuelenaere1-2/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg13-26/+52
2008-05-15Check for a supported partition type before trying to mount a partition. This...Jens Arnold1-1/+16
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin4-4/+4
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken3-2/+4
2008-04-28Added #include <string.h> to memmove.c, memcpy.c and strcat.cBertrik Sikken3-5/+5
2008-04-28Forgot to #include stdlib.h for atoi implementation.Bertrik Sikken1-0/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2-2/+2
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere1-4/+44
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken1-1/+1
2008-04-15Fixed FS#7849Bertrik Sikken1-1/+1
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