rockbox/firmware/common
Miika Pekkarinen c8a9ca748d Try to make sure dircache state file on flashed H1xx targets is
handled correctly and no old state is never used.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11833 a1c6a512-1295-4272-9138-f99709370657
2006-12-22 09:11:09 +00:00
..
atoi.c
crc32.c Initial support and use for EEPROM memory on H120 & H140 players when 2006-08-05 20:19:10 +00:00
ctype.c
dir.c Simplify code... 2006-06-30 05:43:08 +00:00
dircache.c Try to make sure dircache state file on flashed H1xx targets is 2006-12-22 09:11:09 +00:00
disk.c Much simpler implementation of large virtual sector support, not needing larger sector buffers and not touching file.c at all. secmult is simply used to normalize all sector counts to 512-byte physical sectors. * Moved MAX_SECTOR_SIZE definition to config-*.h, and enabled it for iPod Video only. MAX_SECTOR_SIZE now only enables checking for alternate disk layouts due to sector size (as iPod Video G5.5 is presented as having 2048-byte _physical_ sectors to the PC). Large virtual sector support in fat.c is always enabled. 2006-12-04 21:37:22 +00:00
errno.c
file.c Much simpler implementation of large virtual sector support, not needing larger sector buffers and not touching file.c at all. secmult is simply used to normalize all sector counts to 512-byte physical sectors. * Moved MAX_SECTOR_SIZE definition to config-*.h, and enabled it for iPod Video only. MAX_SECTOR_SIZE now only enables checking for alternate disk layouts due to sector size (as iPod Video G5.5 is presented as having 2048-byte _physical_ sectors to the PC). Large virtual sector support in fat.c is always enabled. 2006-12-04 21:37:22 +00:00
memchr.c
memcmp.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
memcpy.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
memmove.c Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. 2006-02-06 16:00:58 +00:00
memset.c
memset16.c Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD clearing and solid rectangle drawing on colour iPods somewhat. 2006-09-07 00:16:04 +00:00
qsort.c
random.c Better random number generator: Mersenne twiser with improved initialisation. BSD-style license. 2006-01-20 01:21:26 +00:00
sprintf.c Cygwin-built simulator can produce garbled debugging output without our snprintf 2006-10-16 09:06:19 +00:00
sscanf.c Some fixes and additions to sscanf - Still has bugs but it works for doom currently. As a note: this function is only used by doom to my knowledge. 2006-12-13 04:55:48 +00:00
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
timefuncs.c Patch #5166 by Robert Keevil - Last.fm logging 2006-10-19 09:42:58 +00:00
unicode.c Fixed unicode buffer overflow issue (metadata parser crashed with some 2006-07-25 18:12:57 +00:00