summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* Add RKW firmware file format loaderMarcin Bukat2012-03-04
* Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts2012-03-03
* checkwps: Fix buildall.sh and some RaaA/ypr0 versions.Thomas Martitz2012-02-10
* Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz2012-01-22
* Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz2012-01-22
* android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz2012-01-21
* rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz2011-12-25
* Initial commit of the Samsung YP-R0 port.Thomas Martitz2011-12-24
* disk: fix sector multiplier init, also remove a test which has became obsoleteAmaury Pouly2011-12-19
* Remove USB time sync code when there's no RTC.Boris Gjenero2011-12-16
* Remove conditional added around set_day_of_week in r31301.Boris Gjenero2011-12-15
* Add conditionals around functions that are only needed when RTC is present.Boris Gjenero2011-12-15
* Really fix redAmaury Pouly2011-12-15
* Fix redAmaury Pouly2011-12-15
* Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly2011-12-15
* Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon2011-12-05
* Compile fix for mingw-w64Rafaël Carré2011-12-04
* Update some missed pointers when moving the dircache allocationFred Bauer2011-11-19
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Fix FS#12325 - screen corruption on early usb.Thomas Martitz2011-10-28
* fix sign errorFred Bauer2011-10-21
* revert r30566 and r30567 to fix FS#12294 (superfloppy not mounting)Robert Kukla2011-10-02
* Also remove the fat_partition_types array.Torne Wuff2011-09-17
* Allow any partition type, not just known FAT types.Torne Wuff2011-09-17
* Dircache: Allow dircache to be enabled without reboot.Thomas Martitz2011-08-30
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Dircache: Fix memory leak (and recently panic).Thomas Martitz2011-08-16
* Dircache: Fix bug introduced in r30308.Thomas Martitz2011-08-15
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* format/*printf: Add simple support for %p format specifier.Thomas Martitz2011-08-04
* Dircache: Fix 2 nasty bugs introduced with the reworks starting with r30032.Thomas Martitz2011-07-30
* Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz2011-07-18
* Introduce bsearch() and use it in tagtree.c.Thomas Martitz2011-07-18
* Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen2011-07-04
* Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen2011-07-01
* Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz2011-06-22
* Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz2011-06-20
* Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz2011-06-20
* Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz2011-06-20
* Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz2011-06-20
* Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz2011-06-20
* Dircache: Change internal cache layout.Thomas Martitz2011-06-20
* Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz2011-06-20
* Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2011-06-20
* Dircache: Rework and simplify dircache_copy_path().Thomas Martitz2011-06-20
* Dircache: Remove dircache_entry::name_len.Thomas Martitz2011-06-20
* Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-08
* Return -1 for not implemented RTC functions.Thomas Martitz2011-03-08
* RaaA: Fix write locations of pluginsThomas Jarosch2011-03-02