aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* libarchive: Allow setting nanosecond timestamps.Jilles Tjoelker2015-04-251-0/+7
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-151-1/+1
* Convert libraries to use LIBADDBaptiste Daroussin2014-11-252-18/+5
* Add pkg-config file for libarchiveMartin Matuska2014-11-022-0/+18
* In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.hDimitry Andric2014-07-261-10/+10
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Temporarily disable iconv for non-shared library builds. The dynamicXin LI2013-09-261-1/+3
* MFV r248590,248594:Martin Matuska2013-03-223-11/+69
* Remove several MLINKS that were listed twice.Brooks Davis2013-01-231-7/+0
* Backport NFSv4 ACL fix from libarchive master branch.Martin Matuska2012-07-303-1/+5
* Catch up config_freebsd.h with libarchive 3.0.4Martin Matuska2012-07-291-2/+0
* Update libarchive to 3.0.4Martin Matuska2012-07-282-0/+9
* Silence alignment warnings from clang in libarchive's ppmd code (whichDimitry Andric2012-03-231-0/+1
* Update libarchive to 3.0.3Martin Matuska2012-02-253-292/+520
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-22256-75767/+30
* Sync libarchive with vendor branch release/2.8:Martin Matuska2011-12-205-13/+114
* Update libarchive, tar and cpio to version 2.8.5Martin Matuska2011-12-2020-37/+51
* Merge vendor revision 3723:Martin Matuska2011-12-201-1/+1
* Fix Buildworld WITHOUT_OPENSSL.Tim Kientzle2011-10-222-4/+32
* Correct the spelling of getgrgid and getpwuid in the man page.Tim Kientzle2011-10-221-6/+6
* Fix cpio on ARM.Tim Kientzle2011-09-132-4/+4
* Import additional bugfix for reading and extracting makefs-createdMartin Matuska2011-09-021-8/+14
* Import bugfix for reading and extracting of FreeBSD ISO images with tar.Martin Matuska2011-08-259-198/+391
* Merge revision 3554 from libarchive's release/2.8 branch:Martin Matuska2011-08-073-16/+27
* Add compatibility for ISO images created with unfixed makefs thatMartin Matuska2011-08-0711-35/+317
* - Update libarchive to 2.8.4Martin Matuska2011-07-1745-103/+5799
* libarchive is mixing libmd and libcrypto -- correct to use one or the other.David E. O'Brien2011-05-053-10/+24
* Don't write data into an empty "file."Tim Kientzle2010-12-073-13/+12
* If the Zip reader doesn't see a PK signature blockTim Kientzle2010-11-073-3/+93
* Fix manpage markup.Ulrich Spörlein2010-11-061-1/+0
* Clarify the naming: Methods that free an object shouldTim Kientzle2010-11-0513-77/+114
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix typo.Joel Dahl2010-08-031-1/+1
* s/an struct/a structBenedict Reuschling2010-07-171-3/+3
* mdoc nitpicking: the title argument shall be uppercaseUlrich Spörlein2010-06-118-8/+8
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
* Retry reads that fail with EINTR. This fixes a problemTim Kientzle2010-05-182-12/+20
* Fix build.Xin LI2010-05-171-1/+1
* Reorganize slightly in preparation for making lzma and bz2 support conditional.Tim Kientzle2010-05-162-4/+10
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-25/+25
* Enable liblzma support in libarchiveMartin Matuska2010-05-101-6/+3
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-1/+0
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-2/+2
* Add missing newline in last line of file.Ulrich Spörlein2010-02-161-1/+1
* Don't try to hardlink block or character device nodes that come outTim Kientzle2010-01-231-2/+4
* Use a simpler memory-management strategy for the file objects.Tim Kientzle2010-01-231-46/+23
* If we can't stat a file, return the correct ARCHIVE_FAILED (this entry can'tTim Kientzle2010-01-231-7/+16
* Initialize the allocated 'struct zip'.Tim Kientzle2010-01-231-1/+1