summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Make read() and write() return -1/EISDIR on directoriesFrank Gevaerts1-0/+5
2009-12-23only get the file pointer if fd is actually valid.Frank Gevaerts1-1/+4
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere3-0/+54
2009-11-26Forgot fileMaurus Cuelenaere1-0/+52
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere3-31/+3
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere2-0/+8
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz1-1/+1
2009-10-25Little bit of const correctnessNils Wallménius1-5/+5
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken1-1/+1
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman1-1/+1
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-65/+12
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere1-0/+5
2009-08-12Remove dead codeAlexander Levin1-16/+1
2009-08-12Change the function name in strnatsort so that the code doesn't contradict it...Alexander Levin1-3/+5
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts1-25/+0
2009-08-11Consolidate day of week calculationFrank Gevaerts1-2/+5
2009-08-11rework new time handling functions a bit to be more memory efficientFrank Gevaerts1-20/+14
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts1-0/+39
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