| Commit message (Expand) | Author | Age | Files | Lines |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
* | MFV r248590,248594: | mm | 2013-03-22 | 2 | -1/+21 |
* | Update libarchive to 3.0.4 | mm | 2012-07-28 | 2 | -8/+7 |
* | Update libarchive to 3.0.3 | mm | 2012-02-25 | 3 | -59/+8 |
* | Use contrib sources for building libarchive, tar and cpio. | mm | 2011-12-22 | 49 | -7788/+23 |
* | Sync bsdcpio with vendor branch release/2.8: | mm | 2011-12-20 | 1 | -1/+1 |
* | Update libarchive, tar and cpio to version 2.8.5 | mm | 2011-12-20 | 1 | -1/+1 |
* | Correctly link bsdcpio and bsdtar against libmd and libcrpyto | mm | 2011-08-01 | 1 | -2/+5 |
* | Append to CPIO_SRCS instead of using TAR_SRCS, | mm | 2011-07-17 | 1 | -2/+1 |
* | Update bsdcpio to 2.8.4 | mm | 2011-07-17 | 43 | -2282/+2692 |
* | Fix typo in bsdcpio manual: | gjb | 2010-09-06 | 1 | -2/+2 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | Fix -R when used with -p. Previously, the | kientzle | 2010-08-08 | 3 | -4/+18 |
* | Enable liblzma support in libarchive | mm | 2010-05-10 | 2 | -4/+4 |
* | bsdcpio 2.8.3 | kientzle | 2010-05-08 | 15 | -562/+675 |
* | Remove GNU cpio after fix of CVE-2010-0624. | delphij | 2010-03-26 | 1 | -2/+0 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 1 | -2/+3 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 1 | -1/+1 |
* | Support -V option to print a dot for each file processed. | kientzle | 2010-01-30 | 3 | -3/+21 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 2 | -2/+0 |
* | This addresses some issues with my earlier -R fix that | kientzle | 2009-07-06 | 2 | -66/+74 |
* | This fixes bsdcpio's -R option to accept numeric | kientzle | 2009-07-03 | 2 | -20/+50 |
* | When compiled for the release crunches, be a bit | kientzle | 2009-04-19 | 2 | -9/+37 |
* | Make -lcrypto usage dependent on whether or not we're building with OpenSSL. | kientzle | 2009-04-18 | 1 | -1/+4 |
* | Merge from libarchive.googlecode.com: | kientzle | 2009-04-17 | 28 | -153/+788 |
* | Custom command line parser for cpio; this is a little more | kientzle | 2008-12-06 | 5 | -119/+198 |
* | Make the GCC-specific __dead2 markers conditional on whether | kientzle | 2008-12-06 | 2 | -1/+9 |
* | Format the output of -itv for real. In particular: | kientzle | 2008-11-29 | 3 | -13/+225 |
* | Don't destroy the archive until after you finish pulling useful | kientzle | 2008-09-04 | 1 | -1/+1 |
* | MfP4: Verify correct interaction with umask: Add another | kientzle | 2008-08-25 | 1 | -6/+27 |
* | Update the total archive byte counters when writing entries to disk using | kientzle | 2008-08-24 | 7 | -13/+19 |
* | straighten out the "clean" target | kientzle | 2008-08-24 | 1 | -6/+2 |
* | cpio -v emits a line for every item copied. | kientzle | 2008-08-24 | 1 | -1/+1 |
* | Update the passthrough_dotdot test to reproduce a | kientzle | 2008-08-24 | 1 | -0/+2 |
* | Test for proper handling of "cpio -p .." | kientzle | 2008-08-24 | 2 | -0/+88 |
* | Test for a bug reported by Bernd Walter: In passthrough mode, | kientzle | 2008-08-24 | 3 | -3/+107 |
* | Comment a couple of places where bsdcpio and gcpio 2.9 disagree. | kientzle | 2008-08-22 | 3 | -2/+10 |
* | The newc-format verification is now a little smarter about | kientzle | 2008-08-22 | 1 | -9/+24 |
* | cpio should restore file flags and ACLs when they're available | kientzle | 2008-08-20 | 1 | -0/+2 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+1 |
* | MfP4: Preserve permissions by default. | kientzle | 2008-07-30 | 1 | -0/+1 |
* | Add --no-preserve-owner, which seems to be required by some ports. | kientzle | 2008-07-29 | 3 | -0/+5 |
* | Preserve ownership if cpio is run as root. | kientzle | 2008-07-06 | 1 | -1/+2 |
* | bsdcpio is now at version 1.0.0. | kientzle | 2008-07-05 | 1 | -1/+1 |
* | In -pl mode, only hardlink regular files. I need to test | kientzle | 2008-07-05 | 1 | -6/+8 |
* | Remove an unused define. | kientzle | 2008-07-05 | 1 | -1/+0 |
* | Don't try to hardlink directories. While I'm here, expand some | kientzle | 2008-07-01 | 1 | -3/+10 |
* | As reported by Alexey Shuvaev, -dumpl overwrote files after | kientzle | 2008-06-26 | 1 | -0/+2 |
* | In -p mode, don't gaurd against '..' in paths. We continue to | kientzle | 2008-06-24 | 1 | -0/+1 |