Re: svn commit: r294693 - in stable/10: . crypto/openssh secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd share/mk tools/build/options

2016-01-24 Thread Dag-Erling Smørgrav
NGie Cooper writes: > Dag-Erling Smørgrav writes: > > Log: > > MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563) > > > > Remove the HPN and None cipher patches. > Relnotes: yes? Yes, sorry. There's a lot more coming, though. DES -- Dag-Erling Smørgrav - d...@des.no __

Re: svn commit: r294693 - in stable/10: . crypto/openssh secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd share/mk tools/build/options

2016-01-24 Thread NGie Cooper
> On Jan 24, 2016, at 14:28, Dag-Erling Smørgrav wrote: > > Author: des > Date: Sun Jan 24 22:28:18 2016 > New Revision: 294693 > URL: https://svnweb.freebsd.org/changeset/base/294693 > > Log: > MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563) > > Remove the HPN and None c

svn commit: r294693 - in stable/10: . crypto/openssh secure/lib/libssh secure/usr.bin/ssh secure/usr.sbin/sshd share/mk tools/build/options

2016-01-24 Thread Dag-Erling Smørgrav
older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20160124: + The NONE and HPN patches has been removed from OpenSSH. They are + still available in the security/openssh-portable

svn commit: r294690 - stable/10/sys/arm/mv

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 22:17:05 2016 New Revision: 294690 URL: https://svnweb.freebsd.org/changeset/base/294690 Log: MFC r289477: Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESS value is defined as a config option the definition is emitted into op

svn commit: r294689 - stable/10/sys/dev/rt

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 22:14:37 2016 New Revision: 294689 URL: https://svnweb.freebsd.org/changeset/base/294689 Log: MFC r293105: Eliminate code for walking through the early static env data. This code is called from a device attach routine, and thus cannot be called before

svn commit: r294687 - stable/10/sys/arm/at91

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 22:06:56 2016 New Revision: 294687 URL: https://svnweb.freebsd.org/changeset/base/294687 Log: MFC r294032: Fix the handling of the "PDC write transfer length" erratum for at91. The problem affects revision 1xx hardware as well as later versions. Also, th

svn commit: r294686 - stable/10/sys/arm/arm

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 22:05:21 2016 New Revision: 294686 URL: https://svnweb.freebsd.org/changeset/base/294686 Log: MFC r293830: Fix the spelling of fueword* to eliminate compile warnings about mismatched begin/end symbols when the warning level is turned up. Modified: stabl

svn commit: r294685 - in stable/10/sys: arm/arm boot/uboot/lib

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 22:00:36 2016 New Revision: 294685 URL: https://svnweb.freebsd.org/changeset/base/294685 Log: MFC r293053, r293061, r293063, r293064, r293065, r293775, r293792: Use 64-bit math when finding a block of ram to hold the kernel. This fixes a problem on 32-bit

svn commit: r294683 - in stable/10/sys: amd64/amd64 arm/arm arm/xscale/ixp425 i386/i386 kern sparc64/sparc64

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 21:04:06 2016 New Revision: 294683 URL: https://svnweb.freebsd.org/changeset/base/294683 Log: MFC r293045, r293046: Make the 'env' directive described in config(5) work on all architectures, providing compiled-in static environment data that is used instea

svn commit: r294682 - stable/10/sys/arm/arm

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 20:15:52 2016 New Revision: 294682 URL: https://svnweb.freebsd.org/changeset/base/294682 Log: MFC r290647, r292523, r292891: ARM: Improve robustness of locore_v6.S and fix errors. - boot page table is not allocated in data section, so must be cleared

svn commit: r294681 - stable/10/sys/arm/arm

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 19:58:58 2016 New Revision: 294681 URL: https://svnweb.freebsd.org/changeset/base/294681 Log: MFC r277416, r282023, r282024, r282025, r284264: Remove the SMP code from locore-v4. These will never use the SMP code as there is no multi-core hardware prior to

svn commit: r294680 - in stable/10/etc: defaults rc.d

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 19:41:31 2016 New Revision: 294680 URL: https://svnweb.freebsd.org/changeset/base/294680 Log: MFC r292752: Enhance rc.d/netwait script to wait for late-attaching interfaces such as USB NICs. USB network hardware may not be enumerated and available w

svn commit: r294679 - stable/10/sys/arm/freescale/imx

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 19:36:49 2016 New Revision: 294679 URL: https://svnweb.freebsd.org/changeset/base/294679 Log: MFC r292419, r294237: Fix the clock divisor calc for imx6 sdcard bus speed. Quick exit after setting the clock control register. Modified: stable/10/sys/arm

svn commit: r294678 - stable/10/sys/arm/freescale/imx

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 19:34:05 2016 New Revision: 294678 URL: https://svnweb.freebsd.org/changeset/base/294678 Log: MFC r291149, r291367: Update the imx5/imx6 cpu_reset() implementation based on a new understanding of the SRS (software reset) bit in the watchdog control registe

svn commit: r294677 - in stable/10/sys: kern powerpc/powerpc sparc64/sparc64 x86/x86

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 19:21:53 2016 New Revision: 294677 URL: https://svnweb.freebsd.org/changeset/base/294677 Log: MFC r289618, r290316: Fix printf format to allow for bus_size_t not being u_long on all platforms. Fix an alignment check that is wrong in half the busdma impl

svn commit: r294674 - stable/10/sys/dev/iicbus

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 18:54:55 2016 New Revision: 294674 URL: https://svnweb.freebsd.org/changeset/base/294674 Log: MFC r289727: Add FDT compatibility to the icee driver. The FDT bindings for eeprom parts don't include any metadata about the device other than the part na

svn commit: r294673 - stable/10/sys/dev/iicbus

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 18:54:11 2016 New Revision: 294673 URL: https://svnweb.freebsd.org/changeset/base/294673 Log: MFC r289726: Add iicbus_transfer_excl(), a helper routine to do an i2c bus transaction while holding exclusive ownership of the bus. This is the routine most

svn commit: r294672 - in stable/10/sys: boot/fdt/dts/arm dev/ofw

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 18:50:37 2016 New Revision: 294672 URL: https://svnweb.freebsd.org/changeset/base/294672 Log: MFC r289704: Fix parsing of I2C addresses properties in fdt data. I2C address is represented in 7-bits format in DT files, but system expect it in 8-bit form

svn commit: r294671 - stable/10/sys/arm/arm

2016-01-24 Thread Ian Lepore
Author: ian Date: Sun Jan 24 18:25:37 2016 New Revision: 294671 URL: https://svnweb.freebsd.org/changeset/base/294671 Log: MFC r289619: Follow the advice of the misplaced comment and don't access the map struct after freeing it. Remove the comment whose uselessness has been revealed.

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

2016-01-24 Thread Dag-Erling Smørgrav
Author: des Date: Sun Jan 24 15:44:57 2016 New Revision: 294666 URL: https://svnweb.freebsd.org/changeset/base/294666 Log: MFH (r263234, r263691, r266465, r290671, r290672, r290673, r290674, r294320, r294322, r294324, r294330, r294469, r294494, r294466) Reduce diffs to head in preparati