summaryrefslogtreecommitdiff
path: root/cpio/cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* Work around broken PSXCRT unistd.h, which defines macrosTim Kientzle2011-02-131-7/+7
* From Issue 138: properly cast before assigning unsigned long to int.Tim Kientzle2011-02-111-2/+2
* When -R is specified, make sure to clear the uname/gnameTim Kientzle2010-08-151-0/+2
* Merge r203183 from svn.freebsd.org: Support -V option as in GNU cpio.Tim Kientzle2010-01-311-1/+2
* Oops. I left out the key part of the last commit.Tim Kientzle2009-09-101-11/+14
* Merge r195389 from FreeBSD-CURRENT: Rework theTim Kientzle2009-07-191-34/+24
* Sort short option list, fill in missing -I option, updateTim Kientzle2009-07-191-1/+2
* Support decimal uid/gid when parsing -R/--owner option.Tim Kientzle2009-07-021-19/+49
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-8/+9
* Add --lzma and -J options to cpio.Tim Kientzle2009-04-171-1/+3
* Add support for -n option from GNU cpio.Tim Kientzle2009-03-191-1/+2
* IFCTim Kientzle2008-12-051-1/+1
* Implement a custom command-line parser for cpio. In return forTim Kientzle2008-10-211-100/+184
* IFCTim Kientzle2008-08-031-1/+2
* IFCTim Kientzle2008-06-211-1/+1
* Gratuitous long option synonyms from GNU tar.Tim Kientzle2008-06-201-0/+8
* Callbacks are annoying. Change the callback-driven line processorTim Kientzle2008-05-281-1/+2
* Continue populating the libarchive-portable project from my local repository.Tim Kientzle2008-04-291-0/+247