rockbox/firmware/common
Thomas Jarosch 70e48bf66d RaaA: Create full config directory tree during initialization
Also robustify against unset HOME environment var.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29397 a1c6a512-1295-4272-9138-f99709370657
2011-02-25 14:31:26 +00:00
..
config.c
crc32-mi4.c
crc32.c
diacritic.c
dir_uncached.c Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. 2011-02-02 17:43:32 +00:00
dircache.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
disk.c Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos to Frank Gevaerts) 2011-01-02 22:28:22 +00:00
ffs.c
file.c
filefuncs.c Initial maemo platform support 2011-02-08 20:05:25 +00:00
format.c
memset16.c
rbpaths.c RaaA: Create full config directory tree during initialization 2011-02-25 14:31:26 +00:00
strcasecmp.c
strcasestr.c
strlcat.c
strlcpy.c
strnatcmp.c
structec.c
timefuncs.c
unicode.c
version.c