<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-RELEASE image.
</content>
</entry>
<entry>
<title>Merge head 185728 via 186368: initialize dummy argument to umtx_op()</title>
<updated>2008-12-21T04:34:20Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2008-12-21T04:34:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2a9b8efa22fb979afc3022c8def8b6ef9e94510'/>
<id>urn:sha1:f2a9b8efa22fb979afc3022c8def8b6ef9e94510</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Merge rev 185725 (184996 in head):  Use correct names in END() macros.</title>
<updated>2008-12-21T04:27:52Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2008-12-21T04:27:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d4deb6c9e779d0aff8630ce5f903caae9409cf1a'/>
<id>urn:sha1:d4deb6c9e779d0aff8630ce5f903caae9409cf1a</id>
<content type='text'>
Approved by:	re (kib)
Reminded by:	kensmith
</content>
</entry>
<entry>
<title>MFC r186314:</title>
<updated>2008-12-19T20:22:55Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2008-12-19T20:22:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=974e3f18163a96826e1728102021d3df3775e956'/>
<id>urn:sha1:974e3f18163a96826e1728102021d3df3775e956</id>
<content type='text'>
Initialize the cntp pointer to 0 prior to doing any work so that callers
don't try to iterate through garbage or NULL memory.  Additionally, return
NULL instead of 0 on error.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC 186090</title>
<updated>2008-12-17T12:33:39Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2008-12-17T12:33:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2519621b021b5449d502d1fd712d96dc122dbcce'/>
<id>urn:sha1:2519621b021b5449d502d1fd712d96dc122dbcce</id>
<content type='text'>
Update our resolver to BIND 9.4.3.
It includes the following fix:

  2426.   [bug]           libbind: inet_net_pton() can sometimes return the
                          wrong value if excessively large netmasks are
                          supplied. [RT #18512]

Reported by:	Maksymilian Arciemowicz &lt;cxib__at__securityreason.com&gt;
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC: Fix fread() to return a correct value on platforms where sizeof(int) !=</title>
<updated>2008-12-13T16:53:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-12-13T16:53:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ad1b91250628898e52f418a203881e90d1b4bfc4'/>
<id>urn:sha1:ad1b91250628898e52f418a203881e90d1b4bfc4</id>
<content type='text'>
sizeof(size_t), i.e. on all 64-bit platforms.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r185667,r185680,r185681: Overhaul the Rockridge option</title>
<updated>2008-12-09T04:17:44Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-12-09T04:17:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa68910f5078222fe0fcc5585968da1564d083e4'/>
<id>urn:sha1:aa68910f5078222fe0fcc5585968da1564d083e4</id>
<content type='text'>
parsing and beef up the ISO9660 bidder.  This makes the
ISO reader a lot more robust when reading malformed input.

Approved by:	re
</content>
</entry>
<entry>
<title>MF7: 185716 (head 185548 + followups).  KERN_PROC_* kinfo updates.</title>
<updated>2008-12-06T20:36:46Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2008-12-06T20:36:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b7212732b07345bb870744b06fa5e2deb36fbba'/>
<id>urn:sha1:3b7212732b07345bb870744b06fa5e2deb36fbba</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: r185519</title>
<updated>2008-12-06T13:50:03Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2008-12-06T13:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8ed6395219cf3a4212dfd9c50d7429fa86cf037'/>
<id>urn:sha1:e8ed6395219cf3a4212dfd9c50d7429fa86cf037</id>
<content type='text'>
The times(3) function returns the number of CLK_TCKs since the
startup time of FreeBSD, not since the UNIX Epoch.

PR:           docs/122359
Submitted by: Viktor &amp;#352;tujber
Approved by:  re (kib)
</content>
</entry>
<entry>
<title>MFC 182590,182778,182779,184109:  Support for certain</title>
<updated>2008-11-28T20:09:48Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-11-28T20:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0338c5fc063a3036f37a48126d34dc43a90f5cff'/>
<id>urn:sha1:0338c5fc063a3036f37a48126d34dc43a90f5cff</id>
<content type='text'>
archive_entry attributes to be explicitly "unset".
This fixes a number of issues:
 * Zip archives with "length at end" can now be
   extracted correctly, since the Zip extractor
   can simply mark the size as "unknown."
 * Extract-to-disk can now accurately handle
   cases with partial time information (e.g.,
   mtime is known but not atime)
 * We get more accurate handling of different
   hardlink extraction cases; sometimes a hardlink
   entry has definitive size information and sometimes
   not.

Approved by:	re
</content>
</entry>
</feed>
