svn commit: r338342 - head/tools/bsdbox

2018-08-27 Thread Kyle Evans
Author: kevans Date: Mon Aug 27 19:34:50 2018 New Revision: 338342 URL: https://svnweb.freebsd.org/changeset/base/338342 Log: Fix bsdbox build WITH_OFED hostapd requires libpcap, which links against libmlx5 and libibverbs when building WITH_OFED. These were not pulled in to bsdbox and mos

svn commit: r338341 - head/sys/netinet6

2018-08-27 Thread Andrew Gallatin
Author: gallatin Date: Mon Aug 27 18:13:20 2018 New Revision: 338341 URL: https://svnweb.freebsd.org/changeset/base/338341 Log: Reject IPv4 SO_REUSEPORT_LB groups when looking up an IPv6 listening socket Similar to how the IPv4 code will reject an IPv6 LB group, we must ignore IPv4 LB gro

Re: svn commit: r337943 - head/sys/net

2018-08-27 Thread Navdeep Parhar
On Mon, Aug 27, 2018 at 12:18:02PM +0200, Hans Petter Selasky wrote: > On 8/17/18 3:03 AM, Navdeep Parhar wrote: > > Author: np > > Date: Fri Aug 17 01:03:23 2018 > > New Revision: 337943 > > URL: https://svnweb.freebsd.org/changeset/base/337943 > > > > Log: > >if_vlan(4): A VLAN always has a

svn commit: r338340 - head/usr.bin/xinstall

2018-08-27 Thread Kirk McKusick
Author: mckusick Date: Mon Aug 27 15:20:42 2018 New Revision: 338340 URL: https://svnweb.freebsd.org/changeset/base/338340 Log: When doing a -S "safe copy", the install command should do an fsync(2) system call after copying the installed file to ensure that it is on stable storage. PR:

svn commit: r338337 - in head/stand/efi: boot1 loader/arch/arm64

2018-08-27 Thread Andrew Turner
Author: andrew Date: Mon Aug 27 11:14:49 2018 New Revision: 338337 URL: https://svnweb.freebsd.org/changeset/base/338337 Log: Ensure we have a large enough stack for the lua loader Lua has a few places where it allocates a large buffer on the stack. This is normally fine, except there are

Re: svn commit: r337497 - in head: . contrib/mdocml contrib/tnftp/src etc/root share/skel tools/tools/nanobsd/pcengines/Files/root tools/tools/nanobsd/rescue/Files/root usr.bin/mail usr.bin/man usr.bi

2018-08-27 Thread Dmitry Morozovsky
On Fri, 24 Aug 2018, Kyle Evans wrote: [snip] > >> Any chance you'd consider `less -E` for mergemaster, instead of > >> unsalted less? After going through a second round of updates since > >> this, that one feels super repetitive as you end up with two > >> keystrokes at the end per file that dif

Re: svn commit: r337943 - head/sys/net

2018-08-27 Thread Hans Petter Selasky
On 8/17/18 3:03 AM, Navdeep Parhar wrote: Author: np Date: Fri Aug 17 01:03:23 2018 New Revision: 337943 URL: https://svnweb.freebsd.org/changeset/base/337943 Log: if_vlan(4): A VLAN always has a PCP and its ifnet's if_pcp should be set to the PCP value in use instead of IFNET_PCP_NONE.

svn commit: r338336 - head/sys/arm/arm

2018-08-27 Thread Andrew Turner
Author: andrew Date: Mon Aug 27 10:08:27 2018 New Revision: 338336 URL: https://svnweb.freebsd.org/changeset/base/338336 Log: Use the correct register when storing the arm VFP state. Previously we have been lucky where the state was already in r0, however this is not guaranteed. Use the p

svn commit: r338335 - stable/11/sys/vm

2018-08-27 Thread Konstantin Belousov
Author: kib Date: Mon Aug 27 09:39:34 2018 New Revision: 338335 URL: https://svnweb.freebsd.org/changeset/base/338335 Log: MFC r337714: Prevent some parallel swap-ins, rate-limit swapper swap-ins. Modified: stable/11/sys/vm/vm_swapout.c Directory Properties: stable/11/ (props changed)

svn commit: r338334 - stable/11/usr.sbin/newsyslog

2018-08-27 Thread Ed Schouten
Author: ed Date: Mon Aug 27 07:32:41 2018 New Revision: 338334 URL: https://svnweb.freebsd.org/changeset/base/338334 Log: MFC r336086: Use the FQDN in the newsyslog log message when RFC 5424 is enabled. The RFC 5424 spec mentions that logging FQDNs over short hostnames is prefe