svn commit: r320884 - in head: lib/libc++experimental lib/libclang_rt/stats lib/libclang_rt/stats_client lib/libdl lib/libifconfig lib/librss lib/libsysdecode targets/pseudo/userland/lib

2017-07-10 Thread Bryan Drewery
Author: bdrewery Date: Tue Jul 11 00:32:48 2017 New Revision: 320884 URL: https://svnweb.freebsd.org/changeset/base/320884 Log: DIRDEPS_BUILD: Connect more libraries. Sponsored by: Dell EMC Isilon Added: head/lib/libc++experimental/Makefile.depend (contents, props changed) head/lib/l

svn commit: r320881 - head/targets/pseudo/userland/share

2017-07-10 Thread Bryan Drewery
Author: bdrewery Date: Mon Jul 10 23:51:51 2017 New Revision: 320881 URL: https://svnweb.freebsd.org/changeset/base/320881 Log: Follow-up r318881: Disconnect groff documents. Modified: head/targets/pseudo/userland/share/Makefile.depend Modified: head/targets/pseudo/userland/share/Makefile.de

svn commit: r320882 - in head/usr.sbin: bhyve rpc.statd sesutil

2017-07-10 Thread Bryan Drewery
Author: bdrewery Date: Mon Jul 10 23:52:04 2017 New Revision: 320882 URL: https://svnweb.freebsd.org/changeset/base/320882 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: Dell EMC Isilon Modified: head/usr.sbin/bhyve/Makefile.depend head/usr.sbin/rpc.statd/Makefile.depend head

svn commit: r320883 - head/etc

2017-07-10 Thread Bryan Drewery
Author: bdrewery Date: Mon Jul 10 23:52:07 2017 New Revision: 320883 URL: https://svnweb.freebsd.org/changeset/base/320883 Log: Fix INSTALL_AS_USER after r319020. Reviewed by: vangyzen MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/etc/Makefile Modified: head/etc

svn commit: r320880 - head/sys/dev/ena

2017-07-10 Thread Zbigniew Bodek
Author: zbb Date: Mon Jul 10 22:11:30 2017 New Revision: 320880 URL: https://svnweb.freebsd.org/changeset/base/320880 Log: Fix error check for Rx mbuf allocation in ENA driver ena_alloc_rx_mbuf() will return positive error code on failure. Act accordingly. Submitted by: Krishna Yendu

svn commit: r320878 - head/sys/cam

2017-07-10 Thread Warner Losh
Author: imp Date: Mon Jul 10 21:55:19 2017 New Revision: 320878 URL: https://svnweb.freebsd.org/changeset/base/320878 Log: Move mmc_parmas to the end of the structure for better compatability. Modified: head/sys/cam/cam_ccb.h Modified: head/sys/cam/cam_ccb.h =

svn commit: r320879 - head/sys/sys

2017-07-10 Thread Warner Losh
Author: imp Date: Mon Jul 10 21:55:24 2017 New Revision: 320879 URL: https://svnweb.freebsd.org/changeset/base/320879 Log: Bump to FreeBSD_version to 1200038 for MMC CAM Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r320877 - head/sys/cam

2017-07-10 Thread Warner Losh
Author: imp Date: Mon Jul 10 21:38:26 2017 New Revision: 320877 URL: https://svnweb.freebsd.org/changeset/base/320877 Log: Kill some unnecessary noise. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c ==

Re: svn commit: r320844 - in head: etc/mtree include lib/libcam sys/amd64/conf sys/arm/broadcom/bcm2835 sys/arm/conf sys/arm/ti sys/cam sys/cam/mmc sys/cam/scsi sys/conf sys/dev/mmc sys/dev/sdhci sys/

2017-07-10 Thread Warner Losh
On Mon, Jul 10, 2017 at 10:21 AM, O. Hartmann wrote: > Am Sun, 9 Jul 2017 20:42:21 +0200 > Marius Strobl schrieb: > > > On Sun, Jul 09, 2017 at 04:57:24PM +, Warner Losh wrote: > > > Author: imp > > > Date: Sun Jul 9 16:57:24 2017 > > > New Revision: 320844 > > > URL: https://svnweb.freebsd

svn commit: r320876 - head/sys/dev/mlx4/mlx4_en

2017-07-10 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jul 10 19:26:50 2017 New Revision: 320876 URL: https://svnweb.freebsd.org/changeset/base/320876 Log: Make sure the mlx4en RX DMA ring gets stamped with software ownership in order to prevent the flow of QP to error in the firmware once UPDATE_QP is called. MFC

Re: svn commit: r320844 - in head: etc/mtree include lib/libcam sys/amd64/conf sys/arm/broadcom/bcm2835 sys/arm/conf sys/arm/ti sys/cam sys/cam/mmc sys/cam/scsi sys/conf sys/dev/mmc sys/dev/sdhci sys/

2017-07-10 Thread O. Hartmann
Am Sun, 9 Jul 2017 20:42:21 +0200 Marius Strobl schrieb: > On Sun, Jul 09, 2017 at 04:57:24PM +, Warner Losh wrote: > > Author: imp > > Date: Sun Jul 9 16:57:24 2017 > > New Revision: 320844 > > URL: https://svnweb.freebsd.org/changeset/base/320844 > > > > Log: > > An MMC/SD/SDIO stack us

svn commit: r320873 - in head/sys/arm: freescale/imx ti ti/omap4 xilinx

2017-07-10 Thread Andrew Turner
Author: andrew Date: Mon Jul 10 15:27:53 2017 New Revision: 320873 URL: https://svnweb.freebsd.org/changeset/base/320873 Log: Start to move the arm *_mp.h to be names *_machdep.h. These will be used by the reworked pl310 driver interface in https://reviews.freebsd.org/D11546 Added: head/s

svn commit: r320872 - in head: contrib/mdocml lib lib/libc/gen lib/libdl share/mk

2017-07-10 Thread Konstantin Belousov
Author: kib Date: Mon Jul 10 14:59:21 2017 New Revision: 320872 URL: https://svnweb.freebsd.org/changeset/base/320872 Log: Provide libdl. Create libdl.so.1 as a filter for libc.so.7 which exports public dl* functions. The functions are resolved from the rtld instead, the goal of creatin

svn commit: r320869 - head/sys/dev/syscons

2017-07-10 Thread Bruce Evans
Author: bde Date: Mon Jul 10 09:00:35 2017 New Revision: 320869 URL: https://svnweb.freebsd.org/changeset/base/320869 Log: Fix attribute flipping for cut marking in pixel mode. The text-mode code was used, so the lightness bit was not flipped, so the flipping was unnecessarily null in some

svn commit: r320868 - head/lib/libc/gen

2017-07-10 Thread Konstantin Belousov
Author: kib Date: Mon Jul 10 08:10:45 2017 New Revision: 320868 URL: https://svnweb.freebsd.org/changeset/base/320868 Log: Fix warnings, adjust style. Reviewed by: bdrewery, dim, emaste (as part of D11504) Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/lib/