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
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
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/
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
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
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
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
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