Re: svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 s

2020-03-08 Thread O. Hartmann
On Sun, 8 Mar 2020 17:42:43 + (UTC) "Simon J. Gerraty" wrote: > Author: sjg > Date: Sun Mar 8 17:42:42 2020 > New Revision: 358744 > URL: https://svnweb.freebsd.org/changeset/base/358744 > > Log: > veloader use vectx API for kernel and modules > > The vectx API, computes the hash for ver

svn commit: r358801 - head/sys/riscv/sifive

2020-03-08 Thread Philip Paeps
Author: philip Date: Mon Mar 9 04:09:36 2020 New Revision: 358801 URL: https://svnweb.freebsd.org/changeset/base/358801 Log: fuspi: silence build warning, plug resource leak This silences an "unused label" warning as well as fixes the attach fail path that wasn't releasing resources.

svn commit: r358800 - head/sys/dev/cpufreq

2020-03-08 Thread Emmanuel Vadot
Author: manu Date: Mon Mar 9 03:34:16 2020 New Revision: 358800 URL: https://svnweb.freebsd.org/changeset/base/358800 Log: cpufreq: Unbreak build. Modified: head/sys/dev/cpufreq/cpufreq_dt.c Modified: head/sys/dev/cpufreq/cpufreq_dt.c

svn commit: r358799 - head/sys/dev/cpufreq

2020-03-08 Thread Emmanuel Vadot
Author: manu Date: Mon Mar 9 02:30:16 2020 New Revision: 358799 URL: https://svnweb.freebsd.org/changeset/base/358799 Log: cpufreq_dt: Fix r358555 Before skipping the current cpu when trying to find the ones that have the same opp, record that this one have this opp. Reported by: m

svn commit: r358798 - in head: sys/fs/fuse tests/sys/fs/fusefs

2020-03-08 Thread Alan Somers
Author: asomers Date: Mon Mar 9 01:57:21 2020 New Revision: 358798 URL: https://svnweb.freebsd.org/changeset/base/358798 Log: fusefs: fix fsync for files with multiple open handles We were reusing a structure for multiple operations, but failing to reinitialize one member. The result is

Re: svn commit: r358733 - head/sys/sys

2020-03-08 Thread Mateusz Guzik
On 3/8/20, Mateusz Guzik wrote: > Author: mjg > Date: Sun Mar 8 00:22:32 2020 > New Revision: 358733 > URL: https://svnweb.freebsd.org/changeset/base/358733 > > Log: > seqc: tidy up > > - avoid hand-rolled read > - match begin/end in terms of fence style > There were off lists questions ab

svn commit: r358797 - head/tests/sys/fs/fusefs

2020-03-08 Thread Alan Somers
Author: asomers Date: Mon Mar 9 00:14:09 2020 New Revision: 358797 URL: https://svnweb.freebsd.org/changeset/base/358797 Log: [skip ci] fix typo in comment in the fusefs tests MFC after:2 weeks Modified: head/tests/sys/fs/fusefs/notify.cc Modified: head/tests/sys/fs/fusefs/notify.c

svn commit: r358796 - stable/12/share/vt/keymaps

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:31:03 2020 New Revision: 358796 URL: https://svnweb.freebsd.org/changeset/base/358796 Log: MFC r355594: remove again nonexistent from-* entries from vt INDEX.keymaps PR: 235564, 235853 Modified: stable/12/share/vt/keymaps/INDEX.keymaps Directo

svn commit: r358795 - in stable/12/share/vt: fonts keymaps

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:26:21 2020 New Revision: 358795 URL: https://svnweb.freebsd.org/changeset/base/358795 Log: MFC r355592: Add Danish translation for vt font and keymap INDEX files Also sort some entries into the correct location, correct MacBook capitalization, etc.

svn commit: r358794 - stable/11/sys/netpfil/pf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:22:54 2020 New Revision: 358794 URL: https://svnweb.freebsd.org/changeset/base/358794 Log: MFC r350468: pf: zero (another) output buffer in pfioctl Avoid potential structure padding leak. r350294 identified a leak via static analysis; although there's n

svn commit: r358793 - stable/12/sys/netpfil/pf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:22:18 2020 New Revision: 358793 URL: https://svnweb.freebsd.org/changeset/base/358793 Log: MFC r350468: pf: zero (another) output buffer in pfioctl Avoid potential structure padding leak. r350294 identified a leak via static analysis; although there's n

svn commit: r358792 - stable/11/sys/netpfil/pf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:21:04 2020 New Revision: 358792 URL: https://svnweb.freebsd.org/changeset/base/358792 Log: MFC r350294: pf: zero output buffer in pfioctl Avoid potential structure padding leak. Reported by: Vlad Tsyrklevich Security: Potential kernel memory d

svn commit: r358791 - stable/12/sys/netpfil/pf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:20:24 2020 New Revision: 358791 URL: https://svnweb.freebsd.org/changeset/base/358791 Log: MFC r350294: pf: zero output buffer in pfioctl Avoid potential structure padding leak. Reported by: Vlad Tsyrklevich Security: Potential kernel memory d

svn commit: r358790 - stable/12/sys/vm

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 23:19:09 2020 New Revision: 358790 URL: https://svnweb.freebsd.org/changeset/base/358790 Log: MFC r349697: correct pmap_ts_referenced return type pmap_ts_referenced returns a count, not a boolean, and is supposed to have int as the return type not boolean_t

svn commit: r358789 - head/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:30:55 2020 New Revision: 358789 URL: https://svnweb.freebsd.org/changeset/base/358789 Log: arch.7: remove note about GCC 4.2.1 removal date GCC 4.2.1 was removed in r358454. Sponsored by: The FreeBSD Foundation Modified: head/share/man/man7/arch.7

svn commit: r358788 - head/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:25:36 2020 New Revision: 358788 URL: https://svnweb.freebsd.org/changeset/base/358788 Log: arch.7: remove sparc64 references sparc64 was removed from the tree, so remove references here (except for the supported release table). Sponsored by: The Fre

svn commit: r358787 - stable/12/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:21:47 2020 New Revision: 358787 URL: https://svnweb.freebsd.org/changeset/base/358787 Log: MFC r354468: arch.7: claim 12.x as the last architecture with sparc64 support PR: 228919, 233405, 236839, 239851 Modified: stable/12/share/man/man7/arch

svn commit: r358786 - stable/12/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:19:46 2020 New Revision: 358786 URL: https://svnweb.freebsd.org/changeset/base/358786 Log: MFC r339647: arch.7: update final ia64 release to 10.4 10.4 is the final release from stable/10. Modified: stable/12/share/man/man7/arch.7 Directory Properties:

svn commit: r358785 - stable/12/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:15:59 2020 New Revision: 358785 URL: https://svnweb.freebsd.org/changeset/base/358785 Log: MFC r339608: arch.7: first appeared in FreeBSD 11.1 Modified: stable/12/share/man/man7/arch.7 Directory Properties: stable/12/ (props changed) Modified: stable/12

svn commit: r358784 - stable/12/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:14:41 2020 New Revision: 358784 URL: https://svnweb.freebsd.org/changeset/base/358784 Log: MFC r351121: arch.7: arm (i.e., v5) removed before 13.0 Modified: stable/12/share/man/man7/arch.7 Directory Properties: stable/12/ (props changed) Modified: stabl

svn commit: r358783 - stable/12/usr.bin/elfdump

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:11:49 2020 New Revision: 358783 URL: https://svnweb.freebsd.org/changeset/base/358783 Log: MFC r340169 (brooks): elfdump: Add -E to test if a file is an ELF binary. This is intended to replace potentially unreliable checks like: file -b $1 | grep

svn commit: r358782 - stable/12/usr.bin/elfdump

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:10:16 2020 New Revision: 358782 URL: https://svnweb.freebsd.org/changeset/base/358782 Log: MFC r343610: elfdump: include note type names Based on a patch submitted by Dan McGregor. - MFC r343611: elfdump: fix build after r343610 - MFC r343613: elfd

svn commit: r358781 - stable/12/usr.bin/elfdump

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:07:21 2020 New Revision: 358781 URL: https://svnweb.freebsd.org/changeset/base/358781 Log: MFC r343609: elfdump: whitespace fixup in advance of other changes Modified: stable/12/usr.bin/elfdump/elfdump.c Directory Properties: stable/12/ (props changed)

svn commit: r358780 - stable/12/tools/tools/controlelf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 21:02:35 2020 New Revision: 358780 URL: https://svnweb.freebsd.org/changeset/base/358780 Log: Add tool to modify ELF binary feature control bits MFC r352797: Add tool to modify ELF binary feature control bits This will allow feature control bits (e.g. fo

svn commit: r358779 - in stable/12: contrib/elftoolchain contrib/elftoolchain/addr2line contrib/elftoolchain/common contrib/elftoolchain/elfcopy contrib/elftoolchain/elfdump contrib/elftoolchain/li...

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 20:40:38 2020 New Revision: 358779 URL: https://svnweb.freebsd.org/changeset/base/358779 Log: MFC r355413: Update ELF Tool Chain to upstream r3769 This contains many small bugfixes and documentation improvements. Sponsored by: The FreeBSD Foundation Add

svn commit: r358778 - stable/12/contrib/elftoolchain/readelf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 20:35:00 2020 New Revision: 358778 URL: https://svnweb.freebsd.org/changeset/base/358778 Log: readelf: hoist file opening out of dump_object Diff reduction with HEAD to facilitate other MFCs. Modified: stable/12/contrib/elftoolchain/readelf/readelf.c Modi

svn commit: r358777 - stable/12/contrib/elftoolchain/strings

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 20:09:19 2020 New Revision: 358777 URL: https://svnweb.freebsd.org/changeset/base/358777 Log: MFC r340746, r340750 (oshogbo): strings: fix style nits Modified: stable/12/contrib/elftoolchain/strings/strings.c Directory Properties: stable/12/ (props changed)

svn commit: r358776 - stable/12/contrib/elftoolchain/libdwarf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 20:05:34 2020 New Revision: 358776 URL: https://svnweb.freebsd.org/changeset/base/358776 Log: MFC r348347 (jhibbits): libdwarf: add missing powerpc64 relocation support Due to missing relocation support in libdwarf for powerpc64, handling of dwarf info on u

svn commit: r358775 - stable/12/contrib/elftoolchain/readelf

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 20:03:17 2020 New Revision: 358775 URL: https://svnweb.freebsd.org/changeset/base/358775 Log: MFC r354842 (jhibbits): readelf: add PowerPC VMX and VSX note decode Modified: stable/12/contrib/elftoolchain/readelf/readelf.c Directory Properties: stable/12/ (p

svn commit: r358774 - stable/12/share/man/man7

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 19:57:01 2020 New Revision: 358774 URL: https://svnweb.freebsd.org/changeset/base/358774 Log: MFC r341653: hier.7: add /lib/casper directory Reported by: imp Sponsored by: The FreeBSD Foundation Modified: stable/12/share/man/man7/hier.7 Directory Proper

svn commit: r358773 - in stable/12: crypto/openssh secure/usr.bin/ssh

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 19:49:17 2020 New Revision: 358773 URL: https://svnweb.freebsd.org/changeset/base/358773 Log: MFC r345579 by des: Add workaround for a QoS-related bug in VMWare Workstation Submitted by: yuripv Modified: stable/12/crypto/openssh/readconf.c stable/12/secu

Re: svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 s

2020-03-08 Thread Simon J. Gerraty via svn-src-all
Sorry, this header was in the diff I checked just before commit, but somehow it got left behind. Should be fixed now. r358767 Ed Maste wrote: > On Sun, 8 Mar 2020 at 13:42, Simon J. Gerraty wrote: > > > > Author: sjg > > Date: Sun Mar 8 17:42:42 2020 > > New Revision: 358744 > > URL: > > htt

svn commit: r358767 - head/stand/common

2020-03-08 Thread Simon J. Gerraty
Author: sjg Date: Sun Mar 8 18:48:01 2020 New Revision: 358767 URL: https://svnweb.freebsd.org/changeset/base/358767 Log: veloader use vectx API for kernel and modules The vectx API, computes the hash for verifying a file as it is read. This avoids the overhead of reading files twice - o

Re: svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 s

2020-03-08 Thread Ed Maste
On Sun, 8 Mar 2020 at 13:42, Simon J. Gerraty wrote: > > Author: sjg > Date: Sun Mar 8 17:42:42 2020 > New Revision: 358744 > URL: https://svnweb.freebsd.org/changeset/base/358744 > > Log: > veloader use vectx API for kernel and modules CI reports the build is now broken: 18:12:46 --- geliboot

svn commit: r358763 - stable/12/lib/libcompiler_rt

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:23:41 2020 New Revision: 358763 URL: https://svnweb.freebsd.org/changeset/base/358763 Log: MFC r351040: compiler-rt: enable __bswapsi2/__bswapdi2 for RISC-V As with other archs the compiler may emit calls to the byte swap routines under certain condition

svn commit: r358762 - stable/12/sys/dev/usb/net

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:22:36 2020 New Revision: 358762 URL: https://svnweb.freebsd.org/changeset/base/358762 Log: MFC r349602: if_muge: set IFCAP_VLAN_MTU to maintain 1500 MTU with vlan use PR: 238665 Submitted by: Ralf Modified: stable/12/sys/dev/usb/net/if_muge

svn commit: r358761 - stable/12/sys/compat/linux

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:21:04 2020 New Revision: 358761 URL: https://svnweb.freebsd.org/changeset/base/358761 Log: MFC r349751: Update Linux compat version to 2.6.36 New system calls between 2.6.32 and 2.6.26 are already implemented. This should be mostly NFC as far as conte

svn commit: r358759 - in stable/12/share: syscons/fonts syscons/keymaps vt/keymaps

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:15:34 2020 New Revision: 358759 URL: https://svnweb.freebsd.org/changeset/base/358759 Log: MFC r355583: strip trailing whitespace from font and keymap INDEX files PR: 235853 Submitted by: scootergrisen gmail com Modified: stable/12/share/sys

svn commit: r358758 - stable/12/share/vt/keymaps

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:14:45 2020 New Revision: 358758 URL: https://svnweb.freebsd.org/changeset/base/358758 Log: MFC r355585: remove nonexistent from-* entries from vt INDEX.keymaps A number of entries of the form "de.kbd.from-cp850" existed in vt's INDEX.keymaps, added in r2

svn commit: r358757 - stable/11/usr.sbin/kbdmap

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:13:40 2020 New Revision: 358757 URL: https://svnweb.freebsd.org/changeset/base/358757 Log: MFC r355614: kbdmap: allow INDEX.keymaps to provide the dialog title Previously kbdmap had a localized menu heading ("Choose your keyboard layout") but not the dia

svn commit: r358756 - stable/12/usr.sbin/kbdmap

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:13:16 2020 New Revision: 358756 URL: https://svnweb.freebsd.org/changeset/base/358756 Log: MFC r355614: kbdmap: allow INDEX.keymaps to provide the dialog title Previously kbdmap had a localized menu heading ("Choose your keyboard layout") but not the dia

svn commit: r358754 - stable/12/share/mk

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:12:07 2020 New Revision: 358754 URL: https://svnweb.freebsd.org/changeset/base/358754 Log: MFC r355943: add LDNS build knob dependency on OPENSSL Sponsored by: The FreeBSD Foundation Modified: stable/12/share/mk/src.opts.mk Directory Properties: stabl

svn commit: r358753 - stable/11/sys/sys

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:11:15 2020 New Revision: 358753 URL: https://svnweb.freebsd.org/changeset/base/358753 Log: MFC r357056: add MIPS-specific PT header ELF definitions Submitted by: David Carlier Modified: stable/11/sys/sys/elf_common.h Directory Properties: stable/11/

svn commit: r358752 - stable/12/sys/sys

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:10:41 2020 New Revision: 358752 URL: https://svnweb.freebsd.org/changeset/base/358752 Log: MFC r357056: add MIPS-specific PT header ELF definitions Submitted by: David Carlier Modified: stable/12/sys/sys/elf_common.h Directory Properties: stable/12/

svn commit: r358751 - stable/12/lib/libc/locale

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:09:41 2020 New Revision: 358751 URL: https://svnweb.freebsd.org/changeset/base/358751 Log: MFC r355914: localeconv: correct grouping and mon_grouping per C/POSIX grouping and mon_grouping should be "" in the C locale. PR: 172215 Sponsored

svn commit: r358750 - stable/12/lib/libfetch

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:08:45 2020 New Revision: 358750 URL: https://svnweb.freebsd.org/changeset/base/358750 Log: MFC r357579: libfetch: disallow invalid escape sequences Per RFC1738 escape is "% hex hex"; other sequences do not form a valid URL. Suggested by: Matthew Dillo

svn commit: r358749 - stable/12/share/man/man5

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:07:33 2020 New Revision: 358749 URL: https://svnweb.freebsd.org/changeset/base/358749 Log: regen src.conf.5 after BINUTILS option description MFCs Sponsored by: The FreeBSD Foundation Modified: stable/12/share/man/man5/src.conf.5 Modified: stable/12/sh

svn commit: r358748 - stable/12/tools/build/options

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 18:05:17 2020 New Revision: 358748 URL: https://svnweb.freebsd.org/changeset/base/358748 Log: MFC r356759, r356890, r357617: BINUTILS option description updates Sponsored by: The FreeBSD Foundation Modified: stable/12/tools/build/options/WITHOUT_BINUTILS

svn commit: r358747 - in stable/12/sys: compat/freebsd32 kern

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 17:59:46 2020 New Revision: 358747 URL: https://svnweb.freebsd.org/changeset/base/358747 Log: regen sysent after capability mode change MFCs Capability mode changes allowing fdatasync and getloginclass. Sponsored by: The FreeBSD Foundation Modified: s

svn commit: r358746 - stable/12/sys/kern

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 17:58:36 2020 New Revision: 358746 URL: https://svnweb.freebsd.org/changeset/base/358746 Log: MFC r357838: Allow getloginclass in capability mode As with e.g. getgroups and getlogin it allows querying current process credential state. Reported by: sig

svn commit: r358745 - stable/12/sys/kern

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 17:56:44 2020 New Revision: 358745 URL: https://svnweb.freebsd.org/changeset/base/358745 Log: MFC r357831: Allow fdatasync in capability mode fdatasync is essentially a subset of fsync (and may be exactly fsync, depending on filesystem and development effor

svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 st...

2020-03-08 Thread Simon J. Gerraty
Author: sjg Date: Sun Mar 8 17:42:42 2020 New Revision: 358744 URL: https://svnweb.freebsd.org/changeset/base/358744 Log: veloader use vectx API for kernel and modules The vectx API, computes the hash for verifying a file as it is read. This avoids the overhead of reading files twice - o

svn commit: r358743 - stable/11/lib/libc/sys

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 16:55:34 2020 New Revision: 358743 URL: https://svnweb.freebsd.org/changeset/base/358743 Log: MFC r358675: umtx_op.2: correct typo PR: 244611 Modified: stable/11/lib/libc/sys/_umtx_op.2 Directory Properties: stable/11/ (props changed) Modifi

svn commit: r358742 - stable/12/lib/libc/sys

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 16:54:55 2020 New Revision: 358742 URL: https://svnweb.freebsd.org/changeset/base/358742 Log: umtx_op.2: correct typo PR: 244611 Modified: stable/12/lib/libc/sys/_umtx_op.2 Directory Properties: stable/12/ (props changed) Modified: stable/12

svn commit: r358741 - stable/9/lib/libfetch

2020-03-08 Thread Ed Maste
Author: emaste Date: Sun Mar 8 16:53:46 2020 New Revision: 358741 URL: https://svnweb.freebsd.org/changeset/base/358741 Log: MFC r357212: libfetch: fix urldecode buffer overrun Reported by: Duncan Overbruck Security: CVE-2020-7450 Modified: stable/9/lib/libfetch/fetch.c Directory

svn commit: r358740 - stable/11/sys/netinet

2020-03-08 Thread Michael Tuexen
Author: tuexen Date: Sun Mar 8 14:48:32 2020 New Revision: 358740 URL: https://svnweb.freebsd.org/changeset/base/358740 Log: MFC r358614: Don't send an uninitialised traffic class in the IPv6 header, when sending a TCP segment from the TCP SYN cache (like a SYN-ACK). This fix initialis

svn commit: r358739 - stable/12/sys/netinet

2020-03-08 Thread Michael Tuexen
Author: tuexen Date: Sun Mar 8 14:48:21 2020 New Revision: 358739 URL: https://svnweb.freebsd.org/changeset/base/358739 Log: MFC r358614: Don't send an uninitialised traffic class in the IPv6 header, when sending a TCP segment from the TCP SYN cache (like a SYN-ACK). This fix initialis

svn commit: r358738 - in head/sys/dev/usb: . controller

2020-03-08 Thread Hans Petter Selasky
Author: hselasky Date: Sun Mar 8 13:24:34 2020 New Revision: 358738 URL: https://svnweb.freebsd.org/changeset/base/358738 Log: Remove the power bit from the super speed root hub port status register because it clobbers the super speed link status when a device is in super speed mode. Curren