summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2005-10-22Coldfire: slight optimisations of memset().Jens Arnold1-12/+10
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen1-2/+23
2005-10-09Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen1-4/+5
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen1-5/+11
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen3-4/+825
2005-08-15Correct usage of ICODE_ATTR in memcpy.c and strlen.cLinus Nielsen Feltzing2-2/+4
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2-2/+2
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg1-18/+18
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing1-0/+116
2005-06-22Coldfire: slight memset() optimisation.Jens Arnold1-2/+2
2005-06-21memset() on coldfire now exploits burst mode whenever possible, giving anothe...Jens Arnold1-9/+60
2005-06-21Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold1-29/+86
2005-06-07Slightly more optimised memset() for SH1. Especially faster for 4 < length < 12.Jens Arnold1-28/+27
2005-05-16Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold1-0/+7
2005-02-27couple of fixes for 16 bits archsJean-Philippe Bernardy1-1/+1
2005-02-25more long policyJean-Philippe Bernardy1-3/+3
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg1-1/+1
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-0/+1
2005-02-15random longness fixesJean-Philippe Bernardy1-18/+20
2005-02-15long policyJean-Philippe Bernardy1-9/+9
2005-01-28preparations for hotswapping MMCJörg Hohensohn3-27/+114
2005-01-27Added ID3 searchingBjörn Stenberg1-0/+122
2005-01-24TABs removedJens Arnold1-97/+97
2005-01-23int -> long where neededJean-Philippe Bernardy3-21/+21
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy1-1/+37
2005-01-22Forgot to commit removal of string.c when reviving memcpy.c and memset.cJens Arnold1-19/+0
2005-01-22Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i...Jens Arnold2-1/+99
2005-01-21Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold4-0/+226
2005-01-10Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg1-0/+19
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn1-20/+20
2005-01-01volume names look better in sharp brackets, code slightly more compactJörg Hohensohn1-5/+7
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn1-1/+50
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn3-15/+97
2004-11-17Bug fix: Do only flush the sector buffer after writing head bytes if it reall...Jens Arnold1-8/+5
2004-11-06Wrong typing caused a very skewed random number distributionLinus Nielsen Feltzing1-1/+1
2004-10-26Ported to ColdfireLinus Nielsen Feltzing2-0/+49
2004-10-01void* can't be offset, gcc should not allows thisJörg Hohensohn1-3/+4
2004-09-06Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th...Jens Arnold1-2/+2
2004-08-22Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing1-6/+36
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-07-27Fixed a warning when (experimentally) compiling with -OsJens Arnold1-1/+1
2004-07-20Made the char property lookup table constantJens Arnold1-1/+1
2004-07-19The pathname argument for open() is declared const, so copy it has to be copiedJens Arnold1-7/+11
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn1-0/+2
2004-04-25valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing1-1/+1
2004-04-22(v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold1-2/+2
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing1-0/+60
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing1-3/+3
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing1-2/+42
2004-04-16No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing1-7/+0