summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsrdwr (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-12fstests: Use tmacros.h instead of pmacros.hSebastian Huber1-1/+1
This avoids an extra include path. Update #3818.
2018-04-10testsuite/fstests: Merged nested Makefile.am files into one Makefile.amChris Johns5-0/+116
This change is part of the testsuite Makefile.am reorganization. Update #3382
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2014-03-17tests/fstests: Use <rtems/test.h>Sebastian Huber1-0/+3
2013-02-20fstests/fsrdwr: Add test caseSebastian Huber1-0/+57
2013-02-20fstests/fsrdwr: Fix warningSebastian Huber1-1/+1
2013-01-30fstests/fsrdwr: Free allocated memorySebastian Huber1-0/+4
2012-10-15Use %zd instead of %d to print size_t'sRalf Corsépius1-1/+1
2012-05-29Filesystem: Wait for unmount() to finishSebastian Huber1-0/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2-5/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-11fstests/fsrdwr: Add block read/write test caseSebastian Huber1-0/+194
2012-05-11fstests/fsrdwr: Add truncate to zero test caseSebastian Huber1-0/+32
2012-05-11fstests/fsrdwr: Fix assertionsSebastian Huber1-8/+8
2012-05-11fstests/fsrdwr: Avoid copy and pasteSebastian Huber1-49/+34
2012-05-11Filesystem: PR1871: Fix O_APPENDSebastian Huber1-1/+9
2012-05-11Filesystem: PR1398: Fix lseek() mechanicSebastian Huber1-1/+1
According to POSIX the lseek() function shall not, by itself, extend the size of a file. Remove the size field of rtems_libio_t. A file has only one size but may have multiple open file descriptors. Thus a file size field in the file descriptor may lead to inconsistencies. New default handlers rtems_filesystem_default_lseek_file() and rtems_filesystem_default_lseek_directory().
2012-02-08Fixed warnings and minor bugsSebastian Huber1-19/+23
o Due to the usual integer propagation rules care must be taken in case off_t is involved. o Use the effective UID and GID consistently.
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* fsrdwr/init.c: Use %zd to print size_t.
2011-09-302011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* fserror/test.c, fslink/test.c, fspatheval/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: Explicitly include "pmacros.h". * support/fstest.h: Don't include "pmacros.h".
2011-09-072011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* fserror/test.c, fslink/test.c, fspatheval/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: Add config-header support.
2011-09-072011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* fserror/fserror.doc, fserror/test.c, fslink/fslink.doc, fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c, fspermission/fspermission.doc, fspermission/test.c, fsrdwr/fsrdwr.doc, fsrdwr/init.c, fssymlink/fssymlink.doc, fssymlink/test.c, fstime/fstime.doc, fstime/test.c, imfs_support/fs_config.h, imfs_support/fs_support.c, imfs_support/fs_supprot.h, mdosfs_support/fs_config.h, mdosfs_support/fs_support.c, mimfs_support/fs_config.h, mimfs_support/fs_support.c, mrfs_support/fs_config.h, mrfs_support/fs_support.c, support/fstest.h, support/fstest_support.c, support/fstest_support.h, support/ramdisk_support.c, support/ramdisk_support.h: Fix CVS-Ids.
2011-08-022011-08-02 Xiang Cui <medivhc@gmail.com>Joel Sherrill1-216/+221
* configure.ac, fserror/test.c, fslink/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, mdosfs_support/fs_config.h, mdosfs_support/fs_support.c, mimfs_support/fs_support.c, mrfs_support/fs_config.h, support/fstest.h, support/fstest_support.c, support/ramdisk_support.c, support/ramdisk_support.h: Perform first phase of clean up.
2011-08-012011-08-01 Xiang Cui <medivhc@gmail.com>Joel Sherrill2-0/+544
* imfs_fslink/Makefile.am, imfs_fssymlink/Makefile.am, mimfs_fslink/Makefile.am, mimfs_fssymlink/Makefile.am, mrfs_fslink/Makefile.am, mrfs_fssymlink/Makefile.am, mrfs_support/fs_config.h: Correcting from previous commit of incorrect tarball. * fserror/fserror.doc, fserror/test.c, fspatheval/patheval.doc, fspatheval/test.c, fspermission/fspermission.doc, fspermission/test.c, fsrdwr/fsrdwr.doc, fsrdwr/init.c, fstime/fstime.doc, fstime/test.c, imfs_fserror/.cvsignore, imfs_fserror/Makefile.am, imfs_fslink/.cvsignore, imfs_fspatheval/.cvsignore, imfs_fspatheval/Makefile.am, imfs_fspermission/.cvsignore, imfs_fspermission/Makefile.am, imfs_fsrdwr/.cvsignore, imfs_fsrdwr/Makefile.am, imfs_fssymlink/.cvsignore, imfs_fstime/.cvsignore, imfs_fstime/Makefile.am, imfs_support/fs_supprot.h, mdosfs_fserror/.cvsignore, mdosfs_fserror/Makefile.am, mdosfs_fspatheval/.cvsignore, mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/.cvsignore, mdosfs_fsrdwr/Makefile.am, mdosfs_fstime/.cvsignore, mdosfs_fstime/Makefile.am, mimfs_fserror/.cvsignore, mimfs_fserror/Makefile.am, mimfs_fslink/.cvsignore, mimfs_fspatheval/.cvsignore, mimfs_fspatheval/Makefile.am, mimfs_fspermission/.cvsignore, mimfs_fspermission/Makefile.am, mimfs_fsrdwr/.cvsignore, mimfs_fsrdwr/Makefile.am, mimfs_fssymlink/.cvsignore, mimfs_fstime/.cvsignore, mimfs_fstime/Makefile.am, mrfs_fserror/.cvsignore, mrfs_fserror/Makefile.am, mrfs_fslink/.cvsignore, mrfs_fspatheval/.cvsignore, mrfs_fspatheval/Makefile.am, mrfs_fspermission/.cvsignore, mrfs_fspermission/Makefile.am, mrfs_fsrdwr/.cvsignore, mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/.cvsignore, mrfs_fstime/.cvsignore, mrfs_fstime/Makefile.am: New files.