| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massive | peter | 2008-07-10 | 98 | -3356/+7533 |
|\ |
|
| * | Flatten cvs2svn generated import tree. | peter | 2008-07-09 | 84 | -20990/+0 |
| * | cvs2svn managed to overlay two different path trees. fix. | peter | 2008-07-09 | 39 | -11461/+0 |
* | | Correct insecure temporary file usage in texindex. [06:01] | cperciva | 2006-01-11 | 8 | -45/+131 |
* | | In __option_is_short(), avoid calling isprint() on key characters outside | tjr | 2005-10-17 | 1 | -1/+3 |
* | | Update for GNU cpio 2.6. | tjr | 2005-10-01 | 1 | -12/+24 |
* | | Merge long_format() time formatting code and fixes for printf() format | tjr | 2005-10-01 | 1 | -11/+14 |
* | | Merge from old copyout.c rev 1.2: Output a zero rdev except for bdevs, | tjr | 2005-10-01 | 1 | -2/+139 |
* | | Merge from old copypass.c rev 1.3: If we must yell at the user than a | tjr | 2005-10-01 | 1 | -1/+1 |
* | | Merge from old util.c rev 1.2: say "volume" instead of "tape". | tjr | 2005-10-01 | 1 | -2/+4 |
* | | Merge from old main.c rev 1.2: Don't set the umask until after we have | tjr | 2005-10-01 | 1 | -2/+4 |
* | | Merge from old tar.c rev 1.2: Recognize and skip 'x' and 'g' pax | tjr | 2005-10-01 | 1 | -0/+15 |
* | | Merge from old copyin.c rev 1.5, copypass.c rev 1.2: Create fifos using | tjr | 2005-10-01 | 2 | -8/+32 |
* | | Rename isnumber() to cpio_isnumber() to avoid clashing with the | tjr | 2005-10-01 | 1 | -3/+5 |
* | | Remove files no longer present in GNU cpio distribution. Most of these | tjr | 2005-10-01 | 35 | -10361/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r150765, | tjr | 2005-10-01 | 84 | -10/+19558 |
|\ \
| |/ |
|
| * | Import GNU cpio 2.6 (trimmed) | tjr | 2005-10-01 | 84 | -10/+19558 |
* | | Recognize and skip 'x' and 'g' pax extension entries. In particular, | kientzle | 2004-08-28 | 1 | -0/+15 |
* | | Remove unneded files | ache | 2004-02-17 | 4 | -1075/+1 |
* | | If we must yell at the user than a file cannot be linked into place when | green | 2003-07-11 | 1 | -1/+2 |
* | | Don't attempt to parse %c | ache | 2001-03-21 | 1 | -4/+27 |
* | | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+3 |
* | | Add FreeBSD tag. | obrien | 1999-09-08 | 1 | -0/+2 |
* | | Fixed printf format errors. | bde | 1998-06-30 | 1 | -3/+2 |
* | | fix misspelling | jmg | 1997-08-30 | 1 | -1/+1 |
* | | I clamined to not have imported cpio.texi. This is not true. | obrien | 1997-08-25 | 1 | -1/+1 |
* | | Create fifos using mkfifo() instead of attempting to create them using | bde | 1997-07-13 | 2 | -8/+29 |
* | | Fix bug that can cuase a loop to become endless. | obrien | 1997-04-03 | 1 | -1/+0 |
* | | FreeBSD specific readme for contributed source. | obrien | 1997-04-03 | 1 | -0/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r24434, | obrien | 1997-03-31 | 1 | -0/+558 |
|\ \
| |/ |
|
| * | Virgin import of GNU cpio v2.4.2. | obrien | 1997-03-31 | 1 | -0/+558 |
* | | JKH says: | obrien | 1997-03-30 | 1 | -2/+2 |
* | | don't lookup rsh(1) at bogus pathnames | obrien | 1997-03-30 | 1 | -17/+1 |
* | | Don't set the umask until after we have processed the arguments | obrien | 1997-03-30 | 1 | -1/+11 |
* | | Support dummy lchown() so that cpio understands 4.4 symbolic links. | obrien | 1997-03-30 | 1 | -0/+5 |
* | | - Correct the recommended option for "find" from "-depth" to "-d". | obrien | 1997-03-30 | 1 | -3/+5 |
* | | Output a zero rdev except for bdevs, cdevs, fifos and sockets. This | obrien | 1997-03-30 | 1 | -2/+140 |
* | | Fix typo. | obrien | 1997-03-30 | 1 | -1/+1 |
* | | I goofed, Makefile lchown.c don't belong here. | obrien | 1997-03-30 | 2 | -47/+0 |
* | | Replace ctime by strftime %c to use national representation. | obrien | 1997-03-30 | 2 | -2/+18 |
* | | FreeBSD BSD-style Makefile for contributed CPIO source. | obrien | 1997-03-29 | 1 | -0/+19 |
* | | Rodney Grimes's dummy lchown() so that cpio understands 4.4 symbolic links. | obrien | 1997-03-29 | 1 | -0/+27 |
* | | Don't need tcexparg.c on FreeBSD. | obrien | 1997-03-29 | 1 | -1/+3 |
* | | Don't need tcexparg.c which impliments Unix-style command line wildcards | obrien | 1997-03-29 | 1 | -240/+0 |
* | | FreeBSD specific readme for contributed CPIO soruces. | obrien | 1997-03-29 | 1 | -0/+13 |
|/ |
|
* | Virgin import of GNU cpio v2.4.2. | obrien | 1997-03-29 | 42 | -0/+12345 |