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
/
test
/
fat
/
main.c
Age
Commit message (
Expand
)
Author
2014-01-03
Make fat test tool build again, and make its sector size configurable.
Frank Gevaerts
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
2012-05-08
Fix fat test program not compiling (FS#12646).
Marcin Bukat
2011-02-28
Made the fat test code compile again.
Björn Stenberg
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
2005-04-18
Display return code.
Björn Stenberg
2005-04-18
FAT test case builds again
Björn Stenberg
2004-12-28
prepared to mount multiple partitions into one logical file system (most usef...
Jörg Hohensohn
2004-10-01
test code portable now
Jörg Hohensohn
2004-04-16
Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...
Linus Nielsen Feltzing
2004-04-15
Minor corrections for the mkdir function, and some cleanup
Linus Nielsen Feltzing
2004-01-15
Implemented the mkdir() function in the FAT32 driver
Linus Nielsen Feltzing
2002-12-03
Fat test code, for the archives.
Björn Stenberg
2002-11-14
Added close() return code checks, and an eof-write test.
Björn Stenberg
2002-11-12
Fixed file creation test case for new flags.
Björn Stenberg
2002-11-11
Added a truckload of test code.
Björn Stenberg
2002-11-01
Added remove()
Björn Stenberg
2002-10-31
Added lseek() to chkfile test.
Björn Stenberg
2002-10-31
Improved tests.
Björn Stenberg
2002-10-31
Fat writing update. File creation now works, though still only short filenames.
Björn Stenberg
2002-10-30
Remodeled as a test application
Björn Stenberg
2002-10-23
'fat' is now a ommand-line test tool
Björn Stenberg
2002-10-22
Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...
Björn Stenberg
2002-10-20
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-10-15
Fat32 test code
Björn Stenberg
2002-08-08
Storing the latest fat32 test code
Björn Stenberg
2002-05-08
Added lseek()
Björn Stenberg
2002-05-08
Added 'type' testcase for open/read/close
Björn Stenberg
2002-05-07
Added open/close/read. read() only works on whole sectors right now.
Björn Stenberg
2002-05-03
Added opendir, closedir and readdir
Björn Stenberg
2002-05-03
Added disk/partition handling
Björn Stenberg