aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio/test/test.h
Commit message (Collapse)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-285/+0
| | | | | | | | | Make "make test" fully operational. MFC after: 2 weeks Notes: svn path=/head/; revision=228797
* Update bsdcpio to 2.8.4Martin Matuska2011-07-171-51/+165
| | | | | | | | | | Use common code from lib/libarchive/libarchive_fe Approved by: kientzle MFC after: 2 weeks Notes: svn path=/head/; revision=224154
* Merge from libarchive.googlecode.com:Tim Kientzle2009-04-171-7/+28
| | | | | | | | | | | * Lots of new tests. * New -n / --numeric-uid-gid option * More sanity-checking of arguments * Various Windows portability improvements * Sync up version number to 2.7.0 Notes: svn path=/head/; revision=191192
* MfP4: test improvements, mostly for portability.Tim Kientzle2008-06-211-17/+20
| | | | Notes: svn path=/head/; revision=179904
* Initial commit of bsdcpio 0.9.11b.Tim Kientzle2008-05-261-0/+147
A new implementation of cpio that uses libarchive as it's back-end archiving/dearchiving infrastructure. Includes test harness; "make check" in the bsdcpio directory to build and run the test harness. Notes: svn path=/head/; revision=179323