created | 2020-02-01T18:36:10Z |
---|---|
begin | 2020-01-31T00:00:00Z |
end | 2020-02-01T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2020-01-31T01:51:27Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message |
Remove an unused function. Noticed and reported by Adam Steen. |
date | 2020-01-31T02:58:28Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_tun.c | log | diff | annotate |
message |
actually set the link state down when the /dev entry is closed. this means a route message is sent when the interface is closed and goes down, but also causes another route message to be sent when the interface comes up on the next open. this is important for things like ospfd and the ospfd regress test because they want to know when link comes up. the regression was pointed out by bluhm, who also helped me isolate the problem. |