svn commit: r309605 - in stable: 10 11 9

2016-12-05 Thread Dimitry Andric
Author: dim Date: Tue Dec 6 07:33:49 2016 New Revision: 309605 URL: https://svnweb.freebsd.org/changeset/base/309605 Log: MFC r309332: Cleanup old debug dirs in delete-old-dirs target Any .debug or .symbols files under /usr/lib/debug which correspond to OLD_FILES entries in

svn commit: r309605 - in stable: 10 11 9

2016-12-05 Thread Dimitry Andric
Author: dim Date: Tue Dec 6 07:33:49 2016 New Revision: 309605 URL: https://svnweb.freebsd.org/changeset/base/309605 Log: MFC r309332: Cleanup old debug dirs in delete-old-dirs target Any .debug or .symbols files under /usr/lib/debug which correspond to OLD_FILES entries in

svn commit: r309605 - in stable: 10 11 9

2016-12-05 Thread Dimitry Andric
Author: dim Date: Tue Dec 6 07:33:49 2016 New Revision: 309605 URL: https://svnweb.freebsd.org/changeset/base/309605 Log: MFC r309332: Cleanup old debug dirs in delete-old-dirs target Any .debug or .symbols files under /usr/lib/debug which correspond to OLD_FILES entries in

svn commit: r309604 - head/sys/arm/include

2016-12-05 Thread Luiz Otavio O Souza
Author: loos Date: Tue Dec 6 06:15:28 2016 New Revision: 309604 URL: https://svnweb.freebsd.org/changeset/base/309604 Log: Fix the armv6 build after r309553. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/sys/arm/include/pmap.h Modified: head/sys/arm/include/pmap.h

svn commit: r309603 - head/sys/dev/usb/wlan

2016-12-05 Thread Andriy Voskoboinyk
Author: avos Date: Tue Dec 6 06:12:01 2016 New Revision: 309603 URL: https://svnweb.freebsd.org/changeset/base/309603 Log: rsu: fix printf format specifiers. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c

svn commit: r309602 - head/tools/build/mk

2016-12-05 Thread Ngie Cooper
Author: ngie Date: Tue Dec 6 06:04:13 2016 New Revision: 309602 URL: https://svnweb.freebsd.org/changeset/base/309602 Log: Remove svn[lite]{bench,fsfs} if either MK_SVN == no or MK_SVNLITE == no MFC after:1 week Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified:

svn commit: r309601 - stable/10/lib/libc/tests/stdio

2016-12-05 Thread Ngie Cooper
Author: ngie Date: Tue Dec 6 04:38:08 2016 New Revision: 309601 URL: https://svnweb.freebsd.org/changeset/base/309601 Log: MFstable/11 r309600: MFC r307220: r307220 (by br): Fix typos: use correct string format and value to compare. Modified:

svn commit: r309600 - stable/11/lib/libc/tests/stdio

2016-12-05 Thread Ngie Cooper
Author: ngie Date: Tue Dec 6 04:35:24 2016 New Revision: 309600 URL: https://svnweb.freebsd.org/changeset/base/309600 Log: MFC r307220: r307220 (by br): Fix typos: use correct string format and value to compare. Modified: stable/11/lib/libc/tests/stdio/printbasic_test.c Directory

svn commit: r309599 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:28:56 2016 New Revision: 309599 URL: https://svnweb.freebsd.org/changeset/base/309599 Log: libdtrace: Don't use a read-only handle for enumerating pid probes. Enumeration of return probes involves disassembling subroutines in the target process, and

svn commit: r309598 - in head: . lib/libproc

2016-12-05 Thread Mark Johnston
== --- head/ObsoleteFiles.inc Tue Dec 6 04:22:38 2016(r309597) +++ head/ObsoleteFiles.inc Tue Dec 6 04:23:32 2016(r309598) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20161205: libproc version bump +OLD_LIBS+=usr

svn commit: r309597 - in head: cddl/compat/opensolaris/include cddl/lib/libdtrace lib/libproc

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:22:38 2016 New Revision: 309597 URL: https://svnweb.freebsd.org/changeset/base/309597 Log: libproc: Add support for some proc_attach() flags. This change adds some handling for the equivalent of Solaris' PGRAB_* flags. In particular, support for

svn commit: r309596 - head/lib/libproc

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:21:35 2016 New Revision: 309596 URL: https://svnweb.freebsd.org/changeset/base/309596 Log: libproc: Cache symbol tables for mapped objects upon access. Extend the file handle cache entries to include symbol tables as well. An index is used to implement

svn commit: r309595 - in head: cddl/lib/libdtrace lib/libproc lib/libproc/tests

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:20:32 2016 New Revision: 309595 URL: https://svnweb.freebsd.org/changeset/base/309595 Log: libproc: Match prefixes when looking up mapped object by name. When looking up an object by name, allow prefix matches if no direct match is found. This allows one

svn commit: r309594 - head/lib/libproc

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:19:08 2016 New Revision: 309594 URL: https://svnweb.freebsd.org/changeset/base/309594 Log: libproc: Cache ELF handles for loaded objects. libproc previously created a new handle for each symbol lookup, which gives rather egregious performance for

svn commit: r309593 - head/lib/libproc

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:18:09 2016 New Revision: 309593 URL: https://svnweb.freebsd.org/changeset/base/309593 Log: libproc: Improve .gnu_debuglink support. As of r278658 libproc looks for debug files under /usr/lib/debug and will use them if available. This change fleshes out

svn commit: r309592 - head/lib/libproc

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:14:20 2016 New Revision: 309592 URL: https://svnweb.freebsd.org/changeset/base/309592 Log: libproc: Make proc_getpid() an accessor for struct proc_handle. This allows librtld_db to fetch the PID from a handle without calling into libproc. Together with

svn commit: r309591 - in head/lib: libproc librtld_db

2016-12-05 Thread Mark Johnston
Author: markj Date: Tue Dec 6 04:13:02 2016 New Revision: 309591 URL: https://svnweb.freebsd.org/changeset/base/309591 Log: Fix style bugs and remove trailing whitespace in libproc and librtld_db. MFC after:1 week Modified: head/lib/libproc/_libproc.h head/lib/libproc/libproc.h

Re: svn commit: r309553 - head/sys/arm/include

2016-12-05 Thread Ed Maste
On 5 December 2016 at 10:55, Michal Meloun wrote: > Author: mmel > Date: Mon Dec 5 15:55:51 2016 > New Revision: 309553 > URL: https://svnweb.freebsd.org/changeset/base/309553 > > Log: > Fix build breakage caused by r309531. > > Reported by: andrew > MFC after: 2 weeks >

svn commit: r309590 - in head: contrib/libarchive/cat/test contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test lib/libarchive/tests

2016-12-05 Thread Martin Matuska
Author: mm Date: Tue Dec 6 01:35:27 2016 New Revision: 309590 URL: https://svnweb.freebsd.org/changeset/base/309590 Log: MFV r309587: Sync libarchive with vendor. Vendor bugfixes: libarchive #831: Spelling fixes libarchive #832: Relax sanity checks of number fields in

Re: svn commit: r309589 - head/usr.bin/truss

2016-12-05 Thread John Baldwin
On Tuesday, December 06, 2016 12:39:00 AM John Baldwin wrote: > Author: jhb > Date: Tue Dec 6 00:39:00 2016 > New Revision: 309589 > URL: https://svnweb.freebsd.org/changeset/base/309589 > > Log: > Rework syscall structure lookups. > > Avoid always using an O(n^2) loop over known syscall

svn commit: r309589 - head/usr.bin/truss

2016-12-05 Thread John Baldwin
Author: jhb Date: Tue Dec 6 00:39:00 2016 New Revision: 309589 URL: https://svnweb.freebsd.org/changeset/base/309589 Log: Rework syscall structure lookups. Avoid always using an O(n^2) loop over known syscall structures with strcmp() on each system call. Instead, use a per-ABI cache

svn commit: r309588 - head/sys/dev/acpica

2016-12-05 Thread John Baldwin
Author: jhb Date: Tue Dec 6 00:36:02 2016 New Revision: 309588 URL: https://svnweb.freebsd.org/changeset/base/309588 Log: Don't attach to Host-PCI bridges with a bad bus number. If the bus number assigned to a Host-PCI bridge doesn't match the first bus number in the associated producer

svn commit: r309587 - in vendor/libarchive/dist: . cat/test cpio/test libarchive libarchive/test

2016-12-05 Thread Martin Matuska
Author: mm Date: Tue Dec 6 00:35:20 2016 New Revision: 309587 URL: https://svnweb.freebsd.org/changeset/base/309587 Log: Update vendor/libarchive to git ddb3954bfdb9a0a98d50fb1c50cbecb603d9adf0 Vendor bugfixes: libarchive #831: Spelling fixes libarchive #832: Relax sanity

svn commit: r309586 - head/sys/dev/usb/wlan

2016-12-05 Thread Andriy Voskoboinyk
Author: avos Date: Tue Dec 6 00:13:49 2016 New Revision: 309586 URL: https://svnweb.freebsd.org/changeset/base/309586 Log: rsu: add hardware crypto support (WEP, TKIP and CCMP). This change includes firmware commands for key setup + some additional checking via CAMREAD / CAMWRITE

svn commit: r309584 - in releng/11.0: contrib/netbsd-tests/lib/libc/locale usr.bin/localedef

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 6 00:09:52 2016 New Revision: 309584 URL: https://svnweb.freebsd.org/changeset/base/309584 Log: Merge r308330 by bapt: localedef: Fix ctype dump (fixed wide spread errors) See original commit for longer description. Errata Notice:EN-16:21

svn commit: r309583 - releng/11.0/contrib/tzdata

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 6 00:06:16 2016 New Revision: 309583 URL: https://svnweb.freebsd.org/changeset/base/309583 Log: Update tzdata to 2016i. Note: because of what appears to be a missing MFC to stable branches, these patches were generated by doing: % rsync -av

svn commit: r309582 - head/share/man/man4

2016-12-05 Thread John Baldwin
Author: jhb Date: Tue Dec 6 00:05:38 2016 New Revision: 309582 URL: https://svnweb.freebsd.org/changeset/base/309582 Log: Bump Dd for addition of T6. Pointy hat to:jhb Modified: head/share/man/man4/cxgbe.4 head/share/man/man4/cxgbev.4 Modified: head/share/man/man4/cxgbe.4

svn commit: r309581 - head/share/man/man4

2016-12-05 Thread John Baldwin
Author: jhb Date: Tue Dec 6 00:01:53 2016 New Revision: 309581 URL: https://svnweb.freebsd.org/changeset/base/309581 Log: Document support for Terminator 6 adapters in cxgbe(4) and cxgbev(4). Approved by: np MFC after:3 days Sponsored by: Chelsio Communications Differential

svn commit: r309580 - in stable: 10/sys/dev/cxgbe/common 11/sys/dev/cxgbe/common

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:55:53 2016 New Revision: 309580 URL: https://svnweb.freebsd.org/changeset/base/309580 Log: MFC 308066: cxgbe(4): Accurate statistics for all chip settings. There are 4 independent knobs in T5+ chips to include or exclude PAUSE frames from the "total

svn commit: r309580 - in stable: 10/sys/dev/cxgbe/common 11/sys/dev/cxgbe/common

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:55:53 2016 New Revision: 309580 URL: https://svnweb.freebsd.org/changeset/base/309580 Log: MFC 308066: cxgbe(4): Accurate statistics for all chip settings. There are 4 independent knobs in T5+ chips to include or exclude PAUSE frames from the "total

svn commit: r309579 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:46:21 2016 New Revision: 309579 URL: https://svnweb.freebsd.org/changeset/base/309579 Log: MFC 307876: cxgbe(4): Fix bug in the calculation of the number of physically contiguous regions in an mbuf chain. If the payload of an mbuf ends at a page boundary

svn commit: r309579 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:46:21 2016 New Revision: 309579 URL: https://svnweb.freebsd.org/changeset/base/309579 Log: MFC 307876: cxgbe(4): Fix bug in the calculation of the number of physically contiguous regions in an mbuf chain. If the payload of an mbuf ends at a page boundary

svn commit: r309578 - in stable: 10/sys/dev/cxgbe/common 11/sys/dev/cxgbe/common

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:35:37 2016 New Revision: 309578 URL: https://svnweb.freebsd.org/changeset/base/309578 Log: MFC 307759: cxgbe(4): Dump any mailbox command that times out. Modified: stable/11/sys/dev/cxgbe/common/t4_hw.c Directory Properties: stable/11/ (props changed)

svn commit: r309578 - in stable: 10/sys/dev/cxgbe/common 11/sys/dev/cxgbe/common

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:35:37 2016 New Revision: 309578 URL: https://svnweb.freebsd.org/changeset/base/309578 Log: MFC 307759: cxgbe(4): Dump any mailbox command that times out. Modified: stable/10/sys/dev/cxgbe/common/t4_hw.c Directory Properties: stable/10/ (props changed)

svn commit: r309577 - releng/10.3/contrib/tzdata

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:30:13 2016 New Revision: 309577 URL: https://svnweb.freebsd.org/changeset/base/309577 Log: Update tzdata to 2016i. Note: because of what appears to be a missing MFC to stable branches, these patches were generated by doing: % rsync -av

svn commit: r309576 - releng/10.2/contrib/tzdata

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:26:06 2016 New Revision: 309576 URL: https://svnweb.freebsd.org/changeset/base/309576 Log: Update tzdata to 2016i. Note: because of what appears to be a missing MFC to stable branches, these patches were generated by doing: % rsync -av

svn commit: r309575 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:25:49 2016 New Revision: 309575 URL: https://svnweb.freebsd.org/changeset/base/309575 Log: MFC 307233: cxgbe(4): Allow the interface MTU to be set as high as the actual hardware limit. Modified: stable/11/sys/dev/cxgbe/t4_main.c Directory Properties:

svn commit: r309575 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:25:49 2016 New Revision: 309575 URL: https://svnweb.freebsd.org/changeset/base/309575 Log: MFC 307233: cxgbe(4): Allow the interface MTU to be set as high as the actual hardware limit. Modified: stable/10/sys/dev/cxgbe/t4_main.c Directory Properties:

svn commit: r309574 - releng/10.1/contrib/tzdata

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:23:13 2016 New Revision: 309574 URL: https://svnweb.freebsd.org/changeset/base/309574 Log: Update tzdata to 2016i. Note: because of what appears to be a missing MFC to stable branches, these patches were generated by doing: % rsync -av

svn commit: r309573 - releng/11.0/contrib/tzcode/zic

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:17:05 2016 New Revision: 309573 URL: https://svnweb.freebsd.org/changeset/base/309573 Log: Merge r307358 from stable/11: Incorporate a change from OpenBSD by mill...@openbsd.org Don't warn about valid time zone abbreviations. POSIX

svn commit: r309572 - releng/10.3/contrib/tzcode/zic

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:13:16 2016 New Revision: 309572 URL: https://svnweb.freebsd.org/changeset/base/309572 Log: Merge r307359 from stable/10: Incorporate a change from OpenBSD by mill...@openbsd.org Don't warn about valid time zone abbreviations. POSIX

svn commit: r309571 - releng/10.2/contrib/tzcode/zic

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:12:22 2016 New Revision: 309571 URL: https://svnweb.freebsd.org/changeset/base/309571 Log: Merge r307359 from stable/10: Incorporate a change from OpenBSD by mill...@openbsd.org Don't warn about valid time zone abbreviations. POSIX

svn commit: r309570 - releng/10.1/contrib/tzcode/zic

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:09:54 2016 New Revision: 309570 URL: https://svnweb.freebsd.org/changeset/base/309570 Log: Merge r307359 from stable/10: Incorporate a change from OpenBSD by mill...@openbsd.org Don't warn about valid time zone abbreviations. POSIX

svn commit: r309569 - in stable: 10/sys/dev/cxgbe 10/tools/tools/cxgbetool 11/sys/dev/cxgbe 11/tools/tools/cxgbetool

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:02:26 2016 New Revision: 309569 URL: https://svnweb.freebsd.org/changeset/base/309569 Log: MFC 306821,306823: Permit updating firmware config file in flash. 306821: cxgbe(4): Add an ioctl to copy a firmware config file to the card's flash. 306823:

svn commit: r309569 - in stable: 10/sys/dev/cxgbe 10/tools/tools/cxgbetool 11/sys/dev/cxgbe 11/tools/tools/cxgbetool

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 23:02:26 2016 New Revision: 309569 URL: https://svnweb.freebsd.org/changeset/base/309569 Log: MFC 306821,306823: Permit updating firmware config file in flash. 306821: cxgbe(4): Add an ioctl to copy a firmware config file to the card's flash. 306823:

svn commit: r309568 - releng/9.3/contrib/tzdata

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 23:02:02 2016 New Revision: 309568 URL: https://svnweb.freebsd.org/changeset/base/309568 Log: Update tzdata to 2016i. Note: because of what appears to be a missing MFC to stable branches, these patches were generated by doing: % rsync -av

svn commit: r309567 - releng/9.3/contrib/tzcode/zic

2016-12-05 Thread Gleb Smirnoff
Author: glebius Date: Mon Dec 5 22:43:24 2016 New Revision: 309567 URL: https://svnweb.freebsd.org/changeset/base/309567 Log: Merge r307360 from stable/9: Incorporate a change from OpenBSD by mill...@openbsd.org Don't warn about valid time zone abbreviations. POSIX through

svn commit: r309566 - head/sys/fs/nfsserver

2016-12-05 Thread Rick Macklem
Author: rmacklem Date: Mon Dec 5 22:36:25 2016 New Revision: 309566 URL: https://svnweb.freebsd.org/changeset/base/309566 Log: Fix the NFSv4.1 server for Open reclaim after a reboot. The NFSv4.1 server failed to update the nfs-stablerestart file for a client when the client was issued

svn commit: r309564 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 22:13:09 2016 New Revision: 309564 URL: https://svnweb.freebsd.org/changeset/base/309564 Log: MFC 306277: cxgbe(4): Make the location/length of all descriptor rings available in the sysctl MIB. Modified: stable/10/sys/dev/cxgbe/t4_sge.c Directory Properties:

svn commit: r309564 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 22:13:09 2016 New Revision: 309564 URL: https://svnweb.freebsd.org/changeset/base/309564 Log: MFC 306277: cxgbe(4): Make the location/length of all descriptor rings available in the sysctl MIB. Modified: stable/11/sys/dev/cxgbe/t4_sge.c Directory Properties:

svn commit: r309563 - head/sys/netpfil/pf

2016-12-05 Thread Kristof Provost
Author: kp Date: Mon Dec 5 21:52:10 2016 New Revision: 309563 URL: https://svnweb.freebsd.org/changeset/base/309563 Log: pflog: Correctly initialise subrulenr subrulenr is considered unset if it's set to -1, not if it's set to 1. See contrib/tcpdump/print-pflog.c pflog_print() for a

Re: svn commit: r308371 - in stable/10: share/man/man4 sys/conf sys/dev/jedec_ts sys/modules/i2c sys/modules/i2c/jedec_ts

2016-12-05 Thread John Baldwin
On Sunday, November 06, 2016 01:56:34 PM Andriy Gapon wrote: > Author: avg > Date: Sun Nov 6 13:56:34 2016 > New Revision: 308371 > URL: https://svnweb.freebsd.org/changeset/base/308371 > > Log: > MFC r307768: jedec_ts: a driver for thermal sensors on memory modules > > Added: >

svn commit: r309562 - vendor/byacc/20161202

2016-12-05 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 5 21:24:38 2016 New Revision: 309562 URL: https://svnweb.freebsd.org/changeset/base/309562 Log: Tag byacc 20161202. Added: vendor/byacc/20161202/ - copied from r309561, vendor/byacc/dist/ ___ svn-src-all@freebsd.org

svn commit: r309561 - in vendor/byacc/dist: . package package/debian package/pkgsrc test/btyacc

2016-12-05 Thread Jung-uk Kim
Author: jkim Date: Mon Dec 5 21:23:44 2016 New Revision: 309561 URL: https://svnweb.freebsd.org/changeset/base/309561 Log: Import byacc 20161202. Modified: vendor/byacc/dist/CHANGES vendor/byacc/dist/MANIFEST vendor/byacc/dist/VERSION vendor/byacc/dist/aclocal.m4

svn commit: r309560 - in stable: 10/sys/conf 10/sys/dev/cxgbe 10/sys/dev/cxgbe/common 10/sys/dev/cxgbe/firmware 10/sys/dev/cxgbe/tom 10/sys/modules/cxgbe 10/sys/modules/cxgbe/if_cc 10/sys/modules/c...

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 20:43:25 2016 New Revision: 309560 URL: https://svnweb.freebsd.org/changeset/base/309560 Log: MFC 305695,305696,305699,305702,305703,305713,305715,305827,305852,305906, 305908,306062,306063,306137,306138,306206,306216,306273,306295,306301, 306465,309302: Add

svn commit: r309560 - in stable: 10/sys/conf 10/sys/dev/cxgbe 10/sys/dev/cxgbe/common 10/sys/dev/cxgbe/firmware 10/sys/dev/cxgbe/tom 10/sys/modules/cxgbe 10/sys/modules/cxgbe/if_cc 10/sys/modules/c...

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 20:43:25 2016 New Revision: 309560 URL: https://svnweb.freebsd.org/changeset/base/309560 Log: MFC 305695,305696,305699,305702,305703,305713,305715,305827,305852,305906, 305908,306062,306063,306137,306138,306206,306216,306273,306295,306301, 306465,309302: Add

svn commit: r309559 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:37:15 2016 New Revision: 309559 URL: https://svnweb.freebsd.org/changeset/base/309559 Log: MFC 305667: cxgbe(4): Avoid a NULL dereference in the clearstats ioctl handler. Port softc's are not initialized when the adapter is in recovery mode. Modified:

svn commit: r309559 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:37:15 2016 New Revision: 309559 URL: https://svnweb.freebsd.org/changeset/base/309559 Log: MFC 305667: cxgbe(4): Avoid a NULL dereference in the clearstats ioctl handler. Port softc's are not initialized when the adapter is in recovery mode. Modified:

svn commit: r309558 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:34:52 2016 New Revision: 309558 URL: https://svnweb.freebsd.org/changeset/base/309558 Log: MFC 305652: cxgbe(4): Do not prescreen frames before attempting LRO. Modified: stable/11/sys/dev/cxgbe/t4_sge.c Directory Properties: stable/11/ (props changed)

svn commit: r309558 - in stable: 10/sys/dev/cxgbe 11/sys/dev/cxgbe

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:34:52 2016 New Revision: 309558 URL: https://svnweb.freebsd.org/changeset/base/309558 Log: MFC 305652: cxgbe(4): Do not prescreen frames before attempting LRO. Modified: stable/10/sys/dev/cxgbe/t4_sge.c Directory Properties: stable/10/ (props changed)

svn commit: r309557 - in stable: 10/sys/dev/cxgbe/tom 11/sys/dev/cxgbe/tom

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:32:06 2016 New Revision: 309557 URL: https://svnweb.freebsd.org/changeset/base/309557 Log: MFC 305433: cxgbe/t4_tom: toepcb should be all-zero on allocation because the code that cleans up on failure assumes that non-NULL values indicate initialized items.

svn commit: r309557 - in stable: 10/sys/dev/cxgbe/tom 11/sys/dev/cxgbe/tom

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:32:06 2016 New Revision: 309557 URL: https://svnweb.freebsd.org/changeset/base/309557 Log: MFC 305433: cxgbe/t4_tom: toepcb should be all-zero on allocation because the code that cleans up on failure assumes that non-NULL values indicate initialized items.

svn commit: r309556 - stable/10/sys/dev/cxgbe/tom

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:16:46 2016 New Revision: 309556 URL: https://svnweb.freebsd.org/changeset/base/309556 Log: MFC 303688,303750,305166,305167: Centralize and rework page pod handling. Note that the TOE DDP code in 10 is different from 11 and later and had to be updated

svn commit: r309555 - in stable/11/sys/dev/cxgbe: cxgbei tom

2016-12-05 Thread John Baldwin
Author: jhb Date: Mon Dec 5 19:15:33 2016 New Revision: 309555 URL: https://svnweb.freebsd.org/changeset/base/309555 Log: MFC 303688,303750,305166,305167: Centralize and rework page pod handling. 303688: cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a per-adapter data

Re: svn commit: r309531 - head/sys/arm/include

2016-12-05 Thread John Baldwin
On Sunday, December 04, 2016 03:55:14 PM Ian Lepore wrote: > On Sun, 2016-12-04 at 13:43 -0800, John Baldwin wrote: > > On Sunday, December 04, 2016 03:27:39 PM Michal Meloun wrote: > > > > > > Author: mmel > > > Date: Sun Dec 4 15:27:39 2016 > > > New Revision: 309531 > > > URL:

svn commit: r309554 - head/tools/regression/sockets/unix_cmsg

2016-12-05 Thread Maxim Sobolev
Author: sobomax Date: Mon Dec 5 17:21:04 2016 New Revision: 309554 URL: https://svnweb.freebsd.org/changeset/base/309554 Log: Refactor the regression test code by splitting huge monolithic C file into smaller pieces that are hopefully easier to understand and extend. This is to pave the

Re: svn commit: r309531 - head/sys/arm/include

2016-12-05 Thread Michal Meloun
Fixed in r309553. Sorry for breakage and thanks for report. Michal On 05.12.2016 12:25, Andrew Turner wrote: > On Sun, 4 Dec 2016 15:27:39 + (UTC) > Michal Meloun wrote: > >> Author: mmel >> Date: Sun Dec 4 15:27:39 2016 >> New Revision: 309531 >> URL:

svn commit: r309553 - head/sys/arm/include

2016-12-05 Thread Michal Meloun
Author: mmel Date: Mon Dec 5 15:55:51 2016 New Revision: 309553 URL: https://svnweb.freebsd.org/changeset/base/309553 Log: Fix build breakage caused by r309531. Reported by: andrew MFC after: 2 weeks X-MFC with: r309531 Modified: head/sys/arm/include/pmap.h Modified:

svn commit: r309552 - head/usr.bin/systat

2016-12-05 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Mon Dec 5 13:23:22 2016 New Revision: 309552 URL: https://svnweb.freebsd.org/changeset/base/309552 Log: Fix error in the example section Adjust formatting highlighted by igor. PR: 214683 Submitted by: Anindya Mukherjee Reviewed by:

svn commit: r309551 - head/sys/x86/iommu

2016-12-05 Thread Konstantin Belousov
Author: kib Date: Mon Dec 5 11:42:09 2016 New Revision: 309551 URL: https://svnweb.freebsd.org/changeset/base/309551 Log: Release DMAR table after using it. Reported and tested by: hps Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r309550 - head/sys/x86/iommu

2016-12-05 Thread Konstantin Belousov
Author: kib Date: Mon Dec 5 11:41:09 2016 New Revision: 309550 URL: https://svnweb.freebsd.org/changeset/base/309550 Log: Rename fast taskqueues used by DMAR to avoid naming conflict of the sleepable and spin mutexes created by the queues. Reported and tested by: hps Sponsored

svn commit: r309549 - head/sys/arm64/arm64

2016-12-05 Thread Andrew Turner
Author: andrew Date: Mon Dec 5 11:40:54 2016 New Revision: 309549 URL: https://svnweb.freebsd.org/changeset/base/309549 Log: Remove an unneeded header. It was used when we had an arm64 specific GIC driver, however with INTRNG this has been merged into a common arm driver. Obtained from:

Re: svn commit: r309531 - head/sys/arm/include

2016-12-05 Thread Andrew Turner
On Sun, 4 Dec 2016 15:27:39 + (UTC) Michal Meloun wrote: > Author: mmel > Date: Sun Dec 4 15:27:39 2016 > New Revision: 309531 > URL: https://svnweb.freebsd.org/changeset/base/309531 > > Log: > Implement fake pmap_mapdev_attr() for ARMv6. > This function is

Re: svn commit: r309372 - head/sys/sys

2016-12-05 Thread Oleg Bulyzhin
On Fri, Dec 02, 2016 at 04:11:32PM +0800, Sepherosa Ziehau wrote: > peek_clear_sc is added to address the issue you mentioned. IMHO, this > commit weakens the proper assertion. I would say this check: #ifdef DEBUG_BUFRING int i; for (i = br->br_cons_head; i != br->br_prod_head;