cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h config_freebsd.h matching.c read.c subst.c util.c write.c src/usr.bin/tar/test Makefile test_copy.c test_option_T.c test_patterns.c

Tim Kientzle kientzle at FreeBSD.org
Thu Aug 28 05:33:46 UTC 2008


kientzle    2008-08-28 05:33:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/tar          Makefile bsdtar.1 bsdtar.c bsdtar.h 
                         config_freebsd.h matching.c read.c util.c 
                         write.c 
    usr.bin/tar/test     Makefile test_copy.c test_option_T.c 
  Added files:           (Branch: RELENG_6)
    usr.bin/tar          subst.c 
    usr.bin/tar/test     test_patterns.c 
  Log:
  SVN rev 182337 on 2008-08-28 05:33:28Z by kientzle
  
  MFC r179322: Many features from bsdtar 2.5.4b
          --numeric-owner
          -S  (sparsify files on extraction)
          -s  (regex filename substitutions)
          Uses libarchive 'linkify' support to get correct hardlink handling
                  for cpio formats
          Number of test enhancements.
  
  Revision   Changes    Path
  1.24.2.10  +4 -3      src/usr.bin/tar/Makefile
  1.29.2.15  +28 -2     src/usr.bin/tar/bsdtar.1
  1.63.2.25  +21 -1     src/usr.bin/tar/bsdtar.c
  1.23.2.12  +9 -1      src/usr.bin/tar/bsdtar.h
  1.1.2.6    +1 -0      src/usr.bin/tar/config_freebsd.h
  1.9.2.5    +23 -0     src/usr.bin/tar/matching.c
  1.23.2.14  +7 -0      src/usr.bin/tar/read.c
  1.4.4.1    +275 -0    src/usr.bin/tar/subst.c (new)
  1.3.2.2    +1 -0      src/usr.bin/tar/test/Makefile
  1.3.2.2    +108 -82   src/usr.bin/tar/test/test_copy.c
  1.3.2.2    +19 -0     src/usr.bin/tar/test/test_option_T.c
  1.6.2.1    +47 -0     src/usr.bin/tar/test/test_patterns.c (new)
  1.13.2.9   +51 -5     src/usr.bin/tar/util.c
  1.41.2.20  +87 -222   src/usr.bin/tar/write.c


More information about the cvs-src mailing list