Author: delphij
Date: Mon Apr 30 05:57:55 2018
New Revision: 333098
URL: https://svnweb.freebsd.org/changeset/base/333098
Log:
Don't bail out from the check if readboot() returns !FSFATAL.
This can happen when the fsinfo signature is invalid, and the
user have choose to fix it, in which c
Author: bcran
Date: Mon Apr 30 04:02:48 2018
New Revision: 333097
URL: https://svnweb.freebsd.org/changeset/base/333097
Log:
Add back the historical information about being mentored by rrs
Reviewed by: imp, eadler
Differential Revision:https://reviews.freebsd.org/D15230
Modified
Author: emaste
Date: Mon Apr 30 02:18:19 2018
New Revision: 333096
URL: https://svnweb.freebsd.org/changeset/base/333096
Log:
if_smsc: set MII BUSY bit to read/write PHY regs
Per the datasheet, the BUSY bit must be set when reading or writing PHY
registers. From Linux commit 80928805babf
Author: emaste
Date: Mon Apr 30 01:58:24 2018
New Revision: 333095
URL: https://svnweb.freebsd.org/changeset/base/333095
Log:
if_smsc: fix reset check
In smsc_phy_init function, when the driver was trying to reset PHY, it
didn't poll for the correct bit (BMCR_RESET) to be cleared. Instea
Author: jilles
Date: Sun Apr 29 17:46:08 2018
New Revision: 333092
URL: https://svnweb.freebsd.org/changeset/base/333092
Log:
sh: Don't have [ match any [[:class:]]
Submitted by: Robert Elz
MFC after:3 days
Added:
head/bin/sh/tests/builtins/case23.0 (contents, props changed)
Modi
Author: kib
Date: Sun Apr 29 12:43:08 2018
New Revision: 333091
URL: https://svnweb.freebsd.org/changeset/base/333091
Log:
Eliminate some vm object relocks in vm fault.
For the vm_fault_prefault() call from vm_fault_soft_fast(), extend the
scope of the object rlock to avoid re-taking it i
Author: trasz
Date: Sun Apr 29 10:45:09 2018
New Revision: 333089
URL: https://svnweb.freebsd.org/changeset/base/333089
Log:
Clean up the EXAMPLES section of usbconfig(8). This removes parts that
become redundant after documenting all the subcommands, and switches
to the new syntax, without