summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* 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
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Moved memset() out of .iramBjörn Stenberg2003-12-21
* my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg2003-12-08
* Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu2003-07-01
* Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg2003-06-29
* Slightly better handling of disk-full situationsLinus Nielsen Feltzing2003-06-19
* Fixed bad %x handlingLinus Nielsen Feltzing2003-05-24
* remove the ifdef for simulatorDaniel Stenberg2003-04-25
* use size_t and not int as the prototype says soDaniel Stenberg2003-04-25
* include the sprintf.h header, basicly for simulator purposesDaniel Stenberg2003-04-25
* Update fileoffset and cacheoffset on error.Björn Stenberg2003-04-15
* Added the filesize() functionLinus Nielsen Feltzing2003-03-18
* kill warningDaniel Stenberg2003-03-16
* only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg2003-03-16
* introducing fprintf():Daniel Stenberg2003-03-16
* Previous change broke read after seek. Reverted that change and added tempor...Hardeep Sidhu2003-03-15
* Make sure we are on correct sector after lseek. This fixes the queue file co...Hardeep Sidhu2003-03-14
* flush_cache() failure should still return error.Björn Stenberg2003-03-12
* Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg2003-03-12
* Killed compiling error on debug buildsLinus Nielsen Feltzing2003-03-10
* Killed a warningLinus Nielsen Feltzing2003-03-10
* Zagor added the flush() functionLinus Nielsen Feltzing2003-03-10
* rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing2003-02-26
* Lame debug outputLinus Nielsen Feltzing2003-02-22
* more movesDaniel Stenberg2003-02-07
* not used, removedDaniel Stenberg2003-02-07
* not used. removedDaniel Stenberg2003-02-07
* tm_mon starts at 0Björn Stenberg2003-01-27
* Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg2003-01-27
* Directories can now be renamed too.Björn Stenberg2003-01-27