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
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
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
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
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
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
=
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
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
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
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
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
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
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
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:
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
15 matches
Mail list logo