<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-07-10T21:53:54Z</updated>
<entry>
<title>Update releng/9.3 to -RELEASE in preparation of starting</title>
<updated>2014-07-10T21:53:54Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-07-10T21:53:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2318891ec48af954532c881bc325619271e277ca'/>
<id>urn:sha1:2318891ec48af954532c881bc325619271e277ca</id>
<content type='text'>
9.3-RELEASE builds.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Fix kernel memory disclosure in control message and SCTP notifications.</title>
<updated>2014-07-08T21:55:02Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-07-08T21:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1121df919e055e752c348c88228b3729c948c289'/>
<id>urn:sha1:1121df919e055e752c348c88228b3729c948c289</id>
<content type='text'>
Security:	FreeBSD-SA-14:17.kmem
Security:	CVE-2014-3952, CVE-2014-3953
Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>Switch releng/9.3 to -RC3 as part of the 9.3-RELEASE cycle.</title>
<updated>2014-07-04T21:04:19Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-07-04T21:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff12590186a3b5fe788eba9d8346a7e6372223c2'/>
<id>urn:sha1:ff12590186a3b5fe788eba9d8346a7e6372223c2</id>
<content type='text'>
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r268221 and r268222:</title>
<updated>2014-07-03T17:42:26Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-07-03T17:42:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=57eb02157dea23f665437dd4afa0db77b76e893b'/>
<id>urn:sha1:57eb02157dea23f665437dd4afa0db77b76e893b</id>
<content type='text'>
- Remove some unused variables.
- Add proper rangechecks in "axge_rx_frame()" function and
fix receive loop header parsing.
- Add new USB IDs.

Approved by: 	re, gjb @
PR:		191432
</content>
</entry>
<entry>
<title>MFC r268078 and r268080:</title>
<updated>2014-07-03T13:49:43Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-07-03T13:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4ea187dcb32dfabb81b6fe4d326fbb21187ef25'/>
<id>urn:sha1:e4ea187dcb32dfabb81b6fe4d326fbb21187ef25</id>
<content type='text'>
Fix for memory use after free() and mtx_destroy().

Approved by:	re, glebius @
</content>
</entry>
<entry>
<title>MFC r267821:</title>
<updated>2014-06-30T23:39:13Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2014-06-30T23:39:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5be21ecf7eebbc2c87782c340a23163741542aa4'/>
<id>urn:sha1:5be21ecf7eebbc2c87782c340a23163741542aa4</id>
<content type='text'>
Strict value checking will cause problem.
Bay trail DN2820FYKH is supported on Linux but does not work on FreeBSD.
This behaviour is bug-compatible with Linux-3.13.5.

References:
http://d.hatena.ne.jp/syuu1228/20140326
http://lxr.linux.no/linux+v3.13.5/arch/x86/kernel/acpi/boot.c#L1094

Submitted by: syuu
PR: 187966
Approved by: re (gjb)
</content>
</entry>
<entry>
<title>MFS r267944 (MFC r258941,267839):</title>
<updated>2014-06-30T16:16:35Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-06-30T16:16:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7de120e818fe490036222aa1fd424d1c9d3e6b5b'/>
<id>urn:sha1:7de120e818fe490036222aa1fd424d1c9d3e6b5b</id>
<content type='text'>
Apply vendor improvements to oce(4) driver:

 - Add support to 20Gbps, 25Gbps, 40Gbps devices;
 - Add support to control adaptive interrupt coalescing (AIC)
   via sysctl;
 - Improve support of BE3 devices;
 - Big endian support fixes;

Many thanks to Emulex for their continued support of FreeBSD.

Submitted by:	Venkata Duvvuru &lt;VenkatKumar.Duvvuru Emulex.Com&gt;
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Update releng/9.3 to -RC2 status as part of the 9.2-RELEASE</title>
<updated>2014-06-27T00:11:01Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-06-27T00:11:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f24c4bfef1f6dcd0e244d0c34b680540b0f564db'/>
<id>urn:sha1:f24c4bfef1f6dcd0e244d0c34b680540b0f564db</id>
<content type='text'>
process.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Merge r267757, which was MFC'd to stable/9 as r267882:</title>
<updated>2014-06-26T17:58:29Z</updated>
<author>
<name>Navdeep Parhar</name>
<email>np@FreeBSD.org</email>
</author>
<published>2014-06-26T17:58:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bea6412bffc4c9a4ce6be8938193f57e2a8cd4bc'/>
<id>urn:sha1:bea6412bffc4c9a4ce6be8938193f57e2a8cd4bc</id>
<content type='text'>
cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0.

Approved by:	re (glebius)
Obtained from:	Chelsio
</content>
</entry>
<entry>
<title>Merge r267738 from stable/9:</title>
<updated>2014-06-26T11:02:51Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2014-06-26T11:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b7559478fd56a7762d971d06da2e63fb828875e'/>
<id>urn:sha1:9b7559478fd56a7762d971d06da2e63fb828875e</id>
<content type='text'>
  Remove send-pr and fix up all references to it.  Replace it with a
  stub send-pr directing people towards the web site.

Approved by:	re (gjb), bugmeister
</content>
</entry>
</feed>
