aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile tweaks:Tim Kientzle2004-11-051-2/+3
* Revert 1.24: Brain glitch. <sigh>Tim Kientzle2004-11-051-1/+1
* archive.h gets built in ${.OBJDIR}Tim Kientzle2004-11-051-1/+1
* Build as a shared lib again.David E. O'Brien2004-10-111-4/+0
* Per Ruslan, bsd.lib.mk already has support for dynamically-generatedTim Kientzle2004-09-011-17/+11
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-1/+1
* Split archive_{read,write}_finish into separate "close" (finish the archiveTim Kientzle2004-08-071-4/+5
* Fix the calculation of the most negative int64_t value, whichTim Kientzle2004-08-071-2/+2
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-071-1/+217
* For the "portable" distribution, the configure script will overwriteTim Kientzle2004-08-011-159/+1
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-261-1/+1
* Define the PACKAGE_NAME and PACKAGE_VERSION macros.Tim Kientzle2004-07-241-0/+3
* Add two new convenience functions to query the uid/gid from anTim Kientzle2004-06-271-4/+21
* Add MLINKS for new API functions.Tim Kientzle2004-06-021-2/+3
* Connect libarchive decompress support to the build.Tim Kientzle2004-05-271-1/+3
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-141-0/+4
* Add MLINK for newly-added archive_read_extract_set_progress_callback(3).Tim Kientzle2004-05-131-0/+1
* Add the libarchive-formats.5 manpage. This summarizes the variousTim Kientzle2004-04-281-0/+1
* Update file flag handling.Tim Kientzle2004-04-261-1/+13
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-83/+72
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-5/+8
* Many fixes:Tim Kientzle2004-03-191-3/+9
* Many fixes.Tim Kientzle2004-03-091-5/+5
* libarchive itself is now completely clean at WARNS=10 on all architectures.Tim Kientzle2004-02-121-1/+3
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+119