svn commit: r282857 - head/sbin/devd

2015-05-13 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 13 12:02:51 2015 New Revision: 282857 URL: https://svnweb.freebsd.org/changeset/base/282857 Log: Document RCTL events in devd.conf(5). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/devd/devd.conf.5 Modified:

svn commit: r282856 - head/sys/netpfil/ipfw

2015-05-13 Thread Luigi Rizzo
Author: luigi Date: Wed May 13 11:53:25 2015 New Revision: 282856 URL: https://svnweb.freebsd.org/changeset/base/282856 Log: bugfix (only affecting the lookup option in the userspace version of ipfw): the conditional block should not include the 'else' otherwise the code does a 'break;'

svn commit: r282866 - head/usr.sbin/pmcstat

2015-05-13 Thread Stanislav Sedov
Author: stas Date: Wed May 13 18:52:18 2015 New Revision: 282866 URL: https://svnweb.freebsd.org/changeset/base/282866 Log: Fix pmcstat symbol resolution for userland processes. When examining existing processes pmcstat fails to correctly determine the locations of executable sections

svn commit: r282867 - in head/sys: arm64/arm64 arm64/include conf

2015-05-13 Thread Zbigniew Bodek
Author: zbb Date: Wed May 13 18:57:03 2015 New Revision: 282867 URL: https://svnweb.freebsd.org/changeset/base/282867 Log: Add support for ARM GICv3 interrupt controller used in some ARM64 chips GICv3 allows to distribute interrupts to more than 8 cores served by the previous GIC

svn commit: r282869 - head

2015-05-13 Thread Baptiste Daroussin
Author: bapt Date: Wed May 13 21:38:39 2015 New Revision: 282869 URL: https://svnweb.freebsd.org/changeset/base/282869 Log: Handle lib32 libraries which should have been removed in 20140807 Reported by: Trond Endrestøl trond.endres...@fagskolen.gjovik.no Modified:

svn commit: r282863 - head/sys/sys

2015-05-13 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 13 15:26:44 2015 New Revision: 282863 URL: https://svnweb.freebsd.org/changeset/base/282863 Log: Adjust visibility macros. The GCC visibility attributes were introduced in GCC 4.0. Apparently the protected attribute was introduced only until GCC 4.2, but we

svn commit: r282864 - head/sys/dev/ofw

2015-05-13 Thread Andrew Turner
Author: andrew Date: Wed May 13 16:02:55 2015 New Revision: 282864 URL: https://svnweb.freebsd.org/changeset/base/282864 Log: Use the correct node wen reading the compatible property. Modified: head/sys/dev/ofw/ofw_bus_subr.c Modified: head/sys/dev/ofw/ofw_bus_subr.c

svn commit: r282865 - head/usr.sbin/bhyve

2015-05-13 Thread Peter Grehan
Author: grehan Date: Wed May 13 17:38:07 2015 New Revision: 282865 URL: https://svnweb.freebsd.org/changeset/base/282865 Log: Set the subvendor field in config space to the vendor ID. This is required by the Windows virtio drivers to correctly match a device. Submitted by: Leon Dang