OpenBSD cvs log

created 2024-06-12T08:43:18Z
begin 2024-06-10T00:00:00Z
end 2024-06-11T00:00:00Z
path src/sys
commits 4

date 2024-06-10T04:10:25Z
author jsg
files src/sys/sys/msg.h log diff annotate
message Remove struct mymsg. An example from SVID, not intended for a header.
ok millert@ miod@ jca@

date 2024-06-10T04:59:15Z
author jsg
files src/sys/sys/conf.h log diff annotate
message remove decls for removed gpr(4) and urio(4)

date 2024-06-10T18:21:59Z
author jan
files src/sys/dev/pv/if_vio.c log diff annotate
message Clarify panic strings in vio(4)

suggested by bluhm
ok bluhm

date 2024-06-10T19:26:17Z
author jan
files src/sys/dev/pv/if_vio.c log diff annotate
message Use TCP Large Receive Offload in vio(4).

Also introduce the guest offload feature to turn LRO off/on.

Tested by Mark Patruck, sf@ and bluhm@

ok sf@ and bluhm@