summaryrefslogtreecommitdiffstats
path: root/usr.bin/xz
Commit message (Collapse)AuthorAgeFilesLines
* Merge xz 5.2.0.rpaulo2015-02-091-0/+1
| | | | | | | | | | | | | This brings support for multi-threaded compression. This brings close N times faster compression where N is the number of CPU cores. Because of this, liblzma now depends on libthr. Soon libarchive will be modified to use the new lzma API. Thanks to antoine@ for the exp-run. Differential Revision: https://reviews.freebsd.org/D1786 Reviewed by: bapt
* Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* Upgrade xz to git snapshot as of 20101010mm2010-10-111-1/+3
| | | | | Approved by: delphij (mentor) MFC after: 1 month
* Add two public headers missing in r207842mm2010-05-101-2/+1
| | | | | | | Adjust CFLAGS for lzmainfo, xz, xzdec Approved by: delphij (mentor) MFC after: 2 weeks
* Import of liblzma, xz, xzdec, lzmainfo from vendor branchmm2010-05-101-0/+47
Add support for xz and lzma to lesspipe.sh (xzless, lzless) Bump __FreeBSD_version Approved by: delphij (mentor) MFC after: 2 weeks
OpenPOWER on IntegriCloud