index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
file.c
Age
Commit message (
Expand
)
Author
2002-08-24
Make close() check for a valid fd and set errno accordingly.
Heikki Hannikainen
2002-08-22
when we want to open a file, we want the exact specified file name, not
Daniel Stenberg
2002-06-26
lseek: Adjust cacheoffset if cache is used
Björn Stenberg
2002-06-24
1 byte reads past a sector boundary failed
Linus Nielsen Feltzing
2002-06-19
lseek() bug: It would claim cached sector even if that was not the case
Björn Stenberg
2002-06-18
Filenames are case insensitive in Fat32
Björn Stenberg
2002-06-07
Added check for open-for-write
Linus Nielsen Feltzing
2002-05-27
Bugfix: SEEK_END takes negative position
Björn Stenberg
2002-05-27
Fixed possible race condition
Björn Stenberg
2002-05-16
Removed debug output
Linus Nielsen Feltzing
2002-05-13
Changing to C99 'bool' type
Björn Stenberg
2002-05-08
Added comment
Björn Stenberg
2002-05-08
Added lseek()
Björn Stenberg
2002-05-08
Fixed read() for sub-sector requests
Björn Stenberg
2002-05-07
Added open/close/read. read() only works on whole sectors right now.
Björn Stenberg