Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 20:44:08 -0700 (PDT)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_read_support_format_cpio.c
Message-ID:  <200404280344.i3S3i8Wg052405@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004/04/27 20:44:08 PDT

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_cpio.c 
  Log:
  Add read support for four more common cpio variants:
   * little-endian old-style binary cpio archives
   * big-endian old-style binary cpio archives
   * SVR4 portable archives without CRC
   * SVR4 portable archives with CRC
  
  Note that I don't yet verify the CRC for the last one, and I'm
  not quite certain I'm correctly parsing device numbers.
  
  Revision  Changes    Path
  1.8       +304 -64   src/lib/libarchive/archive_read_support_format_cpio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404280344.i3S3i8Wg052405>