summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip/unbzip2.c
Commit message (Collapse)AuthorAgeFilesLines
* Diff reduction against NetBSD and add myself to AUTHORS section of thedelphij2010-04-071-1/+1
| | | | | manual page as I wrote the unpack functionality. No actual executable code change verified with md5(1).
* We should distinguish between a real truncated case and EOF afterdelphij2009-11-161-3/+14
| | | | | | | | | | | BZ_STREAM_END triggered re-init. Do it by introducing a new flag to represent the 'cold' case after bzip2 state is reinitialized. This fixes regression reported on -current@ as well as another one I found during twiddling with gzip. Reported by: swell.k gmail.com MFC after: 1 week
* Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 filesdelphij2009-11-091-5/+14
| | | | | | | as created by pbzip2. Submitted by: mrg (NetBSD.org) MFC after: 1 week
* Remove clause 3 and 4 of NetBSD license.delphij2008-06-301-8/+1
| | | | Obtained from: NetBSD
* Replace the GNU gzip with a slightly modified NetBSD gzip. Thedelphij2007-01-261-0/+128
NetBSD version is a feature-to-feature re-implementation of GNU gzip using the freely-redistributable zlib and this version is expected to be mostly bug-to-bug compatible with the GNU implementation. - Because this is a piece of mature code and we want to make changes so it is added directly rather than importing to src/contrib. - Connect newly added code to src/usr.bin/ and rescue/rescue build. - Disconnect the GNU gzip code from build for now, they will be eventually removed completely. - Provide two new src.conf(5) knobs, WITHOUT_BZIP2_SUPPORT and WITHOUT_BZIP2. Tested by: kris (full exp-7 pointyhat build) Approved by: core (importing a 4-clause BSD licensed file) Approved by: re (adding new utility during -HEAD code slush)
OpenPOWER on IntegriCloud