rockbox/firmware/common
2007-03-04 20:06:41 +00:00
..
atoi.c Magnus Holmgren's improved atoi() 2002-09-30 08:50:00 +00:00
crc32.c Initial support and use for EEPROM memory on H120 & H140 players when 2006-08-05 20:19:10 +00:00
ctype.c make the ctype array unsigned so that bit 7 (octal 0200) can be set and 2005-07-12 11:06:38 +00:00
dir.c Removed unused 'mode' parameter from mkdir() for consistency with creat(). 2007-02-03 10:28:55 +00:00
dircache.c Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. 2007-03-04 20:06:41 +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 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
memchr.c Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback 2005-07-05 08:43:36 +00:00
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 Revived C implementations of memcpy() and memset() for platforms without asm optimized versions (gmini), replacing the intermediate strings.c. Moved the asm optimized versions 'out of the way' for the implicit 'make' rules by renaming them to *_a.S (for assembler/alternative). 2005-01-21 22:43:02 +00:00
memset16.c Removed executable flag 2007-01-09 23:29:07 +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 Added ID3 searching 2005-01-27 22:21:08 +00:00
strcat.c
strchr.c
strcmp.c
strcpy.c Fixed a warning when (experimentally) compiling with -Os 2004-07-27 19:51:05 +00:00
strlen.c Correct usage of ICODE_ATTR in memcpy.c and strlen.c 2005-08-15 05:33:10 +00:00
strncmp.c
strncpy.c
strrchr.c
strtok.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
structec.c Start using the new endian conversion system outside tagcache also to simplify code. 2007-02-14 19:20:13 +00:00
timefuncs.c remove runtime detection of h1x0 series RTC MOD, but leave driver code 2007-03-03 00:11:20 +00:00
unicode.c Comment out an unused function and make another one static to save a few bytes 2007-01-19 15:55:11 +00:00