rockbox/firmware/common
Bertrik Sikken 7697609455 Fixed FS#7849
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17123 a1c6a512-1295-4272-9138-f99709370657
2008-04-15 18:34:20 +00:00
..
atoi.c
crc32-mi4.c Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +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_uncached.c FS#7598 - Dircache support for multivolume targets (by Phil Light). 2008-03-11 19:39:26 +00:00
dircache.c FS#7598 - Dircache support for multivolume targets (by Phil Light). 2008-03-11 19:39:26 +00:00
disk.c Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later. 2008-03-12 11:08:41 +00:00
errno.c
ffs.c Add a complete priority inheritance implementation to the scheduler (all mutex ownership and queue_send calls are inheritable). Priorities are differential so that dispatch depends on the runnable range of priorities. Codec priority can therefore be raised in small steps (pcmbuf updated to enable). Simplify the kernel functions to ease implementation and use the same kernel.c for both sim and target (I'm tired of maintaining two ;_). 1) Not sure if a minor audio break at first buffering issue will exist on large-sector disks (the main mutex speed issue was genuinely resolved earlier). At this point it's best dealt with at the buffering level. It seems a larger filechunk could be used again. 2) Perhaps 64-bit sims will have some minor issues (finicky) but a backroll of the code of concern there is a 5-minute job. All kernel objects become incompatible so a full rebuild and update is needed. 2008-03-25 02:34:12 +00:00
file.c Committed the missing file to r16632. 2008-03-11 19:52:07 +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 Oops. Should've used the unsigned local variables. 2007-03-20 13:45:38 +00:00
sscanf.c Some fixes to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. 2007-06-03 22:03:36 +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
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
strstr.c import and use the Linux one instead, bound to be faster 2007-09-18 07:04:05 +00:00
strtok.c
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 Fixed FS#7849 2008-04-15 18:34:20 +00:00
unicode.c Make codepage Win-1250 actually work on charcell. 2007-10-02 07:25:24 +00:00