Author: ae
Date: Mon Apr 6 06:38:54 2020
New Revision: 359649
URL: https://svnweb.freebsd.org/changeset/base/359649
Log:
MFC r359271:
Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy
NAT instance.
The NAT44 group of opcodes for IP_FW3 socket option is modern way
Author: ae
Date: Mon Apr 6 06:34:45 2020
New Revision: 359648
URL: https://svnweb.freebsd.org/changeset/base/359648
Log:
MFC r359271:
Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroy
NAT instance.
The NAT44 group of opcodes for IP_FW3 socket option is modern way
Author: wma
Date: Mon Apr 6 05:48:58 2020
New Revision: 359647
URL: https://svnweb.freebsd.org/changeset/base/359647
Log:
Add MDIO PHY driver for NS2 ARM64 platform.
Obtained from: Semihalf
Authored by: Kornel Duleba
Approved by: wma
Differential Revision
Author: kevans
Date: Mon Apr 6 04:06:15 2020
New Revision: 359646
URL: https://svnweb.freebsd.org/changeset/base/359646
Log:
MFC r359453, r359455
r359453:
flua: enable readline bits, courtesy of libedit
This is a nicer experience when attempting to run ad-hoc lua bits in the
flua
Author: kevans
Date: Mon Apr 6 01:28:03 2020
New Revision: 359645
URL: https://svnweb.freebsd.org/changeset/base/359645
Log:
src.conf(5): re-roll after r359644 (LLVM_ASSERTIONS)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: kevans
Date: Mon Apr 6 01:27:17 2020
New Revision: 359644
URL: https://svnweb.freebsd.org/changeset/base/359644
Log:
llvm: add a build knob for enabling assertions
For head/, this will remain eternally default-on to maintain the status quo.
For stable/ branches, it should be flip
Author: rmacklem
Date: Sun Apr 5 21:08:17 2020
New Revision: 359643
URL: https://svnweb.freebsd.org/changeset/base/359643
Log:
Change the xid for client side krpc over UDP to a global value.
Without this patch, the xid used for the client side krpc requests over
UDP was initialized for e
Author: kevans
Date: Sun Apr 5 19:25:46 2020
New Revision: 359642
URL: https://svnweb.freebsd.org/changeset/base/359642
Log:
adduser: allow standard IFS characters in passwords
Notably, the default IFS contains space/tab, thus any leading/trailing
whitespace characters tend to be removed
Author: kp
Date: Sun Apr 5 17:15:20 2020
New Revision: 359641
URL: https://svnweb.freebsd.org/changeset/base/359641
Log:
bridge: Change lists to CK_LIST as a peparation for epochification
Prepare the ground for a rework of the bridge locking approach. We will
use an epoch-based approach