| Commit message (Expand) | Author | Age |
| ... | |
| * | void* can't be offset, gcc should not allows this | Jörg Hohensohn | 2004-10-01 |
| * | Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th... | Jens Arnold | 2004-09-06 |
| * | Bug fix: renaming a directory could cause a name clash. New feature: rename()... | Linus Nielsen Feltzing | 2004-08-22 |
| * | The pathname argument for open() is declared const, so copy it has to be copied | Jens Arnold | 2004-07-19 |
| * | No need to call fat_truncate() to delete the file, fat_remove() frees all clu... | Linus Nielsen Feltzing | 2004-04-16 |
| * | You can't open() a directory as a file (at least not for writing) | Linus Nielsen Feltzing | 2004-03-10 |
| * | Empty file/dir names are now rejected by open() and mkdir() | Linus Nielsen Feltzing | 2004-02-11 |
| * | my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t | Daniel Stenberg | 2003-12-08 |
| * | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu | 2003-07-01 |
| * | Renamed flush() to fsync() to be more in line with POSIX/unix | Björn Stenberg | 2003-06-29 |
| * | Slightly better handling of disk-full situations | Linus Nielsen Feltzing | 2003-06-19 |
| * | Update fileoffset and cacheoffset on error. | Björn Stenberg | 2003-04-15 |
| * | Added the filesize() function | Linus Nielsen Feltzing | 2003-03-18 |
| * | Previous change broke read after seek. Reverted that change and added tempor... | Hardeep Sidhu | 2003-03-15 |
| * | Make sure we are on correct sector after lseek. This fixes the queue file co... | Hardeep Sidhu | 2003-03-14 |
| * | flush_cache() failure should still return error. | Björn Stenberg | 2003-03-12 |
| * | Bug fix: If head bytes were read but sector read failed, return head byte cou... | Björn Stenberg | 2003-03-12 |
| * | Killed compiling error on debug builds | Linus Nielsen Feltzing | 2003-03-10 |
| * | Killed a warning | Linus Nielsen Feltzing | 2003-03-10 |
| * | Zagor added the flush() function | Linus Nielsen Feltzing | 2003-03-10 |
| * | rename() didn't close the file if the target name exists, and didn't return a... | Linus Nielsen Feltzing | 2003-02-26 |
| * | Lame debug output | Linus Nielsen Feltzing | 2003-02-22 |
| * | Directories can now be renamed too. | Björn Stenberg | 2003-01-27 |
| * | Remove use of rockbox-mode.el in local variables list. | Mats Lidell | 2003-01-24 |
| * | Use flush_cache() when writing headbytes to disk to make sure we are on the c... | Hardeep Sidhu | 2002-12-19 |
| * | Added rename() | Björn Stenberg | 2002-11-19 |
| * | Flush sector cache before truncating. | Björn Stenberg | 2002-11-14 |
| * | creat() now includes the O_TRUNC flag. | Björn Stenberg | 2002-11-13 |
| * | Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers. | Björn Stenberg | 2002-11-11 |
| * | Bugfix: Flags work better when they're binary... | Björn Stenberg | 2002-11-11 |
| * | Added support for O_CREAT, O_APPEND and O_TRUNC. | Björn Stenberg | 2002-11-11 |
| * | Added ftruncate(). | Björn Stenberg | 2002-11-11 |
| * | Added support for O_RDWR and lseek() while writing. | Björn Stenberg | 2002-11-11 |
| * | Bug fix for previous commit: write() always returned 0 on even sector writes. | Björn Stenberg | 2002-11-11 |
| * | close() now does not truncate the file. | Björn Stenberg | 2002-11-11 |
| * | Corrected return value check. | Björn Stenberg | 2002-11-05 |
| * | Bugfix: lseek() did not invalidate sector cache when seeking to start of file. | Björn Stenberg | 2002-11-04 |
| * | Added remove() | Björn Stenberg | 2002-11-01 |
| * | Fixed lseek(). | Björn Stenberg | 2002-10-31 |
| * | More graceful handling when running out of space. | Björn Stenberg | 2002-10-31 |
| * | Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo... | Björn Stenberg | 2002-10-22 |
| * | removed use of uninitialized variable | Daniel Stenberg | 2002-10-21 |
| * | Snapshot of file writing code. Bugs remain. Only short names are supported yet. | Björn Stenberg | 2002-10-20 |
| * | Make close() check for a valid fd and set errno accordingly. | Heikki Hannikainen | 2002-08-24 |
| * | when we want to open a file, we want the exact specified file name, not | Daniel Stenberg | 2002-08-22 |
| * | lseek: Adjust cacheoffset if cache is used | Björn Stenberg | 2002-06-26 |
| * | 1 byte reads past a sector boundary failed | Linus Nielsen Feltzing | 2002-06-24 |
| * | lseek() bug: It would claim cached sector even if that was not the case | Björn Stenberg | 2002-06-19 |
| * | Filenames are case insensitive in Fat32 | Björn Stenberg | 2002-06-18 |
| * | Added check for open-for-write | Linus Nielsen Feltzing | 2002-06-07 |