summaryrefslogtreecommitdiffstats
path: root/contrib/cpio
Commit message (Collapse)AuthorAgeFilesLines
* Don't attempt to parse %cache2001-03-211-4/+27
|
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+3
|
* Add FreeBSD tag.obrien1999-09-081-0/+2
|
* Fixed printf format errors.bde1998-06-301-3/+2
|
* fix misspellingjmg1997-08-301-1/+1
| | | | | | Submitted-by: Josh Gilliam Closes PR: 4422
* I clamined to not have imported cpio.texi. This is not true.obrien1997-08-251-1/+1
|
* Create fifos using mkfifo() instead of attempting to create them usingbde1997-07-132-8/+29
| | | | mknod().
* Fix bug that can cuase a loop to become endless.obrien1997-04-031-1/+0
| | | | | The bug is triggered by attempts to copy in (-i) a file which happens to have zero length.
* FreeBSD specific readme for contributed source.obrien1997-04-031-0/+0
| | | | (FREEBSD-upgrade is now the "accpeted" filename for this).
* This commit was generated by cvs2svn to compensate for changes in r24434,obrien1997-03-311-0/+558
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU cpio v2.4.2.obrien1997-03-311-0/+558
| |
* | JKH says:obrien1997-03-301-2/+2
| | | | | | | | | | | | Change "Found end of tape. Load next tape ..." messages to say "volume" instead of tape. Running cpio off of /dev/fd0 and having it say "give me the next tape" is kind of ludicrous.. :-)
* | don't lookup rsh(1) at bogus pathnamesobrien1997-03-301-17/+1
| | | | | | | | Submitted by: joerg via old gnu/usr.bin/cpio v2.3
* | Don't set the umask until after we have processed the argumentsobrien1997-03-301-1/+11
| | | | | | | | | | | | | | | | and opened the archive file. This allows "cpio -o -O output_file" to create the output file with the callers proper umask. Closed PR# 1391 Add setlocale LC_ALL (from ache).
* | Support dummy lchown() so that cpio understands 4.4 symbolic links.obrien1997-03-301-0/+5
| |
* | - Correct the recommended option for "find" from "-depth" to "-d".obrien1997-03-301-3/+5
| | | | | | | | | | | | | | - Fix gross spelling and typographical errors pointed out by Keith Bostic. - Mention -l, --link is only usable with "-p". Obtained from: old gnu/usr.bin/cpio v2.3.
* | Output a zero rdev except for bdevs, cdevs, fifos and sockets. Thisobrien1997-03-301-2/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stops regular files with unrepresentable rdevs from being rejected and makes the output independent of unpreservable metadata. Don't output a file if the major, minor or totality of its rdev would be truncated. Print a message about the skipped files to stderr but don't report the error in the exit status. cpio's abysmal error handling doesn't allow continuing after an error, and the rdev checks had to be misplaced to avoid the problem of returning an error code from routines that return void. Minor numbers are limited to 21 bits in pax's ustar format and to 18 bits in archives created by gnu tar (gnu tar wastes 3 bits for padding). pax's and cpio's ustar format is incompatible with gnu tar's ustar format for other reasons (see cpio/README). Submitted by: bde via old gnu/usr.bin/cpio v2.3.
* | Fix typo.obrien1997-03-301-1/+1
| |
* | I goofed, Makefile lchown.c don't belong here.obrien1997-03-302-47/+0
| |
* | Replace ctime by strftime %c to use national representation.obrien1997-03-302-2/+18
| | | | | | | | | | | | Use isprint() for Localization. Submitted by: ache via gnu/usr.bin/cpio v2.3
* | FreeBSD BSD-style Makefile for contributed CPIO source.obrien1997-03-291-0/+19
| |
* | Rodney Grimes's dummy lchown() so that cpio understands 4.4 symbolic links.obrien1997-03-291-0/+27
| | | | | | | | | | | | (taken from old gnu/usr.bin/cpio) Reviewed by: phk
* | Don't need tcexparg.c on FreeBSD.obrien1997-03-291-1/+3
| |
* | Don't need tcexparg.c which impliments Unix-style command line wildcardsobrien1997-03-291-240/+0
| | | | | | | | for Turbo C
* | FreeBSD specific readme for contributed CPIO soruces.obrien1997-03-291-0/+13
|/
* Virgin import of GNU cpio v2.4.2.obrien1997-03-2942-0/+12345
OpenPOWER on IntegriCloud