svn commit: r294016 - stable/10/sys/dev/sfxge/common

2016-01-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jan 14 16:27:43 2016 New Revision: 294016 URL: https://svnweb.freebsd.org/changeset/base/294016 Log: MFC r293814 sfxge: cleanup: simplify EFX header includes Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. Modified: stable/1

svn commit: r294010 - stable/10/sys/dev/sfxge/common

2016-01-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jan 14 16:21:58 2016 New Revision: 294010 URL: https://svnweb.freebsd.org/changeset/base/294010 Log: MFC r293809 sfxge: simplify MCDI request start Submitted by: Andy Moreton Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. Modified

svn commit: r294017 - stable/10/sys/dev/sfxge/common

2016-01-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jan 14 16:28:21 2016 New Revision: 294017 URL: https://svnweb.freebsd.org/changeset/base/294017 Log: MFC r293817 sfxge: cleanup: prefast fixes in common code Submitted by: Andrew Lee Sponsored by: Solarflare Communications, Inc. Modified: stable/10/

svn commit: r294018 - stable/10/sys/dev/sfxge/common

2016-01-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jan 14 16:29:33 2016 New Revision: 294018 URL: https://svnweb.freebsd.org/changeset/base/294018 Log: MFC r293818 sfxge: cleanup: fix typo in unused EFX_QWORD_IS_SET64 Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. Modi

svn commit: r294019 - stable/10/sys/dev/sfxge/common

2016-01-14 Thread Andrew Rybchenko
Author: arybchik Date: Thu Jan 14 16:30:37 2016 New Revision: 294019 URL: https://svnweb.freebsd.org/changeset/base/294019 Log: MFC r293819 sfxge: cleanup: fix return code types Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. Modified: stable/1

svn commit: r294025 - stable/10/sys/modules/if_gif

2016-01-14 Thread Sean Bruno
Author: sbruno Date: Thu Jan 14 17:44:45 2016 New Revision: 294025 URL: https://svnweb.freebsd.org/changeset/base/294025 Log: Fixup option handling after r293778 by wrapping MK_INET6_SUPPORT in a KERNBUILDDIR check. Sponsored by: Limelight Networks Modified: stable/10/sys/modules/if_gi

Re: svn commit: r294025 - stable/10/sys/modules/if_gif

2016-01-14 Thread NGie Cooper
> On Jan 14, 2016, at 09:44, Sean Bruno wrote: > > Author: sbruno > Date: Thu Jan 14 17:44:45 2016 > New Revision: 294025 > URL: https://svnweb.freebsd.org/changeset/base/294025 > > Log: > Fixup option handling after r293778 by wrapping MK_INET6_SUPPORT in a > KERNBUILDDIR check. > > Sponso

svn commit: r294030 - stable/10/sys/dev/e1000

2016-01-14 Thread Sean Bruno
Author: sbruno Date: Thu Jan 14 18:57:17 2016 New Revision: 294030 URL: https://svnweb.freebsd.org/changeset/base/294030 Log: MFC r292670 Add support for sysctl knobs to live tune the tx packet processing limits in igb and fix a wrap-around bug. Submitted by: Jason (j...@nitrology.co

svn commit: r294033 - stable/10/usr.bin/truss

2016-01-14 Thread John Baldwin
Author: jhb Date: Thu Jan 14 19:47:52 2016 New Revision: 294033 URL: https://svnweb.freebsd.org/changeset/base/294033 Log: Now that futimens() and utimensat() have been merged, add decoding for those system calls that was left out of the previous merge of r286381 in r290052. Modified: sta

svn commit: r294034 - stable/10/sys/dev/ixgbe

2016-01-14 Thread Sean Bruno
Author: sbruno Date: Thu Jan 14 20:04:44 2016 New Revision: 294034 URL: https://svnweb.freebsd.org/changeset/base/294034 Log: MFC r289238 Add support for sysctl knobs to live tune the per interrupt rx/tx packet processing limits in ixgbe(4) Submitted by: jason wolfe (j-nitrology.com)

svn commit: r294043 - stable/10/share/mk

2016-01-14 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 14 21:53:06 2016 New Revision: 294043 URL: https://svnweb.freebsd.org/changeset/base/294043 Log: Fix SRCTOP assignment for fmake. This corrects r292239 which incorrectly used a bmake feature for the fmake logic. Sponsored by: EMC / Isilon Storage Divisi

svn commit: r294044 - stable/10

2016-01-14 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 14 21:58:32 2016 New Revision: 294044 URL: https://svnweb.freebsd.org/changeset/base/294044 Log: Fix improper use of MK_TESTS here from r264996. In stable/10, the MK_TESTS=no form is not supported. This was preventing the bmake bootstrap from working.

svn commit: r294045 - stable/10

2016-01-14 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 14 21:59:43 2016 New Revision: 294045 URL: https://svnweb.freebsd.org/changeset/base/294045 Log: MFC r293342: Always try to upgrade to bmake if not already using it. Modified: stable/10/Makefile Directory Properties: stable/10/ (props changed) Modifi

svn commit: r294046 - in stable/10: lib/libpmc sys/dev/hwpmc sys/sys usr.sbin/pmcstat

2016-01-14 Thread Jonathan T. Looney
Author: jtl Date: Thu Jan 14 22:02:21 2016 New Revision: 294046 URL: https://svnweb.freebsd.org/changeset/base/294046 Log: MFC r290811: Fix hwpmc "stalled" behavior Currently, there is a single pm_stalled flag that tracks whether a performance monitor was "stalled" due to insuffic

svn commit: r294049 - stable/10/crypto/openssh

2016-01-14 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 14 22:42:43 2016 New Revision: 294049 URL: https://svnweb.freebsd.org/changeset/base/294049 Log: Merge r294048: fix OpenSSH client information leak. Security: SA-16:07.openssh Security: CVE-2016-0777 Modified: stable/10/crypto/openssh/readconf.c Di

svn commit: r294056 - in stable/10: gnu/usr.bin/groff/tmac lib/clang sys/conf

2016-01-14 Thread Marius Strobl
Author: marius Date: Fri Jan 15 00:05:58 2016 New Revision: 294056 URL: https://svnweb.freebsd.org/changeset/base/294056 Log: Update stable/10 from 10.2-STABLE to 10.3-PRERELEASE, marking the official start of the code slush. Set the default mdoc(7) version to 10.3, and update the clang

Re: svn commit: r293297 - in stable/10/sys/boot/efi: . boot1 loader loader/arch loader/arch/amd64

2016-01-14 Thread Oliver Pinter
On 1/7/16, Ed Maste wrote: > Author: emaste > Date: Thu Jan 7 02:22:45 2016 > New Revision: 293297 > URL: https://svnweb.freebsd.org/changeset/base/293297 > > Log: > MFC r280950: Move the efi loaders to be under sys/boot/efi > > In HEAD this was done to support UEFI on arm64. Merging to stabl

svn commit: r294061 - stable/10/sys/dev/ixgbe

2016-01-14 Thread Sean Bruno
Author: sbruno Date: Fri Jan 15 01:26:32 2016 New Revision: 294061 URL: https://svnweb.freebsd.org/changeset/base/294061 Log: Multiple MFC for ixgbe -- v 3.1.0 r283883 -- update to 3.1.0 r283893 -- update SRIOV API changes related to future possible MFC of SRIOV work r285590

svn commit: r294063 - stable/10/tools/regression

2016-01-14 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 02:13:55 2016 New Revision: 294063 URL: https://svnweb.freebsd.org/changeset/base/294063 Log: MFC r293028,r293029: r293028: - Use geom load instead of g load; g doesn't exist for all geom classes, e.g. geom_uzip(4) - These tests require root. Skip a

svn commit: r294064 - stable/10/share/mk

2016-01-14 Thread Steven Hartland
Author: smh Date: Fri Jan 15 02:14:49 2016 New Revision: 294064 URL: https://svnweb.freebsd.org/changeset/base/294064 Log: MFC r274503: Add OBJDUMP to sys.mk. Sponsored by: Multiplay Modified: stable/10/share/mk/sys.mk Directory Properties: stable/10/ (props changed) Modified:

Re: svn commit: r294064 - stable/10/share/mk

2016-01-14 Thread NGie Cooper
> On Jan 14, 2016, at 18:14, Steven Hartland wrote: > > Author: smh > Date: Fri Jan 15 02:14:49 2016 > New Revision: 294064 > URL: https://svnweb.freebsd.org/changeset/base/294064 > > Log: > MFC r274503: > > Add OBJDUMP to sys.mk. > > Sponsored by:Multiplay Thanks :) _

Re: svn commit: r293297 - in stable/10/sys/boot/efi: . boot1 loader loader/arch loader/arch/amd64

2016-01-14 Thread Steven Hartland
This is fixed by 294064 MFC of r274503 On 15/01/2016 01:02, Oliver Pinter wrote: On 1/7/16, Ed Maste wrote: Author: emaste Date: Thu Jan 7 02:22:45 2016 New Revision: 293297 URL: https://svnweb.freebsd.org/changeset/base/293297 Log: MFC r280950: Move the efi loaders to be under sys/boot/e

svn commit: r294066 - in stable/10/tools/regression: geom_concat geom_mirror geom_raid3 geom_shsec geom_stripe

2016-01-14 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 02:22:02 2016 New Revision: 294066 URL: https://svnweb.freebsd.org/changeset/base/294066 Log: MFC r293032: Use randomly generated device names in testcases via mktemp -u instead of using the hardcoded device name, "test" Modified: stable/10/tools/regressi

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

2016-01-14 Thread Ravi Pokala
Author: rpokala Date: Fri Jan 15 04:05:56 2016 New Revision: 294070 URL: https://svnweb.freebsd.org/changeset/base/294070 Log: [PR 206219] Kernel panic from lagg_ioctl and lagg_port_ioctl r287723 removed some cleanup from lagg(4), which leads to panics when changing configuration. Restore

svn commit: r294071 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2016-01-14 Thread Glen Barber
Author: gjb Date: Fri Jan 15 05:38:27 2016 New Revision: 294071 URL: https://svnweb.freebsd.org/changeset/base/294071 Log: Fix dates for previous errata update. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/share/xml/security.xml Changes in other areas also in thi

svn commit: r294074 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2016-01-14 Thread Glen Barber
Author: gjb Date: Fri Jan 15 05:48:28 2016 New Revision: 294074 URL: https://svnweb.freebsd.org/changeset/base/294074 Log: Document SA-16:07 Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/share/xml/security.xml Changes in other areas also in this revision: Modified

<    1   2