<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-08-05T22:05:12Z</updated>
<entry>
<title>Fix patch(1) shell injection vulnerability via ed(1). [SA-15:18]</title>
<updated>2015-08-05T22:05:12Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2015-08-05T22:05:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=13ffe15f87adffeee3542a38b9192a944e331fe2'/>
<id>urn:sha1:13ffe15f87adffeee3542a38b9192a944e331fe2</id>
<content type='text'>
Fix routed remote denial of service vulnerability. [SA-15:19]

Approved by:	re (so blanket)
</content>
</entry>
<entry>
<title>MFS r285916:</title>
<updated>2015-07-27T17:51:12Z</updated>
<author>
<name>Jim Harris</name>
<email>jimharris@FreeBSD.org</email>
</author>
<published>2015-07-27T17:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=714d9ebd318c7e6bd110ecf062c290740a641cef'/>
<id>urn:sha1:714d9ebd318c7e6bd110ecf062c290740a641cef</id>
<content type='text'>
MFC r285796:

  nvmecontrol: read controller identify data before any log page operations

Approved by:	re (gjb)
Sponsored by:	Intel
</content>
</entry>
<entry>
<title>MFC r282805:</title>
<updated>2015-07-23T19:58:56Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2015-07-23T19:58:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d0c9d2121260c211263b100cf91f88d65ddf800'/>
<id>urn:sha1:3d0c9d2121260c211263b100cf91f88d65ddf800</id>
<content type='text'>
- Remove ND6_IFF_IGNORELOOP.  This functionality was useless in practice
  because a link where looped back NS messages are permanently observed
  does not work with either NDP or ARP for IPv4.

- draft-ietf-6man-enhanced-dad is now RFC 7527.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r271910, r273211:</title>
<updated>2015-07-23T19:52:03Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2015-07-23T19:52:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66586cf0552fea08e31bd3ee79ea3eda30ffd990'/>
<id>urn:sha1:66586cf0552fea08e31bd3ee79ea3eda30ffd990</id>
<content type='text'>
* Add -x waittime and -X timeout options for feature parity.  These are
  equivalent to -W and -t options of ping(8).  Different letters are used
  because both have already been used for another purposes in ping6(8).

* Fix a problem that reply packets are not received when -i T option is set
  and (T &lt; RTT).

 - Use select(2) for timeout instead of interval timer. Remove poll(2) support.
 - Use sigaction(2) instead of signal(3).
 - Exit in SIGINT handler when two signals are received and doing reverse DNS
   lookup as ping(8) does.
 - Remove redundant variables used for getaddrinfo(3).

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC: r285594</title>
<updated>2015-07-21T15:50:14Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2015-07-21T15:50:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2738ac8559ed79ec2ebaa727a1ac6eaaf7d01af'/>
<id>urn:sha1:c2738ac8559ed79ec2ebaa727a1ac6eaaf7d01af</id>
<content type='text'>
	New partition flag for gpart, writes the 0xee partition in the pmbr in the second slot, rather than the first.
	Works around Lenovo legacy GPT boot issue

PR:		184910
Approved by:	re (gjb), marcel
Relnotes:	yes
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D3140
</content>
</entry>
<entry>
<title>MFC: r285529</title>
<updated>2015-07-21T14:27:36Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-21T14:27:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43de3c5e25fd20bfd9950c5f813c518fc822a1e2'/>
<id>urn:sha1:43de3c5e25fd20bfd9950c5f813c518fc822a1e2</id>
<content type='text'>
If ggated's exports_find() fails, the connection is removed before
(trying to) report the problem to the client.

sendfail() is called with an already closed socket and thus it
fails to inform the client about the problem.

Fix this by calling sendfail() before connection_remove().

PR:		195944
Submitted by:	Fabian Keil
Reviewed by:	pjd
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC: r285531</title>
<updated>2015-07-21T14:25:21Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-21T14:25:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6a30f08da59073d6ef6e5878dbe279539e6a273'/>
<id>urn:sha1:b6a30f08da59073d6ef6e5878dbe279539e6a273</id>
<content type='text'>
Unbreak ggatec and ggatel on i386 after r238119, which added two more
'struct g_gate_ctl_create' fields.

While the behaviour was technically undefined on other architectures
as well, on the reporter's amd64 systems the uninitialized bytes the
kernel cares about were always zero so everything worked as expected.

PR:		197309, 199559
Submitted by:	ota@j.email.ne.jp, Fabian Keil
Reviewed by:	pjd
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC: r285037</title>
<updated>2015-07-14T11:37:26Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-14T11:37:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=510651eecc4a43a5bca1ede5dc42d23ec96a8d87'/>
<id>urn:sha1:510651eecc4a43a5bca1ede5dc42d23ec96a8d87</id>
<content type='text'>
Add -b to the devlist usage info, forgotten in r260059.

PR:		195094
Submitted by:	robin.hahling@gw-computing.net
Approved by:	re (marius)
</content>
</entry>
<entry>
<title>MFC: r284290, r284323</title>
<updated>2015-07-13T13:14:51Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-13T13:14:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8421bc1ddc13038b522cc6a7c0232425355af7a0'/>
<id>urn:sha1:8421bc1ddc13038b522cc6a7c0232425355af7a0</id>
<content type='text'>
Improve grammar.

PR:		200673
Submitted by:	Fabian Keil
Obtained from:	ElectroBSD
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC: r285029</title>
<updated>2015-07-13T13:02:04Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-13T13:02:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c8e3ee689f07115dddca386bc1a27007b28a223'/>
<id>urn:sha1:2c8e3ee689f07115dddca386bc1a27007b28a223</id>
<content type='text'>
Fix an obviously wrong boolean operator.

PR:		200983
Submitted by:	David Bindeman
Approved by:	re (gjb)
</content>
</entry>
</feed>
