svn commit: r354144 - head/contrib/netbsd-tests/lib/libexecinfo

2019-10-28 Thread Li-Wen Hsu
Author: lwhsu Date: Tue Oct 29 04:28:24 2019 New Revision: 354144 URL: https://svnweb.freebsd.org/changeset/base/354144 Log: Temporarily disable failing case in CI: - lib.libexecinfo.backtrace_test.backtrace_fmt_basic PR: 241562 Sponsored by: The FreeBSD Foundation Modifie

svn commit: r354143 - head/sys/dev/sound/pci/hda

2019-10-28 Thread Scott Long
Author: scottl Date: Mon Oct 28 23:31:22 2019 New Revision: 354143 URL: https://svnweb.freebsd.org/changeset/base/354143 Log: Add device IDs for the next generation of Intel HDA audio. MFC after:3 days Modified: head/sys/dev/sound/pci/hda/hdac.c head/sys/dev/sound/pci/hda/hdac.h

svn commit: r354140 - head/usr.bin/fstat

2019-10-28 Thread Jeremie Le Hen
Author: jlh Date: Mon Oct 28 21:48:20 2019 New Revision: 354140 URL: https://svnweb.freebsd.org/changeset/base/354140 Log: Grammar fix. Reported by: imp Differential Revision:https://reviews.freebsd.org/D21880 Modified: head/usr.bin/fstat/fstat.1 Modified: head/usr.bin/fstat/

svn commit: r354139 - head/share/man/man4

2019-10-28 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Oct 28 21:22:46 2019 New Revision: 354139 URL: https://svnweb.freebsd.org/changeset/base/354139 Log: Document the fact that Linux binaries depend on pty(4). The source part of the review will be addressed in a different way. Reviewed by: emaste, brooks MFC af

svn commit: r354138 - in head: . tools/build

2019-10-28 Thread Simon J. Gerraty
Author: sjg Date: Mon Oct 28 20:45:29 2019 New Revision: 354138 URL: https://svnweb.freebsd.org/changeset/base/354138 Log: Building head on stable/11 requires libzstd Add lib/libzstd to _elftoolchain_libs tools/build/Makefile needs to create the install dir for libzstd Since this wou

svn commit: r354137 - head/sys/dev/netmap

2019-10-28 Thread Vincenzo Maffione
Author: vmaffione Date: Mon Oct 28 19:00:27 2019 New Revision: 354137 URL: https://svnweb.freebsd.org/changeset/base/354137 Log: netmap: enter NET_EPOCH on generic txsync After r353292, netmap generic adapter on if_vlan interfaces panics on asserting the NET_EPOCH. In more detail, this ha

svn commit: r354135 - head/contrib/netbsd-tests/lib/libexecinfo

2019-10-28 Thread Conrad Meyer
Author: cem Date: Mon Oct 28 17:12:45 2019 New Revision: 354135 URL: https://svnweb.freebsd.org/changeset/base/354135 Log: Remove bogus requirement from libexecinfo test The bogus requirement was causing CI infrastructure (which does not mount procfs) to skip the test. Procfs has not bee

svn commit: r354132 - head/sys/amd64/amd64

2019-10-28 Thread Konstantin Belousov
Author: kib Date: Mon Oct 28 10:50:37 2019 New Revision: 354132 URL: https://svnweb.freebsd.org/changeset/base/354132 Log: Fix reset of the kernel stack pointer in TSS for !PTI case on pmap activation after r354095. Reported and tested by: pho Sponsored by: The FreeBSD Foundation