svn commit: r300514 - stable/10/sbin/pfctl

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 23 16:02:29 2016 New Revision: 300514 URL: https://svnweb.freebsd.org/changeset/base/300514 Log: MFC r297984: Make pfctl(8) more flexible when parsing bandwidth values. This is the current behaviour in OpenBSD and a similar patch exist in pfSense too.

svn commit: r300516 - in stable/10/sys/dev/ntb: if_ntb ntb_hw

2016-05-23 Thread Alexander Motin
Author: mav Date: Mon May 23 16:12:11 2016 New Revision: 300516 URL: https://svnweb.freebsd.org/changeset/base/300516 Log: Add respective tunables to all sysctls. This is direct commit to stable/10, since head does not need it any more. Modified: stable/10/sys/dev/ntb/if_ntb/if_ntb.c

svn commit: r300520 - stable/10/sys/dev/amdtemp

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 23 16:37:04 2016 New Revision: 300520 URL: https://svnweb.freebsd.org/changeset/base/300520 Log: MFC r298270: Add PCI ID for family 10h model 30h to amdtemp(4). This adds support to CPU found in PC Engines APU2 series. Sponsored by: Rubicon

svn commit: r300518 - stable/10/sys/netinet

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 23 16:20:50 2016 New Revision: 300518 URL: https://svnweb.freebsd.org/changeset/base/300518 Log: MFC r297985: Do not overwrite the dchg variable. It does not cause any real issues because the variable is overwritten only when the packet is forwarded (and

svn commit: r300559 - in stable/10/usr.sbin/bsnmpd/tools: bsnmptools libbsnmptools

2016-05-23 Thread Garrett Cooper
Author: ngie Date: Tue May 24 04:23:58 2016 New Revision: 300559 URL: https://svnweb.freebsd.org/changeset/base/300559 Log: MFC r299764,r299765,r299767,r299769,r299770,r299774,r299802,r299803,r299805,r299814: r299764: Use the size of the destination buffer, not the source buffer.

svn commit: r300561 - in stable/10: contrib/bsnmp/snmp_usm contrib/bsnmp/snmpd usr.sbin/bsnmpd/bsnmpd

2016-05-23 Thread Garrett Cooper
Author: ngie Date: Tue May 24 04:49:58 2016 New Revision: 300561 URL: https://svnweb.freebsd.org/changeset/base/300561 Log: MFC r299465,r299807,r299808,r299817,r299831,r299832,r300167: r299465 (by cem): bsnmp: Don't overrun privkey buffer by copying wrong size The 'priv_key'

svn commit: r300553 - stable/10/usr.bin/sed

2016-05-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 24 02:57:13 2016 New Revision: 300553 URL: https://svnweb.freebsd.org/changeset/base/300553 Log: MFV r299377: sed.1: Correction for the case insensitive case. Use the capital I instead of the lowercase. Submitted by: Mikhail T. Modified:

svn commit: r300555 - stable/10/usr.bin/sed

2016-05-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 24 03:08:32 2016 New Revision: 300555 URL: https://svnweb.freebsd.org/changeset/base/300555 Log: sed: rewrite the main loop. Rewrite the main loop of the "sed s/..." command, shortening it by ten lines and simplifying it by removing the switch statement

svn commit: r300488 - stable/10/sys/net

2016-05-23 Thread Nick Hibma
Author: n_hibma Date: Mon May 23 09:44:06 2016 New Revision: 300488 URL: https://svnweb.freebsd.org/changeset/base/300488 Log: MFC 299559: Allow silencing of 'promiscuous mode enabled/disabled' messages. Modified: stable/10/sys/net/if.c Modified: stable/10/sys/net/if.c

svn commit: r300475 - stable/10/usr.sbin/bsnmpd/tools/libbsnmptools

2016-05-23 Thread Garrett Cooper
Author: ngie Date: Mon May 23 06:01:04 2016 New Revision: 300475 URL: https://svnweb.freebsd.org/changeset/base/300475 Log: MFC r299710,r299711,r299763,r299783,r299811: r299710: Staticize global variables only used in bsnmpimport.c to fix -Wmissing-variable-declarations warnings

svn commit: r300482 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-05-23 Thread Andriy Gapon
Author: avg Date: Mon May 23 07:15:23 2016 New Revision: 300482 URL: https://svnweb.freebsd.org/changeset/base/300482 Log: MFC r300024: zfs_ioc_rename: fix a reversed condition PR: 209093 Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Directory

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

2016-05-23 Thread Andriy Gapon
Author: avg Date: Mon May 23 07:21:01 2016 New Revision: 300484 URL: https://svnweb.freebsd.org/changeset/base/300484 Log: MFC r299916: vfs_read_dirent: increment ncookies after adding a cookie Modified: stable/10/sys/kern/vfs_subr.c Directory Properties: stable/10/ (props changed)