]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Sync bsdcpio with 9-CURRENT:
authormm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 1 Aug 2011 07:59:54 +0000 (07:59 +0000)
committermm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 1 Aug 2011 07:59:54 +0000 (07:59 +0000)
commit492131597bd95e634fb87af7d23e8a145269c2bb
tree8625fc54352e381844f04744f64f8992c176b4fc
parentce07987be8b6958a0928dc52fa687a4d0b013795
Sync bsdcpio with 9-CURRENT:

MFC on usr.bin/cpio:
203183,204329,207792,211054,211397,212263,224154-224155

MFC 203183 (kientzle):
Support -V option to print a dot for each file processed.
Also, change the existing -vi behavior to send the filenames to
stderr rather than stdout, as GNU cpio does.

PR: bin/141175
Submitted by: Philip Kizer

MFC 204329 (ru):
Fixed dependencies (make checkdpadd).

MFC 207792 (kientzle):
bsdcpio 2.8.3

MFC 211054 (kientzle):
Fix -R when used with -p.  Previously, the
uname and gname weren't overwritten, so the
disk restore would use those to lookup the
original uid/gid again.  Clearing the uname
and gname prevents this.

Reported by: swell.k

MFC 211397 (joel):
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages.  Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>

MFC 212263 (gjb):
Fix typo in bsdcpio manual:
s/libarchive_formats/libarchive-formats

MFC 224154 (mm):
Update bsdcpio to 2.8.4
Use common code from lib/libarchive/libarchive_fe

MFC 224155 (mm):
Append to CPIO_SRCS instead of using TAR_SRCS,
the variable name is misleading

git-svn-id: svn://svn.freebsd.org/base/stable/8@224562 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
43 files changed:
usr.bin/cpio/Makefile
usr.bin/cpio/bsdcpio.1
usr.bin/cpio/cmdline.c
usr.bin/cpio/config_freebsd.h
usr.bin/cpio/cpio.c
usr.bin/cpio/cpio.h
usr.bin/cpio/cpio_platform.h
usr.bin/cpio/matching.c [deleted file]
usr.bin/cpio/pathmatch.c [deleted file]
usr.bin/cpio/test/Makefile
usr.bin/cpio/test/main.c
usr.bin/cpio/test/test.h
usr.bin/cpio/test/test_0.c
usr.bin/cpio/test/test_basic.c
usr.bin/cpio/test/test_cmdline.c [new file with mode: 0644]
usr.bin/cpio/test/test_format_newc.c
usr.bin/cpio/test/test_gcpio_compat.c
usr.bin/cpio/test/test_gcpio_compat_ref_nosym.bin.uu [new file with mode: 0644]
usr.bin/cpio/test/test_gcpio_compat_ref_nosym.crc.uu [new file with mode: 0644]
usr.bin/cpio/test/test_gcpio_compat_ref_nosym.newc.uu [new file with mode: 0644]
usr.bin/cpio/test/test_gcpio_compat_ref_nosym.ustar.uu [new file with mode: 0644]
usr.bin/cpio/test/test_option_B_upper.c [moved from usr.bin/cpio/test/test_option_B.c with 89% similarity]
usr.bin/cpio/test/test_option_C_upper.c [new file with mode: 0644]
usr.bin/cpio/test/test_option_J_upper.c [moved from usr.bin/cpio/matching.h with 63% similarity]
usr.bin/cpio/test/test_option_L_upper.c [moved from usr.bin/cpio/test/test_option_L.c with 54% similarity]
usr.bin/cpio/test/test_option_Z_upper.c [moved from usr.bin/cpio/err.c with 62% similarity]
usr.bin/cpio/test/test_option_a.c
usr.bin/cpio/test/test_option_c.c
usr.bin/cpio/test/test_option_d.c
usr.bin/cpio/test/test_option_f.c
usr.bin/cpio/test/test_option_help.c
usr.bin/cpio/test/test_option_l.c [moved from usr.bin/cpio/test/test_option_ell.c with 77% similarity]
usr.bin/cpio/test/test_option_lzma.c [moved from usr.bin/cpio/pathmatch.h with 64% similarity]
usr.bin/cpio/test/test_option_m.c
usr.bin/cpio/test/test_option_t.c
usr.bin/cpio/test/test_option_u.c
usr.bin/cpio/test/test_option_version.c
usr.bin/cpio/test/test_option_y.c
usr.bin/cpio/test/test_option_z.c
usr.bin/cpio/test/test_owner_parse.c
usr.bin/cpio/test/test_passthrough_dotdot.c
usr.bin/cpio/test/test_passthrough_reverse.c
usr.bin/cpio/test/test_pathmatch.c