summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Fix FS#12325 - screen corruption on early usb.Thomas Martitz1-5/+13
2011-10-21fix sign errorFred Bauer1-4/+4
2011-10-02revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla1-2/+13
2011-09-17Also remove the fat_partition_types array.Torne Wuff1-10/+0
2011-09-17Allow any partition type, not just known FAT types.Torne Wuff1-3/+2
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-30/+66
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-29/+85
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-8/+15
2011-08-16Dircache: Fix memory leak (and recently panic).Thomas Martitz1-2/+2
2011-08-15Dircache: Fix bug introduced in r30308.Thomas Martitz1-4/+5
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-7/+15
2011-08-04format/*printf: Add simple support for %p format specifier.Thomas Martitz1-1/+6
2011-07-30Dircache: Fix 2 nasty bugs introduced with the reworks starting with r30032.Thomas Martitz1-8/+13
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz1-49/+0
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz1-0/+49
2011-07-04Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen1-0/+2
2011-07-01Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen1-0/+6
2011-06-22Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz1-5/+8
2011-06-20Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz1-1/+1
2011-06-20Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz1-33/+28
2011-06-20Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz1-3/+4
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz3-21/+67
2011-06-20Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz1-1/+12
2011-06-20Dircache: Change internal cache layout.Thomas Martitz1-63/+168
2011-06-20Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz1-1/+1
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz1-3/+6
2011-06-20Dircache: Rework and simplify dircache_copy_path().Thomas Martitz1-28/+28
2011-06-20Dircache: Remove dircache_entry::name_len.Thomas Martitz1-39/+31
2011-05-08Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-1/+1
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