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
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: bapt
Date: Wed May 13 20:50:58 2015
New Revision: 282868
URL: https://svnweb.freebsd.org/changeset/base/282868
Log:
Fix typo
Reported by: Trond Endrestøl
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
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 revision
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
o
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 (ld
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
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 a
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: head/sbin/devd/d
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;'