OpenBSD cvs log

created 2019-05-04T02:04:05Z
begin 2017-10-05T00:00:00Z
end 2017-10-06T00:00:00Z
path src/sys
commits 8

date 2017-10-05T06:18:10Z
author mlarkin
files src/sys/arch/amd64/amd64/locore.S log diff annotate
src/sys/arch/amd64/amd64/locore0.S log diff annotate
message Clean up some no longer needed includes left over from the locore/locore0 split.

ok tom, mpi, deraadt

date 2017-10-05T06:22:54Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message change DPRINTF format specifier from %lld to %llx for easier readability

date 2017-10-05T06:27:57Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message fix some spacing issues, wrong comments, and DPRINTFs that were in the
wrong place, no functional change.

date 2017-10-05T06:32:26Z
author patrick
files src/sys/dev/fdt/if_mvneta.c log diff annotate
message Update mvneta(4) to the way OpenBSD handles multicast and promiscuous
mode bits. From Brad Smith.

date 2017-10-05T06:35:44Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message restore a block of code erroneously removed in r1.162 that causes a
warning during linux guest bootup relating to fpu save state size.

date 2017-10-05T17:29:00Z
author stsp
files src/sys/dev/usb/ugold.c log diff annotate
message Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidity
sensor to the ugold(4) driver.

Patch by Jan Klemkow
Tested by Remi Locherer
ok mpi@ patrick@

date 2017-10-05T22:40:08Z
author bluhm
files src/sys/arch/sparc64/dev/lom.c log diff annotate
message Check the state value within the assert statement, do not set it.
found with grep 'KASSERT.* = '; OK kettenis@

date 2017-10-05T23:55:29Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR.
Debug builds only.