Author: avg
Date: Thu May 3 07:22:24 2018
New Revision: 333196
URL: https://svnweb.freebsd.org/changeset/base/333196
Log:
MFC r332426: allow ZFS pool to have temporary name for duration of current
import
The change adds -t option to zpool create and -t option to zpool
import in its for
Author: avg
Date: Thu May 3 07:28:49 2018
New Revision: 333198
URL: https://svnweb.freebsd.org/changeset/base/333198
Log:
MFC r332559: mountd: fix a crash when getgrouplist reports too many groups
Sponsored by: Panzura
Modified:
stable/10/usr.sbin/mountd/mountd.c
Directory Properties:
Author: avg
Date: Thu May 3 07:34:10 2018
New Revision: 333201
URL: https://svnweb.freebsd.org/changeset/base/333201
Log:
MFC r332730: don't check for kdb reentry in trap_fatal(), it's impossible
Sponsored by: Panzura
Modified:
stable/10/sys/amd64/amd64/trap.c
stable/10/sys/i386/i386/
Author: avg
Date: Thu May 3 07:37:49 2018
New Revision: 333202
URL: https://svnweb.freebsd.org/changeset/base/333202
Log:
follow-up to r333201 for powerpc, no kdb_active check in trap_fatal
This is a direct commit as there are two copies of trap_fatal for
powerpc in this branch.
Spo
Author: hselasky
Date: Thu May 3 07:38:45 2018
New Revision: 333203
URL: https://svnweb.freebsd.org/changeset/base/333203
Log:
MFC r333100:
Improve fix in r304629 by allowing configuration of the behaviour
through a SYSCTL instead of a compile time define.
Add quirk by default for all
Author: avg
Date: Thu May 3 07:57:08 2018
New Revision: 333205
URL: https://svnweb.freebsd.org/changeset/base/333205
Log:
MFC r332752: set kdb_why to "trap" when calling kdb_trap from trap_fatal
This will allow to hook a ddb script to "kdb.enter.trap" event.
Previously there was no speci
Author: marius
Date: Thu May 3 15:41:04 2018
New Revision: 333214
URL: https://svnweb.freebsd.org/changeset/base/333214
Log:
MFC: r327312, r327842, r327865
- Add initial support for Intel Ice Lake and Cannon Lake Ethernet MACs.
- Add workaround for Intel Sky Lake and Kabby Lake Ethernet
Author: marius
Date: Thu May 3 15:47:49 2018
New Revision: 333216
URL: https://svnweb.freebsd.org/changeset/base/333216
Log:
MFC: r330803
Use FALLTHROUGH.
Modified:
stable/10/sys/dev/e1000/e1000_82575.c
stable/10/sys/dev/e1000/e1000_mbx.c
stable/10/sys/dev/e1000/e1000_phy.c
stable