svn commit: r306550 - head/sys/arm/nvidia/tegra124

2016-09-30 Thread Michal Meloun
Author: mmel Date: Sat Oct 1 03:35:03 2016 New Revision: 306550 URL: https://svnweb.freebsd.org/changeset/base/306550 Log: TEGRA: Extend timeout for PLLs lock to 5 ms. Real lock time for PLLA has been very near to old limit. Modified: head/sys/arm/nvidia/tegra124/tegra124_clk_pll.c

svn commit: r306549 - stable/11/sys/dev/usb/wlan

2016-09-30 Thread Andriy Voskoboinyk
Author: avos Date: Sat Oct 1 03:24:53 2016 New Revision: 306549 URL: https://svnweb.freebsd.org/changeset/base/306549 Log: MFC r306320: rsu: do not restart calibration task when going out of RUN state. Clear 'sc_calibrating' flag and stop calibration task when interface is not

svn commit: r306548 - head/sys/netinet6

2016-09-30 Thread Mark Johnston
Author: markj Date: Sat Oct 1 01:30:34 2016 New Revision: 306548 URL: https://svnweb.freebsd.org/changeset/base/306548 Log: nd6_dad_timer(): don't assert that the address is tentative. It appears that this assertion can be tripped in some cases when multiple interfaces are on the same

svn commit: r306545 - head/sys/dev/fdt

2016-09-30 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 1 01:10:51 2016 New Revision: 306545 URL: https://svnweb.freebsd.org/changeset/base/306545 Log: Revert r306473. Some objections were noted, and it was purely a cosmetic change anyway. Modified: head/sys/dev/fdt/simplebus.c Modified:

Re: svn commit: r306538 - head/lib/libstand

2016-09-30 Thread Bruce Evans
On Fri, 30 Sep 2016, Toomas Soome wrote: Author: tsoome Date: Fri Sep 30 23:19:08 2016 New Revision: 306538 URL: https://svnweb.freebsd.org/changeset/base/306538 Log: cstyle fix of cd9660_open in libstand rS306534 did create bad cstyle by my mistake, correcting it. Modified:

svn commit: r306544 - in head/contrib/libucl: . haskell include m4 python python/src python/tests src tests/schema

2016-09-30 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 1 00:14:01 2016 New Revision: 306544 URL: https://svnweb.freebsd.org/changeset/base/306544 Log: Import libucl 20160812 Added: head/contrib/libucl/haskell/ - copied from r306543, vendor/libucl/dist/haskell/ head/contrib/libucl/m4/gcov.m4 - copied

svn commit: r306543 - in vendor/libucl/20160812: . haskell include lua m4 python python/src python/tests src tests tests/basic tests/schema uthash utils

2016-09-30 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 1 00:12:03 2016 New Revision: 306543 URL: https://svnweb.freebsd.org/changeset/base/306543 Log: tag import of libucl 20160812 Added: vendor/libucl/20160812/ - copied from r294088, vendor/libucl/dist/ vendor/libucl/20160812/haskell/ - copied from

svn commit: r306542 - in vendor/libucl/dist: . haskell include m4 python python/src python/tests src tests/schema

2016-09-30 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 1 00:11:09 2016 New Revision: 306542 URL: https://svnweb.freebsd.org/changeset/base/306542 Log: Update libucl to snapshot 20160812 Added: vendor/libucl/dist/haskell/ vendor/libucl/dist/haskell/hucl.hs vendor/libucl/dist/m4/gcov.m4

svn commit: r306541 - head/contrib/dma

2016-09-30 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 30 23:38:26 2016 New Revision: 306541 URL: https://svnweb.freebsd.org/changeset/base/306541 Log: Import dma 20160929 MFC after:1 week Modified: head/contrib/dma/dma-mbox-create.c Directory Properties: head/contrib/dma/ (props changed) Modified:

svn commit: r306540 - vendor/dma/20160929

2016-09-30 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 30 23:36:28 2016 New Revision: 306540 URL: https://svnweb.freebsd.org/changeset/base/306540 Log: tag import of dma 20160929 Added: vendor/dma/20160929/ - copied from r306538, vendor/dma/dist/ Replaced: vendor/dma/20160929/dma-mbox-create.c - copied

svn commit: r306539 - vendor/dma/dist

2016-09-30 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 30 23:35:47 2016 New Revision: 306539 URL: https://svnweb.freebsd.org/changeset/base/306539 Log: Import dma snapshot 20160929 Modified: vendor/dma/dist/dma-mbox-create.c Modified: vendor/dma/dist/dma-mbox-create.c

Re: svn commit: r306515 - head/sys/dev/bxe

2016-09-30 Thread Baptiste Daroussin
On Fri, Sep 30, 2016 at 06:08:17PM +, David C Somayajulu wrote: > Author: davidcs > Date: Fri Sep 30 18:08:16 2016 > New Revision: 306515 > URL: https://svnweb.freebsd.org/changeset/base/306515 > > Log: > Revert commit > r306284 - Fixes for issues under high workloads > > Will

svn commit: r306538 - head/lib/libstand

2016-09-30 Thread Toomas Soome
Author: tsoome Date: Fri Sep 30 23:19:08 2016 New Revision: 306538 URL: https://svnweb.freebsd.org/changeset/base/306538 Log: cstyle fix of cd9660_open in libstand rS306534 did create bad cstyle by my mistake, correcting it. Reviewed by: allanjude Approved by: allanjude (mentor)

svn commit: r306537 - head/lib/libc/sys

2016-09-30 Thread Conrad E. Meyer
Author: cem Date: Fri Sep 30 23:01:37 2016 New Revision: 306537 URL: https://svnweb.freebsd.org/changeset/base/306537 Log: open.2: Document Capsicum behavior Document open(2) and openat(2) behavior in Capsicum capability mode. Reviewed by: ed (previous version), emaste, rwatson

svn commit: r306536 - in stable/10: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/c...

2016-09-30 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 30 22:40:58 2016 New Revision: 306536 URL: https://svnweb.freebsd.org/changeset/base/306536 Log: MFC: r284583, r285797, r285799, r287168, r298714, r298720, r298838, r300879 Merge ACPICA up to 20160527. Requested by: mav Added:

svn commit: r306535 - in stable/11: share/man/man9 sys/kern

2016-09-30 Thread John Baldwin
Author: jhb Date: Fri Sep 30 22:29:19 2016 New Revision: 306535 URL: https://svnweb.freebsd.org/changeset/base/306535 Log: MFC 305751: Make device_quiet() an attachment property. In particular, reset the DF_QUIET flag when detaching from a device so that a driver that marks a device

svn commit: r306534 - head/lib/libstand

2016-09-30 Thread Toomas Soome
Author: tsoome Date: Fri Sep 30 22:28:20 2016 New Revision: 306534 URL: https://svnweb.freebsd.org/changeset/base/306534 Log: cd9660_open should check for padding The libstand cd9660 reader code must check for extents having padding. Reviewed by: jhb Approved by: allanjude

svn commit: r306533 - in stable: 10/lib/libdevctl 10/sys/kern 10/sys/sys 10/usr.sbin/devctl 11/lib/libdevctl 11/sys/kern 11/sys/sys 11/usr.sbin/devctl

2016-09-30 Thread John Baldwin
Author: jhb Date: Fri Sep 30 22:05:47 2016 New Revision: 306533 URL: https://svnweb.freebsd.org/changeset/base/306533 Log: MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'. Add a new 'clear driver' command for devctl along with the accompanying ioctl and

svn commit: r306533 - in stable: 10/lib/libdevctl 10/sys/kern 10/sys/sys 10/usr.sbin/devctl 11/lib/libdevctl 11/sys/kern 11/sys/sys 11/usr.sbin/devctl

2016-09-30 Thread John Baldwin
Author: jhb Date: Fri Sep 30 22:05:47 2016 New Revision: 306533 URL: https://svnweb.freebsd.org/changeset/base/306533 Log: MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'. Add a new 'clear driver' command for devctl along with the accompanying ioctl and

svn commit: r306532 - head/sys/arm/broadcom/bcm2835

2016-09-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 30 21:14:42 2016 New Revision: 306532 URL: https://svnweb.freebsd.org/changeset/base/306532 Log: Add dependency to evdev module Modified: head/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c

svn commit: r306531 - head/sys/arm/ti

2016-09-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 30 21:13:19 2016 New Revision: 306531 URL: https://svnweb.freebsd.org/changeset/base/306531 Log: Add dependency to evdev module (if required) Modified: head/sys/arm/ti/ti_adc.c Modified: head/sys/arm/ti/ti_adc.c

svn commit: r306530 - in head/sys/dev: evdev usb/input

2016-09-30 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 30 21:04:56 2016 New Revision: 306530 URL: https://svnweb.freebsd.org/changeset/base/306530 Log: Declare a module for evdev and add dependency to ukbd(4) and ums(4) Prepare for making evdev a module. "Pure" evdev device drivers (like touchscreen) and evdev

svn commit: r306529 - head/sys/cam

2016-09-30 Thread Mark Johnston
Author: markj Date: Fri Sep 30 21:00:09 2016 New Revision: 306529 URL: https://svnweb.freebsd.org/changeset/base/306529 Log: cam_periph_ccbwait could return while ccb in progress In cam_periph_runccb, cam_periph_ccbwait was using the value of the ccb pinfo.index and status fields to

svn commit: r306528 - head/usr.sbin/sesutil

2016-09-30 Thread Alexander Motin
Author: mav Date: Fri Sep 30 20:35:12 2016 New Revision: 306528 URL: https://svnweb.freebsd.org/changeset/base/306528 Log: Fix `sesutil fault` operation. Fault and ident bits are located in different control bytes, so previous code was just doing nothing, writing into reserved bit.

svn commit: r306527 - head/lib/msun/src

2016-09-30 Thread Ed Maste
Author: emaste Date: Fri Sep 30 20:20:07 2016 New Revision: 306527 URL: https://svnweb.freebsd.org/changeset/base/306527 Log: libm: remove unused variables for LDBL_MANT_DIG != 113 Sponsored by: The FreeBSD Foundation Modified: head/lib/msun/src/e_coshl.c head/lib/msun/src/e_sinhl.c

svn commit: r306526 - head/share/misc

2016-09-30 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Fri Sep 30 20:06:05 2016 New Revision: 306526 URL: https://svnweb.freebsd.org/changeset/base/306526 Log: Add NetBSD 5.1.4, 5.2.2 & 7.0.1 releases to the tree. Ammend the position of NetBSD 6.0.2 release in the tree as it came after OpenBSD[1] &

svn commit: r306525 - in head/lib: . librss

2016-09-30 Thread Adrian Chadd
Author: adrian Date: Fri Sep 30 19:59:56 2016 New Revision: 306525 URL: https://svnweb.freebsd.org/changeset/base/306525 Log: Add librss, a simple wrapper around RSS APIs so applications can begin auto-tuning. I've used this in a handful of RSS test applications. It is just some very

svn commit: r306524 - vendor-sys/acpica/20160930

2016-09-30 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 30 19:46:50 2016 New Revision: 306524 URL: https://svnweb.freebsd.org/changeset/base/306524 Log: Tag ACPICA 20160930. Added: vendor-sys/acpica/20160930/ - copied from r306523, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r306523 - in vendor-sys/acpica/dist: . source/common source/compiler source/components/disassembler source/components/executer source/components/parser source/components/tables source/c...

2016-09-30 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 30 19:46:13 2016 New Revision: 306523 URL: https://svnweb.freebsd.org/changeset/base/306523 Log: Import ACPICA 20160930. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/source/common/acfileio.c vendor-sys/acpica/dist/source/compiler

svn commit: r306522 - head/sys/dev/qlxgbe

2016-09-30 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 30 19:21:02 2016 New Revision: 306522 URL: https://svnweb.freebsd.org/changeset/base/306522 Log: Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62 MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_boot.c head/sys/dev/qlxgbe/ql_fw.c

svn commit: r306521 - in head/sys: amd64/amd64 amd64/include x86/include x86/x86

2016-09-30 Thread Conrad E. Meyer
Author: cem Date: Fri Sep 30 18:58:50 2016 New Revision: 306521 URL: https://svnweb.freebsd.org/changeset/base/306521 Log: Revert r306516 for now, it is incomplete on i386 Noted by: kib Modified: head/sys/amd64/amd64/mp_machdep.c head/sys/amd64/include/pcpu.h

svn commit: r306520 - in stable: 10/share/man/man9 10/sys/amd64/vmm/io 10/sys/dev/pci 11/share/man/man9 11/sys/amd64/vmm/io 11/sys/dev/pci

2016-09-30 Thread John Baldwin
Author: jhb Date: Fri Sep 30 18:47:34 2016 New Revision: 306520 URL: https://svnweb.freebsd.org/changeset/base/306520 Log: MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end. Add routines to trigger a function level reset (FLR) of a PCI-express device via the

svn commit: r306520 - in stable: 10/share/man/man9 10/sys/amd64/vmm/io 10/sys/dev/pci 11/share/man/man9 11/sys/amd64/vmm/io 11/sys/dev/pci

2016-09-30 Thread John Baldwin
Author: jhb Date: Fri Sep 30 18:47:34 2016 New Revision: 306520 URL: https://svnweb.freebsd.org/changeset/base/306520 Log: MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end. Add routines to trigger a function level reset (FLR) of a PCI-express device via the

svn commit: r306519 - head/sys/net80211

2016-09-30 Thread Andriy Voskoboinyk
Author: avos Date: Fri Sep 30 18:43:39 2016 New Revision: 306519 URL: https://svnweb.freebsd.org/changeset/base/306519 Log: net80211: do not cancel scan when packet is sent. Restore pre-r300383 behavior when a frame is sent: - stop scan; - send frame; - when beacon arrives and our

svn commit: r306518 - head/share/misc

2016-09-30 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Fri Sep 30 18:36:23 2016 New Revision: 306518 URL: https://svnweb.freebsd.org/changeset/base/306518 Log: Add myself to the list & note who is my mentor. Approved by: bcr (mentor) Modified: head/share/misc/committers-doc.dot Modified:

svn commit: r306517 - stable/11/sys/netinet

2016-09-30 Thread Hiren Panchasara
Author: hiren Date: Fri Sep 30 18:14:05 2016 New Revision: 306517 URL: https://svnweb.freebsd.org/changeset/base/306517 Log: MFC r304855 Update TCPS_HAVERCVDFIN() macro to correctly include all states a connection can be in after receiving a FIN. FWIW, NetBSD has this change for

svn commit: r306516 - in head/sys: amd64/amd64 amd64/include x86/include x86/x86

2016-09-30 Thread Conrad E. Meyer
Author: cem Date: Fri Sep 30 18:12:16 2016 New Revision: 306516 URL: https://svnweb.freebsd.org/changeset/base/306516 Log: Reduce the cost of TLB invalidation on x86 by using per-CPU completion flags Reduce contention during TLB invalidation operations by using a per-CPU completion flag,

svn commit: r306515 - head/sys/dev/bxe

2016-09-30 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 30 18:08:16 2016 New Revision: 306515 URL: https://svnweb.freebsd.org/changeset/base/306515 Log: Revert commit r306284 - Fixes for issues under high workloads Will fix and recommit patch Modified: head/sys/dev/bxe/bxe.c head/sys/dev/bxe/bxe.h

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Larry Rosenman
On 2016-09-30 14:01, Mateusz Guzik wrote: On Fri, Sep 30, 2016 at 01:58:16PM -0400, Larry Rosenman wrote: On 2016-09-30 13:55, Mateusz Guzik wrote: >On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote: >>On 2016-09-30 13:28, Mateusz Guzik wrote: >>>On Fri, Sep 30, 2016 at 01:18:45PM

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Mateusz Guzik
On Fri, Sep 30, 2016 at 01:58:16PM -0400, Larry Rosenman wrote: > On 2016-09-30 13:55, Mateusz Guzik wrote: > >On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote: > >>On 2016-09-30 13:28, Mateusz Guzik wrote: > >>>On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: > On

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Larry Rosenman
On 2016-09-30 13:55, Mateusz Guzik wrote: On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote: On 2016-09-30 13:28, Mateusz Guzik wrote: >On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: >>On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote: >>> Author: mjg >>>

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Mateusz Guzik
On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote: > On 2016-09-30 13:28, Mateusz Guzik wrote: > >On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: > >>On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote: > >>> Author: mjg > >>> Date: Fri Sep 30 17:11:03 2016 > >>>

svn commit: r306514 - head/sys/cam

2016-09-30 Thread Warner Losh
Author: imp Date: Fri Sep 30 17:49:04 2016 New Revision: 306514 URL: https://svnweb.freebsd.org/changeset/base/306514 Log: Compute two new metrics. Disk load, the average number of transactions we have queued up normaliazed to the queue size. Also compute buckets of latency to help compute,

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Larry Rosenman
On 2016-09-30 13:28, Mateusz Guzik wrote: On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote: > Author: mjg > Date: Fri Sep 30 17:11:03 2016 > New Revision: 306509 > URL: https://svnweb.freebsd.org/changeset/base/306509 > >

Re: svn commit: r306474 - head/sys/dev/atkbdc

2016-09-30 Thread John Baldwin
On Friday, September 30, 2016 03:03:42 AM Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Fri Sep 30 03:03:42 2016 > New Revision: 306474 > URL: https://svnweb.freebsd.org/changeset/base/306474 > > Log: > Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN > > - Replace

Re: svn commit: r306473 - head/sys/dev/fdt

2016-09-30 Thread John Baldwin
On Thursday, September 29, 2016 11:38:13 PM Justin Hibbits wrote: > If I remember correctly, newbus will throw an error if you try to create > two devices with the same number. Applying the logic of using the > cell-index property for all device nodes, if two sub buses from simplebus > have the

svn commit: r306513 - head/sys/arm/ti/cpsw

2016-09-30 Thread Luiz Otavio O Souza
Author: loos Date: Fri Sep 30 17:30:39 2016 New Revision: 306513 URL: https://svnweb.freebsd.org/changeset/base/306513 Log: Remove the GLOBAL queue lock which just adds unnecessary complexity to code (when used together with the individual tx and rx locks). Sponsored by: Rubicon

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Mateusz Guzik
On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: > On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote: > > Author: mjg > > Date: Fri Sep 30 17:11:03 2016 > > New Revision: 306509 > > URL: https://svnweb.freebsd.org/changeset/base/306509 > > > > Log: > > vfs: remove the

svn commit: r306512 - in head/sys: kern sys

2016-09-30 Thread Mateusz Guzik
Author: mjg Date: Fri Sep 30 17:27:17 2016 New Revision: 306512 URL: https://svnweb.freebsd.org/changeset/base/306512 Log: vfs: batch free vnodes in per-mnt lists Previously free vnodes would always by directly returned to the global LRU list. With this change up to mnt_free_list_batch

svn commit: r306511 - head/sys/arm/ti/cpsw

2016-09-30 Thread Luiz Otavio O Souza
Author: loos Date: Fri Sep 30 17:19:43 2016 New Revision: 306511 URL: https://svnweb.freebsd.org/changeset/base/306511 Log: Fix a typo in CPSW_DEBUG MACRO and then replace all the CPSWP_DEBUG() calls with CPSW_DEBUG(). Sponsored by: Rubicon Communications, LLC (Netgate) Modified:

Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Shawn Webb
On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote: > Author: mjg > Date: Fri Sep 30 17:11:03 2016 > New Revision: 306509 > URL: https://svnweb.freebsd.org/changeset/base/306509 > > Log: > vfs: remove the __bo_vnode field from struct vnode > > The pointer can be obtained using

svn commit: r306510 - head/sys/arm/ti/cpsw

2016-09-30 Thread Luiz Otavio O Souza
Author: loos Date: Fri Sep 30 17:16:02 2016 New Revision: 306510 URL: https://svnweb.freebsd.org/changeset/base/306510 Log: Sort and remove unnecessary includes. No functional changes. Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/sys/arm/ti/cpsw/if_cpsw.c

svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs

2016-09-30 Thread Mateusz Guzik
Author: mjg Date: Fri Sep 30 17:11:03 2016 New Revision: 306509 URL: https://svnweb.freebsd.org/changeset/base/306509 Log: vfs: remove the __bo_vnode field from struct vnode The pointer can be obtained using __containerof instead. Reviewed by: kib Modified:

svn commit: r306508 - head/contrib/blacklist/bin

2016-09-30 Thread Kurt Lidl
Author: lidl Date: Fri Sep 30 16:35:30 2016 New Revision: 306508 URL: https://svnweb.freebsd.org/changeset/base/306508 Log: Fix blacklistd's state restoral at startup The blacklistd daemon attempted to restore the filtering rules before the database of blocked addresses was opened, so no

svn commit: r306507 - head/contrib/blacklist/bin

2016-09-30 Thread Kurt Lidl
Author: lidl Date: Fri Sep 30 16:31:12 2016 New Revision: 306507 URL: https://svnweb.freebsd.org/changeset/base/306507 Log: Update blacklistd.8 with changes from NetBSD Obtained from:NetBSD MFC after:1 week Sponsored by: The FreeBSD Foundation Differential Revision:

svn commit: r306506 - head/lib/libc/sys

2016-09-30 Thread Konstantin Belousov
Author: kib Date: Fri Sep 30 16:02:25 2016 New Revision: 306506 URL: https://svnweb.freebsd.org/changeset/base/306506 Log: Reword the statement. Submitted by: wblock MFC after:3 days Modified: head/lib/libc/sys/thr_suspend.2 Modified: head/lib/libc/sys/thr_suspend.2

svn commit: r306505 - head/lib/libc/sys

2016-09-30 Thread Konstantin Belousov
Author: kib Date: Fri Sep 30 15:47:13 2016 New Revision: 306505 URL: https://svnweb.freebsd.org/changeset/base/306505 Log: Add an article. Submitted by: wblock MFC after:3 days Modified: head/lib/libc/sys/cap_enter.2 Modified: head/lib/libc/sys/cap_enter.2

svn commit: r306504 - head/sys/boot/efi/loader

2016-09-30 Thread Warner Losh
Author: imp Date: Fri Sep 30 15:41:12 2016 New Revision: 306504 URL: https://svnweb.freebsd.org/changeset/base/306504 Log: Fix a cluster of bugs in list EFI environment variables: 1. Size returned for variable name is in bytes, not CHAR16 (the UEFI standard is unclear on this, where it

Re: svn commit: r306284 - head/sys/dev/bxe

2016-09-30 Thread Konstantin Belousov
On Fri, Sep 30, 2016 at 04:01:27PM +0200, Baptiste Daroussin wrote: > On Fri, Sep 23, 2016 at 11:18:54PM +, David C Somayajulu wrote: > > Author: davidcs > > Date: Fri Sep 23 23:18:54 2016 > > New Revision: 306284 > > URL: https://svnweb.freebsd.org/changeset/base/306284 > > > > Log: > >

Re: svn commit: r306284 - head/sys/dev/bxe

2016-09-30 Thread Baptiste Daroussin
On Fri, Sep 23, 2016 at 11:18:54PM +, David C Somayajulu wrote: > Author: davidcs > Date: Fri Sep 23 23:18:54 2016 > New Revision: 306284 > URL: https://svnweb.freebsd.org/changeset/base/306284 > > Log: > Fixes for issues under high workloads > > MFC after:5 days Please do not MFC as

svn commit: r306502 - head/usr.bin/primes

2016-09-30 Thread Ed Maste
Author: emaste Date: Fri Sep 30 13:50:59 2016 New Revision: 306502 URL: https://svnweb.freebsd.org/changeset/base/306502 Log: primes: trivially capsicumize Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D7982 Modified:

Re: svn commit: r299064 - head/sys/kern

2016-09-30 Thread Roger Pau Monné
On Sat, Sep 03, 2016 at 01:29:45AM +0200, Oliver Pinter wrote: > Hi! > > This commit never gets MFCd back to 10-STABLE. Do you still plan to do it? Ops, sorry for the delay, should be MFC'ed now. Thanks, Roger. ___ svn-src-all@freebsd.org mailing list

svn commit: r306501 - stable/10/sys/kern

2016-09-30 Thread Roger Pau Monné
Author: royger Date: Fri Sep 30 13:49:50 2016 New Revision: 306501 URL: https://svnweb.freebsd.org/changeset/base/306501 Log: MFC r299064 rtc: fix inverted resolution check Modified: stable/10/sys/kern/subr_rtc.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r306499 - head/sys/xen/interface/io

2016-09-30 Thread Roger Pau Monné
Author: royger Date: Fri Sep 30 13:41:24 2016 New Revision: 306499 URL: https://svnweb.freebsd.org/changeset/base/306499 Log: xen/vchan: change license of header from Lesser GPL v2.1 to BSD This is a license change only commit, which can be found upstream in the Xen tree as

svn commit: r306498 - head/sys/dev/ral

2016-09-30 Thread Andriy Voskoboinyk
Author: avos Date: Fri Sep 30 13:37:50 2016 New Revision: 306498 URL: https://svnweb.freebsd.org/changeset/base/306498 Log: ral (rt2860): eliminate duplicate ieee80211_process_callback() call (left after r287197) MFC after:1 week Modified: head/sys/dev/ral/rt2860.c Modified:

svn commit: r306497 - head/usr.sbin/crunch/crunchgen

2016-09-30 Thread Ed Maste
Author: emaste Date: Fri Sep 30 13:16:04 2016 New Revision: 306497 URL: https://svnweb.freebsd.org/changeset/base/306497 Log: crunchgen: do not strip crunched binary (it will be done by install) Reviewed by: adrian, imp (earlier) Differential Revision:

svn commit: r306496 - head/lib/libc/sys

2016-09-30 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 30 13:05:32 2016 New Revision: 306496 URL: https://svnweb.freebsd.org/changeset/base/306496 Log: Reinstate Xr macros that were accidentally removed in a previous commit. Add some missing cross-references to the SEE ALSO section. Bump date now that there are

svn commit: r306495 - head/lib/libc/sys

2016-09-30 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 30 13:04:18 2016 New Revision: 306495 URL: https://svnweb.freebsd.org/changeset/base/306495 Log: Minor markup and wording fixes. MFC after:1 week Modified: head/lib/libc/sys/getrlimit.2 Modified: head/lib/libc/sys/getrlimit.2

svn commit: r306494 - head/lib/libc/sys

2016-09-30 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 30 11:05:29 2016 New Revision: 306494 URL: https://svnweb.freebsd.org/changeset/base/306494 Log: After perusal of the documentation and some experimentation, I found a version that works with both groff and mandoc. Hat tip to: kib MFC after:1 week

Re: svn commit: r306488 - head/lib/libc/sys

2016-09-30 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Log: > Format the table correctly, using cell separators instead of relying > on *roff or mandoc to guess where one cell ends and the next begins. So apparently, the old version works with *roff but not with mandoc, while the new version works

svn commit: r306493 - head/sys/arm/conf

2016-09-30 Thread Emmanuel Vadot
Author: manu Date: Fri Sep 30 10:46:27 2016 New Revision: 306493 URL: https://svnweb.freebsd.org/changeset/base/306493 Log: Add support for RPI2 to the armv6 GENERIC kernel. Modified: head/sys/arm/conf/GENERIC Modified: head/sys/arm/conf/GENERIC

svn commit: r306492 - head/sys/arm/conf

2016-09-30 Thread Andrew Turner
Author: andrew Date: Fri Sep 30 10:22:50 2016 New Revision: 306492 URL: https://svnweb.freebsd.org/changeset/base/306492 Log: Remove the duplicate ukbd device from the armv6 GENERIC Sponsored by: ABT Systems Ltd Modified: head/sys/arm/conf/GENERIC Modified: head/sys/arm/conf/GENERIC

svn commit: r306491 - in head/sys/arm: broadcom/bcm2835 conf

2016-09-30 Thread Emmanuel Vadot
Author: manu Date: Fri Sep 30 10:21:04 2016 New Revision: 306491 URL: https://svnweb.freebsd.org/changeset/base/306491 Log: RPI2: Add support for MULTIDELAY, this is needed for inclusion into GENERIC. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c head/sys/arm/conf/RPI2

svn commit: r306490 - head/sys/arm/conf

2016-09-30 Thread Andrew Turner
Author: andrew Date: Fri Sep 30 10:20:53 2016 New Revision: 306490 URL: https://svnweb.freebsd.org/changeset/base/306490 Log: Add support for Tegra to the armv6 GENERIC kernel. Reviewed by: imp, mmel Sponsored by: ABT Systems Ltd Differential Revision:

svn commit: r306489 - head/sys/arm/broadcom/bcm2835

2016-09-30 Thread Emmanuel Vadot
Author: manu Date: Fri Sep 30 10:00:57 2016 New Revision: 306489 URL: https://svnweb.freebsd.org/changeset/base/306489 Log: bcm2835_cpufreq: Only attach driver if we correcly match on the machine compatible string. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c Modified:

svn commit: r306488 - head/lib/libc/sys

2016-09-30 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 30 09:23:29 2016 New Revision: 306488 URL: https://svnweb.freebsd.org/changeset/base/306488 Log: Format the table correctly, using cell separators instead of relying on *roff or mandoc to guess where one cell ends and the next begins. MFC after:1 week

svn commit: r306487 - in stable/11: targets/pseudo/userland usr.bin usr.bin/proccontrol

2016-09-30 Thread Konstantin Belousov
Author: kib Date: Fri Sep 30 09:20:44 2016 New Revision: 306487 URL: https://svnweb.freebsd.org/changeset/base/306487 Log: MFC r306261: Add proccontrol(1). MFC r306281 (by bdrewery): DIRDEPS_BUILD: Connect new directories. Added: stable/11/usr.bin/proccontrol/ - copied from

Re: svn commit: r306486 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/mlx4 sys/dev/mlx4/mlx4_core sys/dev/mlx4/mlx4_en sys/dev/mlx4/mlx4_ib sys/i386/conf sys/modules sys/modules/mlx4 sys/m

2016-09-30 Thread Sepherosa Ziehau
Nice! :) On Fri, Sep 30, 2016 at 4:23 PM, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Sep 30 08:23:06 2016 > New Revision: 306486 > URL: https://svnweb.freebsd.org/changeset/base/306486 > > Log: > Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into

svn commit: r306486 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/mlx4 sys/dev/mlx4/mlx4_core sys/dev/mlx4/mlx4_en sys/dev/mlx4/mlx4_ib sys/i386/conf sys/modules sys/modules/mlx4 sys/mo...

2016-09-30 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 30 08:23:06 2016 New Revision: 306486 URL: https://svnweb.freebsd.org/changeset/base/306486 Log: Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4 like other PCI network drivers. The sys/ofed directory is now mainly reserved for generic

svn commit: r306485 - in head/sys: dev/hyperv/netvsc net

2016-09-30 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:58:45 2016 New Revision: 306485 URL: https://svnweb.freebsd.org/changeset/base/306485 Log: hyperv/hn: Add stubs for OFFLOAD_CURRENT_CONFIG and NETWORK_CHANGE status MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r306484 - head/sys/modules/hyperv/vmbus

2016-09-30 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:49:39 2016 New Revision: 306484 URL: https://svnweb.freebsd.org/changeset/base/306484 Log: hyperv/vmbus: Add missing vmbus_if.c to module build. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r306483 - head/sys/dev/hyperv/netvsc

2016-09-30 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:30:16 2016 New Revision: 306483 URL: https://svnweb.freebsd.org/changeset/base/306483 Log: hyperv/hn: Fix detach and attach error handling. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8066

svn commit: r306482 - head/sys/dev/hyperv/netvsc

2016-09-30 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:21:00 2016 New Revision: 306482 URL: https://svnweb.freebsd.org/changeset/base/306482 Log: hyperv/hn: If synthetic parts are detached, don't touch them. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r306481 - head/sys/x86/x86

2016-09-30 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 30 06:08:21 2016 New Revision: 306481 URL: https://svnweb.freebsd.org/changeset/base/306481 Log: x86/ioapic: Fix destination cpu for Hyper-V On Hyper-V: - Stick to the first cpu for all I/O APIC pins. - And don't allow destination cpu changes. Reviewed