OpenBSD cvs log

created 2019-05-08T04:49:27Z
begin 2018-01-20T00:00:00Z
end 2018-01-21T00:00:00Z
path src/sys
commits 3

date 2018-01-20T18:35:41Z
author kettenis
files src/sys/arch/arm64/arm64/autoconf.c log diff annotate
message Re-enable the code that unmaps the startup code once more now that lld is
fixed.

date 2018-01-20T20:03:45Z
author mikeb
files src/sys/dev/pv/if_xnf.c log diff annotate
message Disable TCP and UDP transmit checksum offloading

In certain configurations, transmit checksum offloading doesn't
appear to work correctly, preventing correct TCP and UDP operation.
Some of these issues involving VLAN tagging are documented by the
Xen project.

Problem reported and fix tested by Imre Oolberg, thanks!

date 2018-01-20T23:57:44Z
author jsg
files src/sys/arch/armv7/armv7/locore0.S log diff annotate
message use virt instructions with clang instead of equivalent raw bytes