svn commit: r310239 - in head: lib/libc/x86/sys sys/dev/hyperv/vmbus/amd64 sys/sys sys/x86/include

2016-12-18 Thread Sepherosa Ziehau
Author: sephe Date: Mon Dec 19 07:40:45 2016 New Revision: 310239 URL: https://svnweb.freebsd.org/changeset/base/310239 Log: hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSC This 6 times gettimeofday performance, as measured by tools/tools/syscall_timing Reviewe

Re: svn commit: r310171 - head/sys/sys

2016-12-18 Thread Sepherosa Ziehau
The following patch unbreaks the LINT builds on amd64 for me after this commit: https://people.freebsd.org/~sephe/geom_sscanf.diff Please review it. Thanks, sephe On Sat, Dec 17, 2016 at 3:49 AM, Dimitry Andric wrote: > Author: dim > Date: Fri Dec 16 19:49:22 2016 > New Revision: 310171 > URL:

svn commit: r310236 - head/sys/boot/common

2016-12-18 Thread Ed Maste
Author: emaste Date: Sun Dec 18 22:24:04 2016 New Revision: 310236 URL: https://svnweb.freebsd.org/changeset/base/310236 Log: Renumber license clauses to avoid skipping #3 Modified: head/sys/boot/common/newvers.sh Modified: head/sys/boot/common/newvers.sh

svn commit: r310234 - head/sys/vm

2016-12-18 Thread Konstantin Belousov
Author: kib Date: Sun Dec 18 20:56:14 2016 New Revision: 310234 URL: https://svnweb.freebsd.org/changeset/base/310234 Log: Improve vm_object_scan_all_shadowed() to also check swap backing objects. As noted in the removed comment, it is possible and not prohibitively costly to look up the

Re: svn commit: r310232 - head/sys/dev/mlx4/mlx4_ib

2016-12-18 Thread Dimitry Andric
On 18 Dec 2016, at 17:37, Ed Schouten wrote: > > 2016-12-18 16:21 GMT+01:00 Dimitry Andric : >> Modified: head/sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c >> == >> --- head/sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c Sun Dec 18 15:10

Re: svn commit: r310232 - head/sys/dev/mlx4/mlx4_ib

2016-12-18 Thread Ed Schouten
2016-12-18 16:21 GMT+01:00 Dimitry Andric : > Modified: head/sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c > == > --- head/sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c Sun Dec 18 15:10:08 2016 > (r310231) > +++ head/sys/dev/mlx4/m

svn commit: r310232 - head/sys/dev/mlx4/mlx4_ib

2016-12-18 Thread Dimitry Andric
Author: dim Date: Sun Dec 18 15:21:38 2016 New Revision: 310232 URL: https://svnweb.freebsd.org/changeset/base/310232 Log: After r310171, the kernel version of sscanf() has format string checking enabled. This results in a -Werror warning in mlx4ib: sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs

svn commit: r310230 - head/sys/cam/scsi

2016-12-18 Thread Alexander Motin
Author: mav Date: Sun Dec 18 15:02:50 2016 New Revision: 310230 URL: https://svnweb.freebsd.org/changeset/base/310230 Log: Don't treat informational exceptions (warnings and impending failures) a.k.a. SCSI SMART events as errors. Log them to console and continue. MFC after:2 weeks M

svn commit: r310229 - in head/sys: arm/at91 arm/broadcom/bcm2835 arm/freescale/vybrid arm/lpc arm/samsung/exynos arm/ti dev/spibus dev/xilinx mips/atheros mips/atheros/ar531x mips/mediatek mips/rt305x

2016-12-18 Thread Emmanuel Vadot
Author: manu Date: Sun Dec 18 14:54:20 2016 New Revision: 310229 URL: https://svnweb.freebsd.org/changeset/base/310229 Log: ofw_spi: Parse property for the SPI mode and CS polarity. As cs is stored in a uint32_t, use the last bit to store the active high flag as it's unlikely that we will ha

svn commit: r310227 - head/tools/tools/locale

2016-12-18 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 14:10:24 2016 New Revision: 310227 URL: https://svnweb.freebsd.org/changeset/base/310227 Log: Document the fact that cldr tools are not working by default and should be rebuilt Modified: head/tools/tools/locale/README Modified: head/tools/tools/locale/README =

svn commit: r310226 - head/tools/tools/locale

2016-12-18 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 14:04:17 2016 New Revision: 310226 URL: https://svnweb.freebsd.org/changeset/base/310226 Log: Disable timedef generation, cldr data are too far from freebsd extensions Modified: head/tools/tools/locale/Makefile Modified: head/tools/tools/locale/Makefile

svn commit: r310225 - in head/sys/boot: common efi/loader i386/loader mips/beri/loader ofw/common pc98/loader powerpc/kboot powerpc/ps3 sparc64/loader uboot/common userboot/userboot

2016-12-18 Thread Ed Maste
Author: emaste Date: Sun Dec 18 13:57:23 2016 New Revision: 310225 URL: https://svnweb.freebsd.org/changeset/base/310225 Log: Reduce boot loader version string duplication Instead of repeating "%s, Revision %s" "(%s %s)" in each loader, just create the full version string in vers.c R

svn commit: r310206 - head/sys/arm64/conf

2016-12-18 Thread Jayachandran C.
Author: jchandra Date: Sun Dec 18 11:15:31 2016 New Revision: 310206 URL: https://svnweb.freebsd.org/changeset/base/310206 Log: Add virtio_pci to GENERIC arm64 conf virtio_pci was missing from the GENERIC arm64 configuration, while other virtio devices are present. Adding it will allow us

svn commit: r310205 - head/sys/amd64/amd64

2016-12-18 Thread Konstantin Belousov
Author: kib Date: Sun Dec 18 09:32:23 2016 New Revision: 310205 URL: https://svnweb.freebsd.org/changeset/base/310205 Log: Fix typo. Remove spurious blank line. MFC after:3 days Modified: head/sys/amd64/amd64/trap.c Modified: head/sys/amd64/amd64/trap.c

svn commit: r310204 - in head/sys: arm/arm arm64/arm64

2016-12-18 Thread Jayachandran C.
Author: jchandra Date: Sun Dec 18 08:31:01 2016 New Revision: 310204 URL: https://svnweb.freebsd.org/changeset/base/310204 Log: Initialize GIC[DR]_IGROUPRn registers for GICv3 In case where GICD_CTLR.DS is 1, the IGROUPR registers are RW in non-secure state and has to be initialized to 1