OpenBSD cvs log

created 2021-02-11T18:25:12Z
begin 2021-02-08T11:21:53Z
end 2021-02-08T12:30:10Z
path src/sys
commits 1

date 2021-02-08T12:30:10Z
author bluhm
files src/sys/net/if.c log diff annotate
src/sys/netinet/ip_carp.c log diff annotate
message Start refcounting interface groups with 1. if_creategroup() returns
a new object that is already refcounted, so carp attach does not
reach into internal structures. Add kasserts to detect counter
overflow or underflow.
OK mvs@