svn commit: r278789 - in stable: 10/contrib/llvm/patches 9/contrib/llvm/patches

2015-02-14 Thread Dimitry Andric
Author: dim Date: Sat Feb 14 23:28:09 2015 New Revision: 278789 URL: https://svnweb.freebsd.org/changeset/base/278789 Log: Add clang patches corresponding to r278788. Added: stable/10/contrib/llvm/patches/patch-r278788-clang-r201130-pch-miscompilation.diff Changes in other areas also in thi

svn commit: r278788 - in stable: 10/contrib/llvm/tools/clang/lib/Serialization 9/contrib/llvm/tools/clang/lib/Serialization

2015-02-14 Thread Dimitry Andric
Author: dim Date: Sat Feb 14 23:25:39 2015 New Revision: 278788 URL: https://svnweb.freebsd.org/changeset/base/278788 Log: Pull in r201130 from upstream clang trunk (by Ted Kremenek): Fix PCH deserialization bug with local static symbols being treated as local extern. This trig

svn commit: r278786 - in stable/10/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/rockchip arm/samsung/exynos arm/ti arm/xscale/ixp425 dev/gpio mips/atheros mips...

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 21:16:19 2015 New Revision: 278786 URL: https://svnweb.freebsd.org/changeset/base/278786 Log: MFC r274670, r274671, r276168: Moves all the duplicate code to a single function. Verify for invalid modes and unwanted flags before pass the new flags to drive

svn commit: r278785 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 21:02:33 2015 New Revision: 278785 URL: https://svnweb.freebsd.org/changeset/base/278785 Log: MFC r274642, 274643: Remove unnecessary code. After r273566, the gpiobus version of bus_print_child() also works on FDT systems. Fix gpiobus_child_location

svn commit: r278784 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:57:27 2015 New Revision: 278784 URL: https://svnweb.freebsd.org/changeset/base/278784 Log: MFC r274638: Add basic interrupt management code to gpiobus and ofw_gpiobus. This is the general support to allow the use of GPIO pins as interrupt sources for

svn commit: r278783 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:50:38 2015 New Revision: 278783 URL: https://svnweb.freebsd.org/changeset/base/278783 Log: MFC r273917, r273926: Fix the gpiobus locking by using a more sane model where it isn't necessary hold the gpiobus lock between the gpio calls. gpiobus_acquire_

svn commit: r278782 - in stable/10/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/lpc arm/rockchip arm/samsung/exynos arm/ti arm/xilinx arm/xscale/ixp425 mips/at...

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:37:33 2015 New Revision: 278782 URL: https://svnweb.freebsd.org/changeset/base/278782 Log: MFC r273799: Make the GPIO children attach to the first unit available and not only to unit 0. This fix a bug where a GPIO controller could fail to attach its c

svn commit: r278781 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:32:24 2015 New Revision: 278781 URL: https://svnweb.freebsd.org/changeset/base/278781 Log: MFC r273566, r273569: Provide a working GPIOBUS_IVAR() macro for FDT systems. Move the duplicated code to a single function. No functional changes. Modified

svn commit: r278779 - stable/10/sys/dev/netmap

2015-02-14 Thread Luigi Rizzo
Author: luigi Date: Sat Feb 14 19:41:26 2015 New Revision: 278779 URL: https://svnweb.freebsd.org/changeset/base/278779 Log: sync the code with the version in head. which the exception of svn 275358 (M_FLOWID deprecation, only a couple of lines) which cannot be merged. if_lem_netmap.h,

svn commit: r278778 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 19:28:26 2015 New Revision: 278778 URL: https://svnweb.freebsd.org/changeset/base/278778 Log: MFC: r273264, r274409, r278212, r278213: Add a workaround needed to fix a bug of Arasan Host Controller where it may lose the contents of consecutive writes (that ha

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

2015-02-14 Thread Luigi Rizzo
Author: luigi Date: Sat Feb 14 19:18:56 2015 New Revision: 278775 URL: https://svnweb.freebsd.org/changeset/base/278775 Log: sync with the version in head (r274338): fix one comment, and return kernel-supplied error if available. no API changes. Modified: stable/10/sys/net/netmap_user.h

svn commit: r278771 - stable/10/etc/rc.d

2015-02-14 Thread Hiroki Sato
Author: hrs Date: Sat Feb 14 18:56:44 2015 New Revision: 278771 URL: https://svnweb.freebsd.org/changeset/base/278771 Log: MFC r273999: Do not try to create a /dev/log symlink in a jail. PR: 179828 Modified: stable/10/etc/rc.d/syslogd Directory Properties: stable/10/ (props ch

svn commit: r278769 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 18:45:43 2015 New Revision: 278769 URL: https://svnweb.freebsd.org/changeset/base/278769 Log: MFC r276298, r276303: Remove the '#undef DEBUG' that should not be committed. Removes unused and duplicate headers. Bring the wait limit on mailbox write to

svn commit: r278768 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 18:37:36 2015 New Revision: 278768 URL: https://svnweb.freebsd.org/changeset/base/278768 Log: MFC r276296, r277207: Make consistent use of the correct debug macros across the file. Fix the C -> K temperature conversion for the dev.cpu.0.temperature sysctl.

svn commit: r278747 - stable/10/usr.bin/ctlstat

2015-02-14 Thread Alexander Motin
Author: mav Date: Sat Feb 14 08:52:09 2015 New Revision: 278747 URL: https://svnweb.freebsd.org/changeset/base/278747 Log: MFC r278362: Fix couple issues in ctlstat header printing. Modified: stable/10/usr.bin/ctlstat/ctlstat.c Directory Properties: stable/10/ (props changed) Modified: s

svn commit: r278746 - in stable/10/sys: arm/arm dev/mem i386/i386 mips/mips sparc64/sparc64

2015-02-14 Thread Konstantin Belousov
Author: kib Date: Sat Feb 14 08:44:12 2015 New Revision: 278746 URL: https://svnweb.freebsd.org/changeset/base/278746 Log: MFC r277643: Remove Giant from /dev/mem and /dev/kmem. MFC r277743: Arm: ensure that _tmppt KVA is used exclusively. Modified: stable/10/sys/arm/arm/mem.c stab