svn commit: r322827 - head/sys/boot/fdt/dts/arm

2017-08-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Aug 24 02:08:52 2017 New Revision: 322827 URL: https://svnweb.freebsd.org/changeset/base/322827 Log: Add "xlnx,zynq-7000" to zedboard and zybo compatible property This property is required to boot CURRENT on zedboard and zybo PR: 221208 Submitted

Re: svn commit: r322763 - head/lib/libc/amd64/sys

2017-08-23 Thread Shawn Webb
On Mon, Aug 21, 2017 at 05:39:13PM +, Konstantin Belousov wrote: > Author: kib > Date: Mon Aug 21 17:39:12 2017 > New Revision: 322763 > URL: https://svnweb.freebsd.org/changeset/base/322763 > > Log: > Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE > instructions, if

svn commit: r322826 - head/usr.bin/grep

2017-08-23 Thread Kyle Evans
Author: kevans Date: Thu Aug 24 01:23:33 2017 New Revision: 322826 URL: https://svnweb.freebsd.org/changeset/base/322826 Log: bsdgrep: add a primitive literal matcher fgrep/grep -F will error out at runtime if compiled with a regex(3) that does not define REG_NOSPEC or REG_LITERAL. glibc

svn commit: r322825 - head/contrib/netbsd-tests/usr.bin/grep

2017-08-23 Thread Kyle Evans
Author: kevans Date: Thu Aug 24 01:20:52 2017 New Revision: 322825 URL: https://svnweb.freebsd.org/changeset/base/322825 Log: bsdgrep: add some additional tests for fgrep Previously added tests only check that fgrep is somewhat sane and works. Add some more tests that check that the

Re: svn commit: r322810 - in head: share/man/man4 sys/conf sys/dev/mlx5/mlx5_ib sys/modules sys/modules/mlx5ib

2017-08-23 Thread Ed Maste
On 23 August 2017 at 08:09, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Aug 23 12:09:37 2017 > New Revision: 322810 > URL: https://svnweb.freebsd.org/changeset/base/322810 > > Log: > Add new mlx5ib(4) driver to the kernel source tree which supports > Remote

svn commit: r322824 - in head: lib/clang share/mk usr.bin/clang

2017-08-23 Thread John Baldwin
Author: jhb Date: Wed Aug 23 23:30:25 2017 New Revision: 322824 URL: https://svnweb.freebsd.org/changeset/base/322824 Log: Improve the coverage of debug symbols for MK_DEBUG_FILES. - Include debug symbols in static libraries. This permits binaries to include debug symbols for

svn commit: r322823 - head/sys/net

2017-08-23 Thread Sean Bruno
Author: sbruno Date: Wed Aug 23 21:49:56 2017 New Revision: 322823 URL: https://svnweb.freebsd.org/changeset/base/322823 Log: iflib: call device's if_init function during vlan initialization. Submitted by: bhargava.marre...@broadcom.com Reviewed by: shurd Sponsored by: Broadcom

svn commit: r322821 - head/sys/dev/isp

2017-08-23 Thread Alexander Motin
Author: mav Date: Wed Aug 23 19:00:06 2017 New Revision: 322821 URL: https://svnweb.freebsd.org/changeset/base/322821 Log: Add missing restart_queue initialization. MFC after:1 week Modified: head/sys/dev/isp/isp_freebsd.c Modified: head/sys/dev/isp/isp_freebsd.c

svn commit: r322820 - head/contrib/top

2017-08-23 Thread Ed Maste
Author: emaste Date: Wed Aug 23 17:56:55 2017 New Revision: 322820 URL: https://svnweb.freebsd.org/changeset/base/322820 Log: top: use __mips__ and __NetBSD__ for consistency r322767 fixed the mips64 build failure with Clang with a minimal change to use __FreeBSD__ instead of FreeBSD in

svn commit: r322819 - head/usr.sbin/camdd

2017-08-23 Thread Kenneth D. Merry
Author: ken Date: Wed Aug 23 17:52:49 2017 New Revision: 322819 URL: https://svnweb.freebsd.org/changeset/base/322819 Log: Fix a resource leak in an error case in camdd_buf_sg_create(). Submitted by: Coverity CID: 1341622 MFC after:3 days Sponsored by: Spectra Logic

svn commit: r322818 - stable/10/release

2017-08-23 Thread Glen Barber
Author: gjb Date: Wed Aug 23 17:47:57 2017 New Revision: 322818 URL: https://svnweb.freebsd.org/changeset/base/322818 Log: MFC r322544: Always expand the full path to the configuration file specified with the '-c' flag. This fixes an issue where the configuration file would not

svn commit: r322817 - stable/11/release

2017-08-23 Thread Glen Barber
Author: gjb Date: Wed Aug 23 17:12:26 2017 New Revision: 322817 URL: https://svnweb.freebsd.org/changeset/base/322817 Log: MFC r322544: Always expand the full path to the configuration file specified with the '-c' flag. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r322816 - head/sys/compat/linuxkpi/common/src

2017-08-23 Thread Mark Johnston
Author: markj Date: Wed Aug 23 16:50:10 2017 New Revision: 322816 URL: https://svnweb.freebsd.org/changeset/base/322816 Log: Set the bus number field when attaching a PCI device. MFC after:1 week Modified: head/sys/compat/linuxkpi/common/src/linux_pci.c Modified:

svn commit: r322815 - stable/11/usr.sbin/ctladm

2017-08-23 Thread Benno Rice
Author: benno Date: Wed Aug 23 15:47:42 2017 New Revision: 322815 URL: https://svnweb.freebsd.org/changeset/base/322815 Log: MFC r322804: Correct typo in usage string. Submitted by:peterpakos (GitHub username) Modified: stable/11/usr.sbin/ctladm/ctladm.c Modified:

svn commit: r322814 - stable/11/sys/fs/ext2fs

2017-08-23 Thread Pedro F. Giffuni
Author: pfg Date: Wed Aug 23 15:43:59 2017 New Revision: 322814 URL: https://svnweb.freebsd.org/changeset/base/322814 Log: MFC r320146, r320170, 320842: Minor grammar changes and cleanups in order to facilitate future merges. Modified: stable/11/sys/fs/ext2fs/ext2_inode_cnv.c

svn commit: r322813 - head/sys/netinet/tcp_stacks

2017-08-23 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 23 15:08:51 2017 New Revision: 322813 URL: https://svnweb.freebsd.org/changeset/base/322813 Log: Avoid TCP log messages which are false positives. This is https://svnweb.freebsd.org/changeset/base/322812, just for alternate TCP stacks. XMFC with:

svn commit: r322812 - head/sys/netinet

2017-08-23 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 23 14:50:08 2017 New Revision: 322812 URL: https://svnweb.freebsd.org/changeset/base/322812 Log: Avoid TCP log messages which are false positives. The check for timestamps are too early to handle SYN-ACK correctly. So move it down after the corresponing

svn commit: r322811 - head

2017-08-23 Thread Ed Maste
Author: emaste Date: Wed Aug 23 12:47:10 2017 New Revision: 322811 URL: https://svnweb.freebsd.org/changeset/base/322811 Log: Set MK_LLD_IS_LD to MK_LLD_BOOTSTRAP for cross-tools LLD_BOOTSTRAP is intended to control the linker used to link world and kernel, while LLD_IS_LD is intended to

svn commit: r322810 - in head: share/man/man4 sys/conf sys/dev/mlx5/mlx5_ib sys/modules sys/modules/mlx5ib

2017-08-23 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 23 12:09:37 2017 New Revision: 322810 URL: https://svnweb.freebsd.org/changeset/base/322810 Log: Add new mlx5ib(4) driver to the kernel source tree which supports Remote DMA over Converged Ethernet, RoCE, for the ConnectX-4 series of PCI express network cards.

svn commit: r322808 - in stable/11: share/man/man4 sys/net

2017-08-23 Thread Andrey V. Elsukov
Author: ae Date: Wed Aug 23 08:56:18 2017 New Revision: 322808 URL: https://svnweb.freebsd.org/changeset/base/322808 Log: MFC r322310: Add to if_enc(4) ability to capture packets via BPF after pfil processing. New flag 0x4 can be configured in net.enc.[in|out].ipsec_bpf_mask.