OpenBSD cvs log

created 2019-01-31T09:33:46Z
begin 2017-12-27T00:00:00Z
end 2017-12-28T00:00:00Z
path src/sys
commits 7

date 2017-12-27T11:40:14Z
author kettenis
files src/sys/dev/ofw/fdt.c log diff annotate
src/sys/dev/ofw/openfirm.h log diff annotate
message Implement OF_getpropint64().

ok jca@, tom@, patrick@, visa@

date 2017-12-27T13:14:42Z
author visa
files src/sys/arch/octeon/dev/octcit.c log diff annotate
message Ensure interrupt delivery is disabled when setting interrupt
delivery entry.

date 2017-12-27T13:16:53Z
author visa
files src/sys/arch/octeon/dev/octcit.c log diff annotate
message Make octeon_intr_establish() assume edge triggering with CIU3.
This makes the API usable with edge triggered interrupt sources.

date 2017-12-27T13:57:40Z
author kettenis
files src/sys/arch/arm64/arm64/autoconf.c log diff annotate
message Turns out linker scripts in lld are still subtly broken and aligning
sections doesn't work when the -r option is used. Disable the unmapping
code again until lld gets fixed.

date 2017-12-27T14:13:05Z
author kettenis
files src/sys/arch/arm64/arm64/pmap.c log diff annotate
message Initialize memhook such that /dev/mem access doesn't attempt to map pages
at address zero. Spotted by Artturi Alm.

ok patrick@

date 2017-12-27T15:10:16Z
author fcambus
files src/sys/arch/i386/pci/glxsb.c log diff annotate
message Add sizes for free() in the Geode LX Security Block crypto accelerator.

OK visa@

date 2017-12-27T17:41:54Z
author fcambus
files src/sys/arch/amd64/amd64/k1x-pstate.c log diff annotate
message Add size for free() in the AMD K10/K11 pstate driver.

It was done already on i386, but not on amd64.

OK brynet@