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
Age
Commit message (
Expand
)
Author
2002-09-16
added memcmp function to make rockbox compilable with latest gcc versions wit...
Felix Arends
2002-09-13
undef MAX_PATH before defining it makes it play the simulator game better
Daniel Stenberg
2002-08-24
Make close() check for a valid fd and set errno accordingly.
Heikki Hannikainen
2002-08-23
bad bad bad snprintf() overflow the buffer if the string passed in with a
Daniel Stenberg
2002-08-22
when we want to open a file, we want the exact specified file name, not
Daniel Stenberg
2002-08-15
Now doesn't truncate the lenght when comparing path components
Linus Nielsen Feltzing
2002-08-11
First version of loadable fonts patch by Alex Gitelman
Björn Stenberg
2002-08-05
added weirdo extra protos for the mingw cross-compile build
Daniel Stenberg
2002-08-04
use our own prototypes for open, read, close and lseek if we compile
Daniel Stenberg
2002-08-02
just defensivelt check for defined defines before we define them
Daniel Stenberg
2002-08-02
debreakage
Daniel Stenberg
2002-08-02
ming compile fixes by Bill Napier
Daniel Stenberg
2002-08-01
Moved to internal RAM
Linus Nielsen Feltzing
2002-07-25
The ctype array was too short. Found by Magnus Holmgren, thanks.
Linus Nielsen Feltzing
2002-07-18
Use most significant bits instead (gives better random)
Björn Stenberg
2002-07-18
Vastly improved, now working, random! :)
Björn Stenberg
2002-07-17
New vastly improved random algorithm: Mersenne Twister
Björn Stenberg
2002-07-16
Allow LBA-less partitions
Björn Stenberg
2002-07-15
Some more buffer length fixing
Linus Nielsen Feltzing
2002-07-15
Added searching for FAT32 partition
Björn Stenberg
2002-07-05
Added MAX_PATH
Linus Nielsen Feltzing
2002-06-26
Added id3 tracknum (Yusef Napora)
Björn 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-19
make the array 257 bytes
Daniel Stenberg
2002-06-19
strcat()
Daniel Stenberg
2002-06-18
Filenames are case insensitive in Fat32
Björn Stenberg
2002-06-18
case insensitive string comparisons
Daniel Stenberg
2002-06-17
we need ctype
Daniel Stenberg
2002-06-17
added vsnprintf
Daniel Stenberg
2002-06-12
fixed intptr_t to int, thanks to greg
Felix Arends
2002-06-07
Added check for open-for-write
Linus Nielsen Feltzing
2002-06-07
Killed a few warnings
Linus Nielsen Feltzing
2002-06-07
Killed a few warnings
Linus Nielsen Feltzing
2002-05-31
Had to include <stddef.h> so that size_t is defined.
Felix Arends
2002-05-30
Added code from libc instead of requiring newlib
Björn Stenberg
2002-05-30
Partition table is no longer global
Björn Stenberg
2002-05-30
Changed the size argument to be a size_t type, to make the prototype look
Daniel Stenberg
2002-05-29
define functions in sprintf.c
Felix Arends
2002-05-27
Bugfix: SEEK_END takes negative position
Björn Stenberg
2002-05-27
Fixed possible race condition
Björn Stenberg
2002-05-27
Now supports multiple concurrent opendir()
Björn Stenberg
2002-05-24
strtok:ing a copy of the parameter instead
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
[next]