OpenBSD cvs log

created 2022-04-23T23:22:08Z
begin 2022-04-22T00:00:00Z
end 2022-04-23T00:00:00Z
path src/sys
commits 2

date 2022-04-22T00:27:55Z
author dlg
files src/sys/sys/kstat.h log diff annotate
message add 16 bit types to kstat_kv structs.

of course it is a realtek card that needs this because they provide
some 16 bit counters.

date 2022-04-22T12:10:57Z
author bluhm
files src/sys/net/if_ethersubr.c log diff annotate
message ARP, ND6 and PPPoE are not MP safe. Protect them with kernel lock
for now. Then IP forward can run in parallel and this can be fixed
later.
OK sashan@