svn commit: r294386 - in stable/10/sys: conf dev/sfxge/common modules/sfxge

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:01:21 2016 New Revision: 294386 URL: https://svnweb.freebsd.org/changeset/base/294386 Log: MFC r293901,r294371 sfxge: add accessors for license-related MCDI calls to common code Add support for Huntington MCDI licensing interface to common code. P

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:02:11 2016 New Revision: 294387 URL: https://svnweb.freebsd.org/changeset/base/294387 Log: MFC r293902 sfxge: cleanup: quieten efx_mcdi_read_resonse_header error reporting The "mcdi_err_arg" probe still reports results of failed MCDI commands, unl

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:03:30 2016 New Revision: 294388 URL: https://svnweb.freebsd.org/changeset/base/294388 Log: MFC r294075 sfxge: rename hunt_link_state_t to ef10_link_state_t Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communicatio

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:05:56 2016 New Revision: 294389 URL: https://svnweb.freebsd.org/changeset/base/294389 Log: MFC r294076 sfxge: rework MCDI request completion Submitted by: Andy Moreton Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. Modif

svn commit: r294390 - in stable/10: share/man/man4 sys/dev/sfxge

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:07:30 2016 New Revision: 294390 URL: https://svnweb.freebsd.org/changeset/base/294390 Log: MFC r294077 sfxge: support FATSOv2 Reviewed by:gnn Sponsored by: Solarflare Communications, Inc. Modified: stable/10/share/man/man4/sfxge.4 stabl

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:08:44 2016 New Revision: 294391 URL: https://svnweb.freebsd.org/changeset/base/294391 Log: MFC r294078 sfxge: medford stores a single global copy of VPD Not per PF copies as on Huntington. Submitted by: Mark Spender Reviewed by:gnn S

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:11:12 2016 New Revision: 294392 URL: https://svnweb.freebsd.org/changeset/base/294392 Log: MFC r294079 sfxge: Medford still needs fallback for no privilege mask Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Communi

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:13:10 2016 New Revision: 294393 URL: https://svnweb.freebsd.org/changeset/base/294393 Log: MFC r294081 sfxge: cleanup: simplify ef10_get_datapath_caps Submitted by: Andy Moreton Reviewed by:gnn Sponsored by: Solarflare Communications, I

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:13:59 2016 New Revision: 294394 URL: https://svnweb.freebsd.org/changeset/base/294394 Log: MFC r294091 sfxge: rename common hunt PHY methods to ef10 and use for Medford Leaving BIST methods for now as, though the Medford bootrom now has lots of BI

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:14:42 2016 New Revision: 294395 URL: https://svnweb.freebsd.org/changeset/base/294395 Log: MFC r294092 sfxge: rename Huntington MAC methods to EF10 and use for Medford Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:16:30 2016 New Revision: 294396 URL: https://svnweb.freebsd.org/changeset/base/294396 Log: MFC r294094 sfxge: check the RX DMA end padding configuration on Medford Submitted by: Mark Spender Reviewed by:gnn Sponsored by: Solarflare Comm

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:17:28 2016 New Revision: 294397 URL: https://svnweb.freebsd.org/changeset/base/294397 Log: MFC r294253 sfxge: if supported by firmware, use enhanced SET_MAC command to only configure the MTU This allows an MTU change to be requested on unpriviliged

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:18:43 2016 New Revision: 294398 URL: https://svnweb.freebsd.org/changeset/base/294398 Log: MFC r294254 sfxge: support RFID-selectable segments of dynamic configuration tlv_partition_header has field *preset* to support RFID-selectable segments of

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:20:00 2016 New Revision: 294399 URL: https://svnweb.freebsd.org/changeset/base/294399 Log: MFC r294255 sfxge: highlight that descriptor cache sizes are configured using TLV now Submitted by: Tom Millington Sponsored by: Solarflare Communicati

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:21:07 2016 New Revision: 294400 URL: https://svnweb.freebsd.org/changeset/base/294400 Log: MFC r294256 sfxge: cleanup: remove extra empty lines Sponsored by: Solarflare Communications, Inc. Modified: stable/10/sys/dev/sfxge/common/ef10_tlv_layo

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:24:00 2016 New Revision: 294401 URL: https://svnweb.freebsd.org/changeset/base/294401 Log: MFC r294257 sfxge: regenerate siena_flash.h from FW sources Sponsored by: Solarflare Communications, Inc. Modified: stable/10/sys/dev/sfxge/common/siena_

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:25:41 2016 New Revision: 294402 URL: https://svnweb.freebsd.org/changeset/base/294402 Log: MFC r294259 sfxge: regenerate EF10 registers definition for Medford Sponsored by: Solarflare Communications, Inc. Modified: stable/10/sys/dev/sfxge/commo

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:26:58 2016 New Revision: 294403 URL: https://svnweb.freebsd.org/changeset/base/294403 Log: MFC r294309 sfxge: select whether to read current or backup partition in Medford A/B scheme The dynamic config on Medford is stored using two partitions in f

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

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 08:28:32 2016 New Revision: 294404 URL: https://svnweb.freebsd.org/changeset/base/294404 Log: MFC r294310 sfxge: improve error handling in ef10_ev_rx() Ensure that checksum flags and L3/L4 fields are ignored if lower level errors are reported in the

svn commit: r294406 - stable/10/sys/dev/sfxge

2016-01-20 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 20 09:00:42 2016 New Revision: 294406 URL: https://svnweb.freebsd.org/changeset/base/294406 Log: MFC r294372 sfxge: refresh version to note matching version of out-of-tree driver Sponsored by: Solarflare Communications, Inc. Modified: stable/10/sys/d

svn commit: r294417 - in stable/10/sys/boot: common fdt forth i386/libi386 i386/loader

2016-01-20 Thread Roger Pau Monné
Author: royger Date: Wed Jan 20 13:23:02 2016 New Revision: 294417 URL: https://svnweb.freebsd.org/changeset/base/294417 Log: MFC r277215, r277291, r277418, r280953 and r280954: loader: implement multiboot support for Xen Dom0 Note that only the subset of the multiboot specification ne

svn commit: r294443 - in stable/10/share: man/man7 misc

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 16:41:00 2016 New Revision: 294443 URL: https://svnweb.freebsd.org/changeset/base/294443 Log: MFC r293281: Use standard name for ASCII LF and FF control codes PR: 205778 Modified: stable/10/share/man/man7/ascii.7 stable/10/share/misc/ascii (c

svn commit: r294445 - in stable/10/sys/boot: efi/libefi efi/loader ficl/amd64

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 16:53:38 2016 New Revision: 294445 URL: https://svnweb.freebsd.org/changeset/base/294445 Log: MFC r293233: loader.efi: add terminal emulation support This is based on the vidconsole implementation. Submitted by: Toomas Soome Relnotes: Yes Modifie

svn commit: r294446 - stable/10/sys/boot/forth

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 16:59:37 2016 New Revision: 294446 URL: https://svnweb.freebsd.org/changeset/base/294446 Log: MFC r293234: Enable the beastie menu for the UEFI console As of r294445 [in stable/10] the UEFI console includes basic terminal emulator support. Relnotes:

svn commit: r294449 - stable/10/sys/boot/efi/loader

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 17:38:21 2016 New Revision: 294449 URL: https://svnweb.freebsd.org/changeset/base/294449 Log: MFC r293245: loader.efi style(9) cleanup Submitted by: smh Modified: stable/10/sys/boot/efi/loader/main.c Directory Properties: stable/10/ (props changed) Mo

svn commit: r294450 - stable/10/usr.bin/elfdump

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 17:40:11 2016 New Revision: 294450 URL: https://svnweb.freebsd.org/changeset/base/294450 Log: MFC r288083, r288138: elfdump: report MIPS-specific ELF section types Modified: stable/10/usr.bin/elfdump/elfdump.c Directory Properties: stable/10/ (props changed

svn commit: r294453 - stable/10/lib/libc/string

2016-01-20 Thread Brooks Davis
Author: brooks Date: Wed Jan 20 19:08:49 2016 New Revision: 294453 URL: https://svnweb.freebsd.org/changeset/base/294453 Log: MFC r293855: Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C w

svn commit: r294454 - stable/10/sys/sys

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 19:20:28 2016 New Revision: 294454 URL: https://svnweb.freebsd.org/changeset/base/294454 Log: MFC r288081: Add MIPS ELF section type SHT_MIPS_ABIFLAGS definition Modified: stable/10/sys/sys/elf_common.h Directory Properties: stable/10/ (props changed) Modi

svn commit: r294455 - stable/10/lib/libc/string

2016-01-20 Thread Brooks Davis
Author: brooks Date: Wed Jan 20 19:26:04 2016 New Revision: 294455 URL: https://svnweb.freebsd.org/changeset/base/294455 Log: MFC r293856: Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C w

svn commit: r294459 - in stable/10/sys: mips/include sys

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 21:06:24 2016 New Revision: 294459 URL: https://svnweb.freebsd.org/changeset/base/294459 Log: MFC r276539: Update ELF headers to include additional defines The elftoolchain project includes these additional defines for various userland programs. Given that

svn commit: r294460 - stable/10/sys/boot/ia64/efi

2016-01-20 Thread Ed Maste
Author: emaste Date: Wed Jan 20 21:22:06 2016 New Revision: 294460 URL: https://svnweb.freebsd.org/changeset/base/294460 Log: Leave temporary ia64 loader.sym behind if the build fails This facilitates investigation of the build failure, and is the same way it's done for other architecture

Re: svn commit: r294343 - stable/10/lib/libstand

2016-01-20 Thread Ed Maste
On 19 January 2016 at 16:35, Ian Lepore wrote: > Author: ian > Date: Tue Jan 19 21:35:09 2016 > New Revision: 294343 > URL: https://svnweb.freebsd.org/changeset/base/294343 > > Log: > MFC r292583: > > Allow dhcp/bootp server-provided values to be overriden from environment > variables in

Re: svn commit: r294343 - stable/10/lib/libstand

2016-01-20 Thread Ian Lepore
On Wed, 2016-01-20 at 16:55 -0500, Ed Maste wrote: > On 19 January 2016 at 16:35, Ian Lepore wrote: > > Author: ian > > Date: Tue Jan 19 21:35:09 2016 > > New Revision: 294343 > > URL: https://svnweb.freebsd.org/changeset/base/294343 > > > > Log: > > MFC r292583: > > > > Allow dhcp/bootp s

svn commit: r294462 - stable/10/lib/libstand

2016-01-20 Thread Ian Lepore
Author: ian Date: Wed Jan 20 22:05:49 2016 New Revision: 294462 URL: https://svnweb.freebsd.org/changeset/base/294462 Log: Add strlcat and strlcpy to libstand on ia64. This is conceptually part of the MFC done in r294342, but since ia64 is gone in -current this is a direct commit to 10-stab

svn commit: r294479 - stable/10/usr.sbin/bsdinstall/scripts

2016-01-20 Thread Allan Jude
Author: allanjude Date: Thu Jan 21 01:15:40 2016 New Revision: 294479 URL: https://svnweb.freebsd.org/changeset/base/294479 Log: MFC: r294191 Never 4k align the MBR bootpool because zfsldr can not deal with a gap Sponsored by: ScaleEngine Inc. Modified: stable/10/usr.sbin/bsdinstall/

svn commit: r294480 - in stable/10/sys/boot: i386/zfsboot pc98/boot2 pc98/libpc98

2016-01-20 Thread John Baldwin
Author: jhb Date: Thu Jan 21 01:25:28 2016 New Revision: 294480 URL: https://svnweb.freebsd.org/changeset/base/294480 Log: MFC 292682: Fix remaining direct tests of the carry flag in the v86 %eflags via a magic number to use V86_CY() instead. These should have been fixed as part of the cl

svn commit: r294483 - stable/10/sys/geom

2016-01-20 Thread Ravi Pokala
Author: rpokala Date: Thu Jan 21 03:05:03 2016 New Revision: 294483 URL: https://svnweb.freebsd.org/changeset/base/294483 Log: MFC r294042: Add rotationrate to geom disk dumpconf Parse and report the nominal rotation rate reported by the drive. Approved by: jhb Modified: stable/10/

svn commit: r294484 - stable/10/usr.sbin/jail

2016-01-20 Thread Jamie Gritton
Author: jamie Date: Thu Jan 21 04:37:16 2016 New Revision: 294484 URL: https://svnweb.freebsd.org/changeset/base/294484 Log: MFC r294183: Clear errno before calling getpw*. MFC r294196: Don't bother checking an ip[46].addr netmask/prefixlen. This is already handled by ifc

svn commit: r294485 - stable/10/tools/regression/sockets/zerosend

2016-01-20 Thread Garrett Cooper
Author: ngie Date: Thu Jan 21 05:57:32 2016 New Revision: 294485 URL: https://svnweb.freebsd.org/changeset/base/294485 Log: MFC r294127: Fix warnings with clang/gcc - Get rid of unused argc/argv variables in main - Exit on failure with a return code of 1 instead of -1 with err/errx a

svn commit: r294486 - in stable/10/tools/regression/sockets: reconnect sendfile

2016-01-20 Thread Garrett Cooper
Author: ngie Date: Thu Jan 21 05:59:33 2016 New Revision: 294486 URL: https://svnweb.freebsd.org/changeset/base/294486 Log: MFC r294126: Fix warnings with gcc 5.0 reconnect.c: - Convert the K&R prototype of main to an ANSI prototype to mute a warning from gcc 4.2.1 - Close s_so