OpenBSD cvs log

created 2019-05-08T05:49:37Z
begin 2018-02-02T00:00:00Z
end 2018-02-03T00:00:00Z
path src/sys
commits 5

date 2018-02-02T08:24:28Z
author pd
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm: add support for send / receive for AMD SVM hosts

ok mlarkin@

date 2018-02-02T09:32:11Z
author kettenis
files src/sys/arch/arm64/dev/ampintc.c log diff annotate
message Enable interrupts while running interrupt handlers like we do on agintc(4).
Spotted by patrick@

ok patrick@

date 2018-02-02T09:33:35Z
author kettenis
files src/sys/arch/arm64/arm64/trap.c log diff annotate
message Enable interrupts in (synchronous) trap handlers.

ok patrick@

date 2018-02-02T11:24:37Z
author jsg
files src/sys/dev/pci/mfii.c log diff annotate
message use the same bar used to determine memory type when mapping memory
should resolve mapping error on SAS3508 encountered by claudio@
ok jmatthew@

date 2018-02-02T22:00:39Z
author bluhm
files src/sys/net/if_ethersubr.c log diff annotate
message In ether_input() use goto dropanyway instead of repeating m_freem()
and return. Change sizeof(etherbroadcastaddr) to ETHER_ADDR_LEN
for consistency.
from Michele Curti