svn commit: r283359 - in stable/10/sys: amd64/linux32 compat/freebsd32 compat/svr4 i386/ibcs2 i386/linux kern sys

2015-05-24 Thread Konstantin Belousov
Author: kib Date: Sun May 24 07:32:02 2015 New Revision: 283359 URL: https://svnweb.freebsd.org/changeset/base/283359 Log: MFC r282708: On exec, single-threading must be enforced before arguments space is allocated from exec_map. Modified: stable/10/sys/amd64/linux32/linux32_machdep.c s

svn commit: r283368 - stable/10/sys/arm/conf

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 14:25:03 2015 New Revision: 283368 URL: https://svnweb.freebsd.org/changeset/base/283368 Log: MFC r276004: Fix the indentation to simplify comparing the ARM config files. Modified: stable/10/sys/arm/conf/BEAGLEBONE stable/10/sys/arm/conf/CNS11XXNAS stable/10/s

svn commit: r283387 - stable/10/sys/arm/conf

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 14:57:17 2015 New Revision: 283387 URL: https://svnweb.freebsd.org/changeset/base/283387 Log: MFC r279837: Remove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc" from armv6 configs. Modified: stable/10/sys/arm/conf/ARMADAXP stable/10/sys/arm/conf/CUBIEBOARD

svn commit: r283404 - stable/10/sys/arm/conf

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 15:21:47 2015 New Revision: 283404 URL: https://svnweb.freebsd.org/changeset/base/283404 Log: MFC r279850: Remove MODULES_OVERRIDE="" for Marvel-based armv5 systems. Also add some #NO_UNIVERSE to configs that essentially duplicate DB-88F6XXX. Modified:

svn commit: r283409 - in stable/10/sys/boot/uboot: fdt lib

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 15:29:56 2015 New Revision: 283409 URL: https://svnweb.freebsd.org/changeset/base/283409 Log: MFC r280194: Fix fdt_platform_fixups() mem region handling. Modified: stable/10/sys/boot/uboot/fdt/uboot_fdt.c stable/10/sys/boot/uboot/lib/glue.h Directory Prop

svn commit: r283457 - stable/10/sys/fs/nfsclient

2015-05-24 Thread Alexander Motin
Author: mav Date: Sun May 24 17:16:30 2015 New Revision: 283457 URL: https://svnweb.freebsd.org/changeset/base/283457 Log: MFC r282881: Do not promote large async writes to sync. Present implementation of large sync writes is too strict and so can be quite slow. Instead of doing that, ex

svn commit: r283477 - in stable/10/sys: conf dev/fdt dev/ofw

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 17:51:57 2015 New Revision: 283477 URL: https://svnweb.freebsd.org/changeset/base/283477 Log: MFC r279368, r280772, r280848: Allow creating subclass of FDT simplebus Make simplebus a base class of ofwbus. Fix bug in xrefinfo_find() for 64-bit pla

svn commit: r283481 - stable/10/sys/dev/uart

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 17:57:29 2015 New Revision: 283481 URL: https://svnweb.freebsd.org/changeset/base/283481 Log: MFC r281073, r281074, r281077, r281200: Use OF_getencprop over OF_getprop and fdt32_to_cpu. The latter may give us the wrong data in the failure case if shift was

svn commit: r283485 - stable/10/sys/dev/fdt

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 18:00:29 2015 New Revision: 283485 URL: https://svnweb.freebsd.org/changeset/base/283485 Log: MFC r281371: Use OF_getencpropalloc() to handle endianess of the properties. Modified: stable/10/sys/dev/fdt/fdt_pinctrl.c Directory Properties: stable/10/ (props cha

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

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 18:23:57 2015 New Revision: 283499 URL: https://svnweb.freebsd.org/changeset/base/283499 Log: MFC r282418: On an icache sync by address/len, round the length up if the operation spans a cacheline boundary. Modified: stable/10/sys/arm/arm/cpufunc_asm_arm

svn commit: r283500 - in stable/10/sys: arm/conf arm/freescale/imx boot/fdt/dts/arm

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 18:59:45 2015 New Revision: 283500 URL: https://svnweb.freebsd.org/changeset/base/283500 Log: MFC r268838, r277644: Add support for Toradex Apalis i.MX6 development board. Add support for imx6 audio transmitting, include drivers for: o Digital Audio

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

2015-05-24 Thread Ian Lepore
Author: ian Date: Sun May 24 19:00:46 2015 New Revision: 283501 URL: https://svnweb.freebsd.org/changeset/base/283501 Log: MFC r282516: Add the code necessary to run the imx6 chip at its lowest clock/power operating point (396MHz/950mV). Modified: stable/10/sys/arm/freescale/imx/im

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

2015-05-24 Thread Sean Bruno
Author: sbruno Date: Mon May 25 00:30:26 2015 New Revision: 283504 URL: https://svnweb.freebsd.org/changeset/base/283504 Log: MFC r283290 Bump rx_overruns when indicated by the ICR mask. PR: 199716 Sponsored by: Limelight Networks Modified: stable/10/sys/dev/e1000/if_em.

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

2015-05-24 Thread Ian Lepore
Author: ian Date: Mon May 25 01:06:55 2015 New Revision: 283505 URL: https://svnweb.freebsd.org/changeset/base/283505 Log: MFC r277962, r277988, r282661, r282727, r282731, r283013, r283035: Add support for booting relocatable kernels on PowerPC. Add code to support loading relocata

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

2015-05-24 Thread Ian Lepore
Author: ian Date: Mon May 25 01:29:45 2015 New Revision: 283510 URL: https://svnweb.freebsd.org/changeset/base/283510 Log: MFC r283033, r283062, r283066, r283069: Do not set preload_addr_relocate for ARM. Refactor net_getparams() to make it easier to get params from sources other