| Commit message (Expand) | Author | Age | Files | Lines |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+25 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 3 | -11/+3 |
| |\
| |/
|/| |
|
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -0/+1 |
| * | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge head | sjg | 2014-04-28 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | sync from head | sjg | 2013-04-12 | 2 | -1/+21 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Sync from head | sjg | 2012-11-04 | 2 | -8/+7 |
| |\ \ \ \ \ |
|
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+25 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Convert to usr.bin/ to LIBADD | bapt | 2014-11-25 | 2 | -11/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | 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 |