<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/gzip, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2011-09-28T08:47:17Z</updated>
<entry>
<title>Fix handling of corrupt compress(1)ed data. [11:04]</title>
<updated>2011-09-28T08:47:17Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-09-28T08:47:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=78be76b35b14d51c739d0184a642cf960b332f23'/>
<id>urn:sha1:78be76b35b14d51c739d0184a642cf960b332f23</id>
<content type='text'>
Add missing length checks on unix socket addresses. [11:05]

Approved by:	so (cperciva)
Approved by:	re (kensmith)
Security:	FreeBSD-SA-11:04.compress
Security:	CVE-2011-2895 [11:04]
Security:	FreeBSD-SA-11:05.unix
</content>
</entry>
<entry>
<title>MFC r222210, 222211, 222287:</title>
<updated>2011-06-06T05:48:25Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-06-06T05:48:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=45c65f11bca25b587c554da0ae146e306d600a19'/>
<id>urn:sha1:45c65f11bca25b587c554da0ae146e306d600a19</id>
<content type='text'>
 - Diff reduction against NetBSD.  The most notable change is to zdiff(1)
   to handle more file formats including bzip2 and xz.
 - Match symbolic link handling behavior with GNU gzip, bzip2 and xz:
   When we are operating on a symbolic link pointing to an existing
   file, bail out by default, but go ahead if -f is specified.
</content>
</entry>
<entry>
<title>MFC 218421:</title>
<updated>2011-02-11T13:53:39Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2011-02-11T13:53:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2cfe7ffd16e73116727f2498842edb5054c5d758'/>
<id>urn:sha1:2cfe7ffd16e73116727f2498842edb5054c5d758</id>
<content type='text'>
Remove CRT reference from zmore(1).

PR:		154441
Approved by:	keramida (mentor)
</content>
</entry>
<entry>
<title>MFC r210344:</title>
<updated>2010-10-07T00:30:29Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-10-07T00:30:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6d10ecfbf26bab41c74a368b55e6db33b9a8e328'/>
<id>urn:sha1:6d10ecfbf26bab41c74a368b55e6db33b9a8e328</id>
<content type='text'>
In the past gunzip(1) write()'s after each inflate return.  This is
not optimal from a performance standpoint since the write buffer is
not necessarily be filled up when the inflate rountine reached the
end of input buffer and it's not the end of file.

This problem gets uncovered by trying to pipe gunzip -c output to
a GEOM device directly, which enforces the writes be multiple of
sector size.

Sponsored by: iXsystems, Inc.
Reported by:  jpaetzel
</content>
</entry>
<entry>
<title>MFC r211475:</title>
<updated>2010-09-18T00:46:05Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-09-18T00:46:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=635c0b2f1779f60e3188f6bf8753db144196557c'/>
<id>urn:sha1:635c0b2f1779f60e3188f6bf8753db144196557c</id>
<content type='text'>
Check return value of dup(), it could be -1 when the system is running
out of file descriptors for instance.

Found with:	Coverity Prevent(tm)
CID:		6084
</content>
</entry>
<entry>
<title>MFC most of the recent changes to gzip(1) back to RELENG_7.</title>
<updated>2010-05-10T02:09:53Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-05-10T02:09:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1ed81e350f657fc86bef40f9e08eaa86680b440b'/>
<id>urn:sha1:1ed81e350f657fc86bef40f9e08eaa86680b440b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r199066 + 199339:</title>
<updated>2009-12-02T21:58:34Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-02T21:58:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=425b4845544a11449c485d6d9e382653195a64d3'/>
<id>urn:sha1:425b4845544a11449c485d6d9e382653195a64d3</id>
<content type='text'>
Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 files
as created by pbzip2.
</content>
</entry>
<entry>
<title>MFC all recent gzip(1) changes, up to r194916.</title>
<updated>2009-07-21T04:04:35Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-07-21T04:04:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4c7f7bfdaad31fde4eaf44d6d50c0caca818afd3'/>
<id>urn:sha1:4c7f7bfdaad31fde4eaf44d6d50c0caca818afd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r180727: Sync with NetBSD's license changes.</title>
<updated>2008-07-24T00:47:44Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-07-24T00:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=899226770410c5f6989a08e6a2de2e10931522a5'/>
<id>urn:sha1:899226770410c5f6989a08e6a2de2e10931522a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with -HEAD:</title>
<updated>2008-07-22T23:22:03Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-07-22T23:22:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a5ccb8dd75c1e695ab15bac861824ca23f14adc2'/>
<id>urn:sha1:a5ccb8dd75c1e695ab15bac861824ca23f14adc2</id>
<content type='text'>
 * Fix typos in znew(1) script (yar, r176133 + r180136);
 * Make it clear that gzcat expects each argument to be
   separate files. (r180126).
 * License change in unbzip2.c (r180135)
</content>
</entry>
</feed>
