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
/
include
/
file.h
Age
Commit message (
Expand
)
Author
2007-10-09
Keep track of the number of opened files in the sim to enforce the same limit...
Nicolas Pennequin
2007-09-08
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
2007-02-25
Fixed database export crashing with long tags. And failing without DB loaded ...
Miika Pekkarinen
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2005-10-07
Implemented directory caching. No more waiting for disk to spin up while
Miika Pekkarinen
2005-02-28
Simulators: lseek() working again for systems with an off_t datatype differin...
Jens Arnold
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2005-02-07
long policy
Jean-Philippe Bernardy
2005-01-28
preparations for hotswapping MMC
Jörg Hohensohn
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
2004-06-10
Finally, the archos directory sandbox works in the same way for both X11 and ...
Linus Nielsen Feltzing
2003-12-09
easy-to-use function types for typecasting
Daniel Stenberg
2003-12-08
works with older glibc headers too now
Daniel Stenberg
2003-12-08
my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t
Daniel Stenberg
2003-06-29
Renamed flush() to fsync() to be more in line with POSIX/unix
Björn Stenberg
2003-03-18
Added the filesize() function
Linus Nielsen Feltzing
2003-03-10
Zagor added the flush() function
Linus Nielsen Feltzing
2003-02-14
this fixes the win32 simulator compilation
Felix Arends
2003-02-07
more moves
Daniel Stenberg