summaryrefslogtreecommitdiff
path: root/firmware/include
AgeCommit message (Expand)Author
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis
2017-01-16Fix path handling snafu for CheckWPS toolMichael Sevakis
2017-01-15Support using swapxx() and bswap_xx() for byteswaps in rbendian.hFranklin Wei
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch
2014-12-29Document 'union buflib_data'Thomas Jarosch
2014-12-27Two more typo fixesThomas Jarosch
2014-12-27Fix typos in documentationThomas Jarosch
2014-12-17Fix up maemo port after byte swap header refactoringThomas Jarosch
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis
2014-08-29Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis
2014-08-29Add mempcpy implementationMichael Sevakis
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis
2014-08-26Patch up rbendian.h for Win32 cross-compileMichael Sevakis
2014-08-25Do a better endian.h setup that isn't as fragileMichael Sevakis
2014-08-16Add common linked list functionsMichael Sevakis
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat
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-23Move VOL_NAMES definition to mv.hThomas Martitz
2014-02-05Samsung YP-R1 target portLorenzo Miori
2014-02-02buflib: Add a define telling the per-alloc overhead.Thomas Martitz
2014-02-02buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz
2014-01-16buflib: Add crc field protecting buflib cookie integrityMarcin Bukat
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz
2013-12-22buflib: Add buflib_context_relocate().Thomas Martitz
2013-12-22buflib: Try harder in buflib_alloc_maximum().Thomas Martitz
2013-07-07buflib: Change buflib_available() and add buflib_allocatable().Thomas Martitz
2013-06-27Move load_firmware() to separate fileMarcin Bukat
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis
2013-04-10Move fixedpoint.h to be accessible in /firmware.Michael Sevakis
2012-07-31Fix database tool.Thomas Martitz
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis
2012-04-26Add a NO_INLINE attribute to gcc_extensions.Michael Sevakis
2012-03-04Add RKW firmware file format loaderMarcin Bukat
2012-03-03Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.Frank Gevaerts
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds.Frank Gevaerts
2012-02-17Fix lua unused-variable warning by introducing UNUSED_ATTR.Thomas Martitz
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero