summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsdosfswrite01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use floating point taskSebastian Huber2017-07-181-0/+2
| | | | | | | These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-161-6/+20
| | | | | | | | Remove forced overwrite which leads to file data corruption. The logic to determine a forced overwrite was fundamentally broken. For simplity, disable this feature. Update #2622.
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-161-2/+0
| | | | This define was superfluous, undocumented and used inconsistently.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* tests/fstests: Use <rtems/test.h>Sebastian Huber2014-03-171-4/+7
|
* Misc tests: Fix scn files and adjust outputJoel Sherrill2013-11-181-0/+2
|
* dosfs: Cluster write optimizationRalf Kirchner2012-12-054-0/+330
Separate cluster write from sector write for quick file write. New test fstests/fsdosfswrite01.