summaryrefslogtreecommitdiffstats
path: root/lib/liblzma
Commit message (Collapse)AuthorAgeFilesLines
* Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)mm2011-07-111-3/+7
| | | | | | | For architectures with __NO_STRICT_ALIGNMENT define TUKLIB_FAST_UNALIGNED_ACCESS MFC after: 2 weeks
* Fix some leftover binaries and shared libraries in the system that stilldim2011-02-151-0/+1
| | | | | | | | | | | | | | | have an executable stack, due to linking in hand-assembled .S or .s files, that have no .GNU-stack sections: RWX --- --- /lib/libcrypto.so.6 RWX --- --- /lib/libmd.so.5 RWX --- --- /lib/libz.so.6 RWX --- --- /lib/libzpool.so.2 RWX --- --- /usr/lib/liblzma.so.5 These were found using scanelf, from the sysutils/pax-utils port. Reviewed by: kib
* Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.mm2011-02-011-1/+0
| | | | | | | | This fix was accidentially reverted with the 5.0.0 update in r215187. PR: bin/154310 Submitted by: Michael Moll <kvedulv@kvedulv.de> MFC after: 3 days
* Remove obsoleted private symbol.mm2010-11-191-1/+0
| | | | | Approved by: delphij (mentor) MFC after: together with 5.0.0 update
* Update xz to release 5.0.0mm2010-11-121-3/+4
| | | | | Approved by: delphij (mentor) MFC after: 1 week
* Upgrade xz to git snapshot as of 20101010mm2010-10-112-5/+3
| | | | | Approved by: delphij (mentor) MFC after: 1 month
* Unbreak xz (liblzma) on strong-aligned architectures (and withoutmarcel2010-07-151-1/+0
| | | | | | emulation of misaligned memory accesses). We cannot map the unaligned memory access functions to the ones used for aligned accesses, so do not define TUKLIB_FAST_UNALIGNED_ACCESS.
* Detect bit endianness through machine/endian.h. This fixes xz on big-endiandelphij2010-06-111-0/+7
| | | | | | systems. Tested on: sparc64 (kindly provided by linimon), amd64
* - Add versioned symbols to liblzmadelphij2010-05-143-2/+204
| | | | | | | - Use default SHLIB_MAJOR. Approved by: mm X-MFC with: lzma library MFC
* Add two public headers missing in r207842mm2010-05-101-0/+2
| | | | | | | Adjust CFLAGS for lzmainfo, xz, xzdec Approved by: delphij (mentor) MFC after: 2 weeks
* Import of liblzma, xz, xzdec, lzmainfo from vendor branchmm2010-05-102-0/+230
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