<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2019-07-03T00:02:16Z</updated>
<entry>
<title>Fix kernel stack disclosure in UFS/FFS.</title>
<updated>2019-07-03T00:02:16Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2019-07-03T00:02:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f03f2c50ecd3a0da06452737d2643375cc82071'/>
<id>urn:sha1:8f03f2c50ecd3a0da06452737d2643375cc82071</id>
<content type='text'>
Approved by:	so
Security:	FreeBSD-SA-19:10.ufs
Security:	CVE-2019-5601
</content>
</entry>
<entry>
<title>MFC: r334443 (by cem@) MF stable/11: r334787</title>
<updated>2018-06-07T15:51:23Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2018-06-07T15:51:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5de478ffc6a5a8f8eba8e74962d608b9fd76d974'/>
<id>urn:sha1:5de478ffc6a5a8f8eba8e74962d608b9fd76d974</id>
<content type='text'>
dhclient(8): allow to supersede interface-mtu option

In some cases broken DHCP servers might send invalid MTU value, so allow to
use 'supersede' in dhclient.conf to override this. When superseded value is
0, MTU value is not updated at all.

PR:		206721
Submitted by:	novel@
Reported by:	&lt;jimp AT pfsense.org&gt;
Approved by:	re (gjb)
Relnotes:	yes (potentially surprising behavior change w/ broken dhcpd mtu)
Differential Revision:	https://reviews.freebsd.org/D15484
</content>
</entry>
<entry>
<title>MFC r315733, r315737, r315740, r330054:</title>
<updated>2018-05-18T14:57:58Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2018-05-18T14:57:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d678f231487ad6555cc4f20e1cf202908cd1541'/>
<id>urn:sha1:6d678f231487ad6555cc4f20e1cf202908cd1541</id>
<content type='text'>
 r315733 (imp):
  Impelemnt ttys onifexists in init.

  Implement a new init(8) option in /etc/ttys. If this option is present
  on the entry in /etc/ttys, the entry will be active if and only if it
  exists.  If the name starts with a '/', it will be considered an
  absolute path. If not, it will be a path relative to /dev.

  This allows one to turn off video console getty that aren't present
  (while running a getty on them even when they aren't the system
  console). Likewise with serial ports.

  It differs from onifconsole in only requiring the device exist rather
  than it be listed as one of the system consoles.

 r315737 (ngie):
  Unbreak world by adding sys/stat.h for stat(2)

 r315740 (imp):
  Simplify the code a little.

 r330054 (trasz):
  Improve missing tty handling in init(8).  This removes a check that did
  nothing - it was checking for ENXIO, which, with devfs, is no longer
  returned - and was badly placed anyway, and replaces it with similar
  one that works, and is done just before starting getty, instead of being
  done when rereading ttys(5).

  From the practical point of view, this makes init(8) handle disappearing
  terminals (eg /dev/ttyU*) gracefully, without unneccessary getty restarts
  and resulting error messages.

Reported by:	Bart Ender, Andre Albsmeier
PR:		228315
Blocks:		11.2-BETA2
Approved by:	re (marius)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r333458:</title>
<updated>2018-05-17T10:01:47Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2018-05-17T10:01:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29c942be37524bac48bd2c90b81295fbeea1fed3'/>
<id>urn:sha1:29c942be37524bac48bd2c90b81295fbeea1fed3</id>
<content type='text'>
  Fix the printing of rule comments.

  Change uint8_t type of opcode argument to int in the print_opcode()
  function. Use negative value to print the rest of opcodes, because
  zero value is O_NOP, and it can't be uses for this purpose.

  Reported by:	lev
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r326571:  ifconfig(8): Display extended compliance code string for SFP transceivers</title>
<updated>2018-05-07T21:26:05Z</updated>
<author>
<name>Eric Joyner</name>
<email>erj@FreeBSD.org</email>
</author>
<published>2018-05-07T21:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba8492349d72c10de5a1f8ebb781df47cd553860'/>
<id>urn:sha1:ba8492349d72c10de5a1f8ebb781df47cd553860</id>
<content type='text'>
Approved by:	re (marius, gjb)
</content>
</entry>
<entry>
<title>MFC r333084:</title>
<updated>2018-05-02T20:15:02Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2018-05-02T20:15:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de567f087a1400dd44d894c8583dd9d31bc09350'/>
<id>urn:sha1:de567f087a1400dd44d894c8583dd9d31bc09350</id>
<content type='text'>
pfctl: Don't break connections on skipped interfaces on reload

On reload we used to first flush everything, including the list of skipped
interfaces.  This can lead to termination of these connections if they send
packets before the new configuration is applied.

Note that this doesn't currently happen on 12 or 11, because of special EACCES
handling introduced in r315514. This special behaviour in tcp_output() may
change, hence the fix in pfctl.

PR:		214613
Submitted by:	Andreas Longwitz &lt;longwitz at incore.de&gt;
</content>
</entry>
<entry>
<title>MFC r331622:</title>
<updated>2018-04-25T12:21:13Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-04-25T12:21:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=400bace9d157dedbe2b42fe4a2b38f5dec368842'/>
<id>urn:sha1:400bace9d157dedbe2b42fe4a2b38f5dec368842</id>
<content type='text'>
Allow to specify PCP on packets not belonging to any VLAN.

Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC r332403:</title>
<updated>2018-04-19T15:07:53Z</updated>
<author>
<name>Oleg Bulyzhin</name>
<email>oleg@FreeBSD.org</email>
</author>
<published>2018-04-19T15:07:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c437fbbf07e41a40a07d927e2025bfade27673f'/>
<id>urn:sha1:3c437fbbf07e41a40a07d927e2025bfade27673f</id>
<content type='text'>
Fix a typo.
</content>
</entry>
<entry>
<title>MFC r332451:</title>
<updated>2018-04-19T10:08:28Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2018-04-19T10:08:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e97c8c07f5204afc132623c1b69b6b31a71a57a'/>
<id>urn:sha1:3e97c8c07f5204afc132623c1b69b6b31a71a57a</id>
<content type='text'>
  Fix indenting in ipv6.c file, use tabs instead of mixing tabs and spaces.
</content>
</entry>
<entry>
<title>MFC r332449:</title>
<updated>2018-04-19T10:06:53Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2018-04-19T10:06:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fc5d666d91a50bf991a3dc64e58e67fa0955c1f'/>
<id>urn:sha1:6fc5d666d91a50bf991a3dc64e58e67fa0955c1f</id>
<content type='text'>
  Remove printing of "not" keyword from print_ip6() function.

  After r331668 handling of F_NOT flag done in one place by
  print_instruction() function. Also remove unused argument from
  print_ip[6]() functions.
</content>
</entry>
</feed>
