summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Return -1 for not implemented RTC functions.Thomas Martitz1-1/+1
2011-03-02RaaA: Fix write locations of pluginsThomas Jarosch1-0/+4
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch2-2/+2
2011-02-27Fix yellowMichael Sparmann1-2/+5
2011-02-27iPod Classic CE-ATA Support (Part 3 of 4: Introduce STORAGE_NEEDS_ALIGN, whic...Michael Sparmann1-3/+20
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann1-1/+3
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann1-3/+3
2011-02-25RaaA: Create full config directory tree during initializationThomas Jarosch1-3/+14
2011-02-15RaaA: app_rename() must also do ROCKBOX_DIR translation for the target pathThomas Jarosch1-4/+12
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2011-02-08Initial maemo platform supportThomas Jarosch2-2/+2
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2-2/+2
2011-01-27RaaA: Fix database duplication issue on every startThomas Martitz1-5/+5
2011-01-02Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann1-0/+3
2010-12-07correct argument of open.Teruaki Kawashima1-2/+1
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2-31/+146
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts3-8/+23
2010-11-13Reduce the amount of stack space needed by fat_rename and mkdir_uncached.Michael Sparmann1-3/+22
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann1-2/+3
2010-09-20file_exists(): fix DEBUGF()Rafaël Carré1-2/+2
2010-09-20format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré1-6/+4
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz1-1/+4
2010-09-01Redo previous commit to not break android builds.Thomas Martitz1-3/+2
2010-09-01Fix databaseThomas Martitz1-3/+2
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz1-1/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz4-54/+52
2010-08-30typo in r27953 spotted by kugel: s/long/ssize_t/Rafaël Carré1-1/+1
2010-08-30format: supports %zd (ssize_t) and %zu (ssize_t)Rafaël Carré1-0/+36
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-2/+1
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken1-0/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+8
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz4-5/+131
2010-07-31Let format.c #include its own format.h header fileBertrik Sikken1-0/+1
2010-07-26Factor out opening and removing DIRCACHE_FILE into separate functions.Thomas Martitz1-9/+31
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts1-1/+0
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-4/+4
2010-06-21Don't autogenerate version.c. Just version.h is enoughFrank Gevaerts1-0/+23
2010-06-06Make disk_init() non-static again. I forgot to look at the bootloadersFrank Gevaerts1-1/+1
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts1-7/+27
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+1
2010-05-21dircache:Amaury Pouly1-16/+7
2010-05-21Fix typos in commentMichael Chicoine1-2/+2
2010-05-21FS#10913: fix file browser not updated on microsd insertion/removal. This is ...Amaury Pouly1-0/+15
2010-05-20disk/file: Do not use & on arraysRafaël Carré2-4/+3
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz25-2101/+11
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2-3/+3
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-04-22dircache: increase stack size to handle the worse case path during rebuild (d...Amaury Pouly1-1/+1