summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
...
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg2005-07-12
* Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing2005-07-05
* Coldfire: slight memset() optimisation.Jens Arnold2005-06-22
* memset() on coldfire now exploits burst mode whenever possible, giving anothe...Jens Arnold2005-06-21
* Assembler optimised memset() for coldfire. Speed increase ranging from a few ...Jens Arnold2005-06-21
* Slightly more optimised memset() for SH1. Especially faster for 4 < length < 12.Jens Arnold2005-06-07
* Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold2005-05-16
* couple of fixes for 16 bits archsJean-Philippe Bernardy2005-02-27
* more long policyJean-Philippe Bernardy2005-02-25
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
* random longness fixesJean-Philippe Bernardy2005-02-15
* long policyJean-Philippe Bernardy2005-02-15
* preparations for hotswapping MMCJörg Hohensohn2005-01-28
* Added ID3 searchingBjörn Stenberg2005-01-27
* TABs removedJens Arnold2005-01-24
* int -> long where neededJean-Philippe Bernardy2005-01-23
* Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy2005-01-23
* Forgot to commit removal of string.c when reviving memcpy.c and memset.cJens Arnold2005-01-22
* Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i...Jens Arnold2005-01-22
* Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold2005-01-21
* Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg2005-01-10
* using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn2005-01-03
* volume names look better in sharp brackets, code slightly more compactJörg Hohensohn2005-01-01
* Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn2004-12-29
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* Bug fix: Do only flush the sector buffer after writing head bytes if it reall...Jens Arnold2004-11-17
* Wrong typing caused a very skewed random number distributionLinus Nielsen Feltzing2004-11-06
* Ported to ColdfireLinus Nielsen Feltzing2004-10-26
* void* can't be offset, gcc should not allows thisJörg Hohensohn2004-10-01
* Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th...Jens Arnold2004-09-06
* Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing2004-08-22
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Fixed a warning when (experimentally) compiling with -OsJens Arnold2004-07-27
* Made the char property lookup table constantJens Arnold2004-07-20
* The pathname argument for open() is declared const, so copy it has to be copiedJens Arnold2004-07-19
* infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2004-06-20
* valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing2004-04-25
* (v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold2004-04-22
* Reworked the time get/set functionsLinus Nielsen Feltzing2004-04-20
* Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing2004-04-20
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing2004-04-16
* patch #917153: faster memset()/memcpy()Jörg Hohensohn2004-03-18
* You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing2004-03-10
* Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing2004-02-11
* New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing2004-01-21
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* First mkdir() bug killed :-)Linus Nielsen Feltzing2004-01-15