summaryrefslogtreecommitdiff
path: root/firmware/test/fat
AgeCommit message (Expand)Author
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg
2007-01-09Removed second testBjörn Stenberg
2007-01-09More testing...Björn Stenberg
2007-01-09Removed executable flagLinus Nielsen Feltzing
2007-01-09Removed test textBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2007-01-09Reverted testBjörn Stenberg
2007-01-09Test commitBjörn Stenberg
2005-04-1864 sectors are 64 sectors...Jens Arnold
2005-04-18Display return code.Björn Stenberg
2005-04-18rename() requires path on destination name nowBjörn Stenberg
2005-04-18Don't create /dir in buildimageBjörn Stenberg
2005-04-18FAT test case builds againBjörn Stenberg
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn
2004-10-01test code portable nowJörg Hohensohn
2004-04-16Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing
2004-04-15Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
2003-03-10Updated with new export dirBjörn Stenberg
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2002-12-03Fat test code, for the archives.Björn Stenberg
2002-11-14Added close() return code checks, and an eof-write test.Björn Stenberg
2002-11-12Fixed file creation test case for new flags.Björn Stenberg
2002-11-11Added a truckload of test code.Björn Stenberg
2002-11-01Added remove()Björn Stenberg
2002-10-31Added lseek() to chkfile test.Björn Stenberg
2002-10-31Improved tests.Björn Stenberg
2002-10-31Fat writing update. File creation now works, though still only short filenames.Björn Stenberg
2002-10-30Remodeled as a test applicationBjörn Stenberg
2002-10-30Fat driver test scriptBjörn Stenberg
2002-10-23'fat' is now a ommand-line test toolBjörn Stenberg
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-10-15Fat32 test codeBjörn Stenberg
2002-08-08Storing the latest fat32 test codeBjörn Stenberg
2002-05-08Added lseek()Björn Stenberg
2002-05-08Added 'type' testcase for open/read/closeBjörn Stenberg
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg
2002-05-03Added opendir, closedir and readdirBjörn Stenberg
2002-05-03Added disk/partition handlingBjörn Stenberg
2002-04-27Added 'type' to test fat_read()Björn Stenberg
2002-04-27Kept only fat32 code. Changed to 16-byte/row display.Björn Stenberg