OpenBSD cvs log

created 2021-06-27T20:42:33Z
begin 2021-06-23T13:39:12Z
end 2021-06-23T14:09:01Z
path src/sys
commits 1

date 2021-06-23T14:09:01Z
author claudio
files src/sys/kern/kern_unveil.c log diff annotate
message In unveil_add_vnode() refactor code around the indexes i and j. In one
place the wrong index is used resulting in re-evaluating all unveil nodes.
Also loop over over all but the last (just added vnode) -- again there is
no need to re-evaluate the cover of the just added unveil.
OK anton@ semarie@