Author: hselasky
Date: Thu May 11 13:50:16 2017
New Revision: 318187
URL: https://svnweb.freebsd.org/changeset/base/318187
Log:
MFC r317584:
Correct manual page link to usbdi(9).
Modified:
stable/10/share/man/man4/usb.4
Directory Properties:
stable/10/ (props changed)
Modified: stable/
Author: jhb
Date: Thu May 11 17:26:34 2017
New Revision: 318192
URL: https://svnweb.freebsd.org/changeset/base/318192
Log:
MFC 313407,313449: Copy ELF machine/flags from binaries to core dumps.
313407:
Copy the e_machine and e_flags fields from the binary into an ELF core dump.
In th
18198)
@@ -16,6 +16,13 @@ from older versions of FreeBSD, try WITH
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20170511:
+ The mmcsd.ko module now additionally depends on geom_flashmap.ko.
+ Also, mmc.ko and m
Author: marius
Date: Thu May 11 21:13:06 2017
New Revision: 318200
URL: https://svnweb.freebsd.org/changeset/base/318200
Log:
MFC: r315431
- Adds macros for the content of SDHCI_ADMA_ERR and SDHCI_HOST_CONTROL2
registers.
- Add slot type capability bits. These bits should allow recogn
Author: cy
Date: Fri May 12 02:12:03 2017
New Revision: 318203
URL: https://svnweb.freebsd.org/changeset/base/318203
Log:
Ifdef out a redundant if statement when INET6 is disabled.
Modified:
stable/10/contrib/ipfilter/tools/ippool.c
Directory Properties:
stable/10/ (props changed)
Change
Author: cy
Date: Fri May 12 02:26:39 2017
New Revision: 318205
URL: https://svnweb.freebsd.org/changeset/base/318205
Log:
Revert r318203: Neglected to put "MFC 318203:" in the log.
Pointy hat to:cy
Modified:
stable/10/contrib/ipfilter/tools/ippool.c
Directory Properties:
stable
Author: cy
Date: Fri May 12 02:32:01 2017
New Revision: 318206
URL: https://svnweb.freebsd.org/changeset/base/318206
Log:
MFC 317830:
Ifdef out a redundant if statement when INET6 is disabled.
Modified:
stable/10/contrib/ipfilter/tools/ippool.c
Directory Properties:
stable/10/ (props
Author: sephe
Date: Fri May 12 03:44:20 2017
New Revision: 318208
URL: https://svnweb.freebsd.org/changeset/base/318208
Log:
MFC 317786
pcicfg: Fix direct calls of pci_cfg{read,write} on systems w/o PCI host
bridge.
Reported by:dexuan@
Reviewed by:jhb@
Spon