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
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.
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
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
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:
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
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
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