OpenBSD cvs log

created 2022-05-04T06:54:12Z
begin 2022-04-28T17:27:14Z
end 2022-04-28T17:47:41Z
path src/sys
commits 1

date 2022-04-28T17:47:41Z
author bluhm
files src/sys/net/route.c log diff annotate
src/sys/net/route.h log diff annotate
message Route timers were not MP safe. Protect the global lists with a
mutex and move the rttimer entries into a temporary list. Then the
callback and pool put can be called later without holding the mutex.
tested by Hrvoje Popovski; OK claudio@