aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio/test/test_pathmatch.c
Commit message (Collapse)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-243/+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-140/+140
| | | | | | | | | | 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-1/+79
| | | | | | | | | | | * 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
* Initial commit of bsdcpio 0.9.11b.Tim Kientzle2008-05-261-0/+165
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