summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar02/tar02.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IMFS: Fix copy on write for linfilesSebastian Huber2015-02-201-0/+1
|
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-12/+2
| | | | | | This reduces the average node size. Add and use IMFS_GENERIC_INITIALIZER().
* Teach rtems_tarfs_load() about symlinksNick Withers2014-12-111-2/+8
|
* 2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-071-0/+7
| | | | | | | | | PR 1654/testing * deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added. * Makefile.am, configure.ac: Changes to added above test. * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-271-0/+8
PR 1532/testing * Makefile.am, configure.ac: Add initial tests for untar capabilities. * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc, tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c, tar02/tar02.doc, tar02/tar02.scn: New files.