summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2018-05-23Don't enable full vuprintf file in bootloader. Saves ~2KB packed space when ...Michael Giacomelli
2017-12-24Revert "Support floating-point formatting"Franklin Wei
2017-12-23fix redFranklin Wei
2017-12-23Port of Duke Nukem 3DFranklin Wei
2017-12-23Support floating-point formattingFranklin Wei
2017-11-28Add a small 32-byte write buffer to fdprintf.Michael Sevakis
2017-11-21Convert i.MX31 and AMS target to use RTC interruptMichael Sevakis
2017-11-21Implement a much more capable vuprintf()Michael Sevakis
2017-10-29Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUMEWilliam Wilgus
2017-10-29Add boot data support to rockbox.William Wilgus
2017-04-13Optimize lld_remove() a bitMichael Sevakis
2017-03-21Dircache: Improve freed name memory recallocationMichael Sevakis
2017-03-21Avoid having to wait for dircache builds if shut down too soonBoris Gjenero
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis
2017-03-12Dircache: Refine name allocation and error handling.Michael Sevakis
2017-03-08Fix a couple dircache oopsies.Michael Sevakis
2017-02-14Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis
2017-02-07Add some comments about the behavior of a couple path functions.Michael Sevakis
2017-02-06Make sure dircache resolves outstanding references on volume root.Michael Sevakis
2017-02-06Fix a bug in disk.c that really wasn't affecting anything.Michael Sevakis
2017-01-26Move intrinsic RTC implmentation differences to driver filesMichael Sevakis
2017-01-18Make consitent internal file API flag behvior, FF_PROBE.Michael Sevakis
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis
2017-01-14Dircache: Fix a tiny-block reclaim bugMichael Sevakis
2017-01-07Improve the implementation of a couple linked list routines.Michael Sevakis
2017-01-07Fix track formatting problems in playlist.cMichael Sevakis
2015-10-09Fix (D)EBUG compilation errors on targets using FATCástor Muñoz
2015-02-24Fix warning in firmware/common/structec.cFranklin Wei
2015-02-24Whitespace fixes in firmware/common/structec.cFranklin Wei
2015-01-01Limit "struct dircache_runinfo" to file scopeThomas Jarosch
2014-09-21unicode: Fix getle16 and getbe16nialv7
2014-09-15Fix path_trim_whitespace() sign extension.Michael Sevakis
2014-09-02Clean up a bit and get switch statement out of loop in walk_path()Michael Sevakis
2014-09-01Fix a small late creep-in goof in path parsing on native targetsMichael Sevakis
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis
2014-08-16Add common linked list functionsMichael Sevakis
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat
2014-02-28application(ypr0): Fix mount option selected by the current codepage.Thomas Martitz
2014-02-26application: fix opendir() for "/" directory.Thomas Martitz
2014-02-25application: Remove trailing slashes from the input in opendir().Thomas Martitz
2014-02-24application: Speed up dir_get_info() further.Thomas Martitz
2014-02-24hosted/multidrive: Speed up readdir()/get_dir_info().Thomas Martitz
2014-02-23samsungypr0: Support or mounting the microsdThomas Martitz
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz
2014-02-23codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz
2014-02-05Samsung YP-R1 target portLorenzo Miori
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat