summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpio
Commit message (Expand)AuthorAgeFilesLines
* Support -V option to print a dot for each file processed.kientzle2010-01-303-3/+21
* Build usr.bin/ with WARNS=6 by default.ed2010-01-022-2/+0
* This addresses some issues with my earlier -R fix thatkientzle2009-07-062-66/+74
* This fixes bsdcpio's -R option to accept numerickientzle2009-07-032-20/+50
* When compiled for the release crunches, be a bitkientzle2009-04-192-9/+37
* Make -lcrypto usage dependent on whether or not we're building with OpenSSL.kientzle2009-04-181-1/+4
* Merge from libarchive.googlecode.com:kientzle2009-04-1728-153/+788
* Custom command line parser for cpio; this is a little morekientzle2008-12-065-119/+198
* Make the GCC-specific __dead2 markers conditional on whetherkientzle2008-12-062-1/+9
* Format the output of -itv for real. In particular:kientzle2008-11-293-13/+225
* Don't destroy the archive until after you finish pulling usefulkientzle2008-09-041-1/+1
* MfP4: Verify correct interaction with umask: Add anotherkientzle2008-08-251-6/+27
* Update the total archive byte counters when writing entries to disk usingkientzle2008-08-247-13/+19
* straighten out the "clean" targetkientzle2008-08-241-6/+2
* cpio -v emits a line for every item copied.kientzle2008-08-241-1/+1
* Update the passthrough_dotdot test to reproduce akientzle2008-08-241-0/+2
* Test for proper handling of "cpio -p .."kientzle2008-08-242-0/+88
* Test for a bug reported by Bernd Walter: In passthrough mode,kientzle2008-08-243-3/+107
* Comment a couple of places where bsdcpio and gcpio 2.9 disagree.kientzle2008-08-223-2/+10
* The newc-format verification is now a little smarter aboutkientzle2008-08-221-9/+24
* cpio should restore file flags and ACLs when they're availablekientzle2008-08-201-0/+2
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+1
* MfP4: Preserve permissions by default.kientzle2008-07-301-0/+1
* Add --no-preserve-owner, which seems to be required by some ports.kientzle2008-07-293-0/+5
* Preserve ownership if cpio is run as root.kientzle2008-07-061-1/+2
* bsdcpio is now at version 1.0.0.kientzle2008-07-051-1/+1
* In -pl mode, only hardlink regular files. I need to testkientzle2008-07-051-6/+8
* Remove an unused define.kientzle2008-07-051-1/+0
* Don't try to hardlink directories. While I'm here, expand somekientzle2008-07-011-3/+10
* As reported by Alexey Shuvaev, -dumpl overwrote files afterkientzle2008-06-261-0/+2
* In -p mode, don't gaurd against '..' in paths. We continue tokientzle2008-06-241-0/+1
* If we're using -l and can't hardlink the file because of a cross-devicekientzle2008-06-211-3/+17
* Rework line-processing framework to add support for --null andkientzle2008-06-214-62/+130
* Various long options for GNU cpio compat.kientzle2008-06-211-0/+8
* MfP4: test improvements, mostly for portability.kientzle2008-06-212-20/+68
* Include bsd.own.mk to pick up the definition of MK_GNU_CPIOdougb2008-06-161-0/+2
* 1. Make the BSD version of cpio the default [1]dougb2008-06-161-1/+1
* bsdcpio is always installed as 'bsdcpio', symlink it to 'cpio'kientzle2008-05-261-1/+4
* Initial commit of bsdcpio 0.9.11b.kientzle2008-05-2644-0/+5986
OpenPOWER on IntegriCloud