aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio
Commit message (Expand)AuthorAgeFilesLines
* Update libarchive to 3.0.3Martin Matuska2012-02-253-59/+8
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-2249-7788/+23
* Sync bsdcpio with vendor branch release/2.8:Martin Matuska2011-12-201-1/+1
* Update libarchive, tar and cpio to version 2.8.5Martin Matuska2011-12-201-1/+1
* Correctly link bsdcpio and bsdtar against libmd and libcrpytoMartin Matuska2011-08-011-2/+5
* Append to CPIO_SRCS instead of using TAR_SRCS,Martin Matuska2011-07-171-2/+1
* Update bsdcpio to 2.8.4Martin Matuska2011-07-1743-2282/+2692
* Fix typo in bsdcpio manual:Glen Barber2010-09-061-2/+2
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* Fix -R when used with -p. Previously, theTim Kientzle2010-08-083-4/+18
* Enable liblzma support in libarchiveMartin Matuska2010-05-102-4/+4
* bsdcpio 2.8.3Tim Kientzle2010-05-0815-562/+675
* Remove GNU cpio after fix of CVE-2010-0624.Xin LI2010-03-261-2/+0
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-2/+3
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-1/+1
* Support -V option to print a dot for each file processed.Tim Kientzle2010-01-303-3/+21
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-022-2/+0
* This addresses some issues with my earlier -R fix thatTim Kientzle2009-07-062-66/+74
* This fixes bsdcpio's -R option to accept numericTim Kientzle2009-07-032-20/+50
* When compiled for the release crunches, be a bitTim Kientzle2009-04-192-9/+37
* Make -lcrypto usage dependent on whether or not we're building with OpenSSL.Tim Kientzle2009-04-181-1/+4
* Merge from libarchive.googlecode.com:Tim Kientzle2009-04-1728-153/+788
* Custom command line parser for cpio; this is a little moreTim Kientzle2008-12-065-119/+198
* Make the GCC-specific __dead2 markers conditional on whetherTim Kientzle2008-12-062-1/+9
* Format the output of -itv for real. In particular:Tim Kientzle2008-11-293-13/+225
* Don't destroy the archive until after you finish pulling usefulTim Kientzle2008-09-041-1/+1
* MfP4: Verify correct interaction with umask: Add anotherTim Kientzle2008-08-251-6/+27
* Update the total archive byte counters when writing entries to disk usingTim Kientzle2008-08-247-13/+19
* straighten out the "clean" targetTim Kientzle2008-08-241-6/+2
* cpio -v emits a line for every item copied.Tim Kientzle2008-08-241-1/+1
* Update the passthrough_dotdot test to reproduce aTim Kientzle2008-08-241-0/+2
* Test for proper handling of "cpio -p .."Tim Kientzle2008-08-242-0/+88
* Test for a bug reported by Bernd Walter: In passthrough mode,Tim Kientzle2008-08-243-3/+107
* Comment a couple of places where bsdcpio and gcpio 2.9 disagree.Tim Kientzle2008-08-223-2/+10
* The newc-format verification is now a little smarter aboutTim Kientzle2008-08-221-9/+24
* cpio should restore file flags and ACLs when they're availableTim Kientzle2008-08-201-0/+2
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-1/+1
* MfP4: Preserve permissions by default.Tim Kientzle2008-07-301-0/+1
* Add --no-preserve-owner, which seems to be required by some ports.Tim Kientzle2008-07-293-0/+5
* Preserve ownership if cpio is run as root.Tim Kientzle2008-07-061-1/+2
* bsdcpio is now at version 1.0.0.Tim Kientzle2008-07-051-1/+1
* In -pl mode, only hardlink regular files. I need to testTim Kientzle2008-07-051-6/+8
* Remove an unused define.Tim Kientzle2008-07-051-1/+0
* Don't try to hardlink directories. While I'm here, expand someTim Kientzle2008-07-011-3/+10
* As reported by Alexey Shuvaev, -dumpl overwrote files afterTim Kientzle2008-06-261-0/+2
* In -p mode, don't gaurd against '..' in paths. We continue toTim Kientzle2008-06-241-0/+1
* If we're using -l and can't hardlink the file because of a cross-deviceTim Kientzle2008-06-211-3/+17
* Rework line-processing framework to add support for --null andTim Kientzle2008-06-214-62/+130
* Various long options for GNU cpio compat.Tim Kientzle2008-06-211-0/+8
* MfP4: test improvements, mostly for portability.Tim Kientzle2008-06-212-20/+68