| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The bug is triggered by attempts to copy in (-i) a file which happens
to have zero length.
|
|
|
|
| |
(FREEBSD-upgrade is now the "accpeted" filename for this).
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.. :-)
|
| |
| |
| |
| | |
Submitted by: joerg via old gnu/usr.bin/cpio v2.3
|
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Use isprint() for Localization.
Submitted by: ache via gnu/usr.bin/cpio v2.3
|
| | |
|
| |
| |
| |
| |
| |
| | |
(taken from old gnu/usr.bin/cpio)
Reviewed by: phk
|
| | |
|
| |
| |
| |
| | |
for Turbo C
|
|/ |
|
|
|