summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2005-02-27couple of fixes for 16 bits archsJean-Philippe Bernardy
2005-02-25more long policyJean-Philippe Bernardy
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-15random longness fixesJean-Philippe Bernardy
2005-02-15long policyJean-Philippe Bernardy
2005-01-28preparations for hotswapping MMCJörg Hohensohn
2005-01-27Added ID3 searchingBjörn Stenberg
2005-01-24TABs removedJens Arnold
2005-01-23int -> long where neededJean-Philippe Bernardy
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy
2005-01-22Forgot to commit removal of string.c when reviving memcpy.c and memset.cJens Arnold
2005-01-22Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i...Jens Arnold
2005-01-21Revived C implementations of memcpy() and memset() for platforms without asm ...Jens Arnold
2005-01-10Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs withDaniel Stenberg
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn
2005-01-01volume names look better in sharp brackets, code slightly more compactJörg Hohensohn
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn
2004-11-17Bug fix: Do only flush the sector buffer after writing head bytes if it reall...Jens Arnold
2004-11-06Wrong typing caused a very skewed random number distributionLinus Nielsen Feltzing
2004-10-26Ported to ColdfireLinus Nielsen Feltzing
2004-10-01void* can't be offset, gcc should not allows thisJörg Hohensohn
2004-09-06Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th...Jens Arnold
2004-08-22Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-07-27Fixed a warning when (experimentally) compiling with -OsJens Arnold
2004-07-20Made the char property lookup table constantJens Arnold
2004-07-19The pathname argument for open() is declared const, so copy it has to be copiedJens Arnold
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn
2004-04-25valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing
2004-04-22(v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing
2004-04-16No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn
2004-03-10You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing
2004-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
2003-12-21Moved memset() out of .iramBjörn Stenberg
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing
2003-05-24Fixed bad %x handlingLinus Nielsen Feltzing
2003-04-25remove the ifdef for simulatorDaniel Stenberg