OpenBSD cvs log

created 2019-12-02T03:00:17Z
begin 2019-11-24T00:00:00Z
end 2019-11-25T00:00:00Z
path src/sys
commits 4

date 2019-11-24T02:29:43Z
author jsg
files src/sys/dev/pci/drm/include/linux/bitops.h log diff annotate
message correct return type of sign_extend64()

date 2019-11-24T07:50:55Z
author claudio
files src/sys/net/if_ethersubr.c log diff annotate
message Make it possible to call ether_rtrequest with a NULL rt argument.
In that case the function can just return. Part of a larger diff
to use the if_rtrequest functions for RTM_PROPOSAL info.
OK florian@

date 2019-11-24T07:54:30Z
author claudio
files src/sys/dev/usb/if_umb.c log diff annotate
message Add umb_rtrequest() to handle RTM_PROPOSAL events and send back the
DNS proposals in that case. Also clear the DNS proposals when the
interface is deconfigured (e.g. when going down).
OK florian@

date 2019-11-24T07:56:03Z
author claudio
files src/sys/net/rtsock.c log diff annotate
message If the RTM_PROPOSAL is a solicitation proposal forward the request to
all interfaces. Most handlers will ignore it but at least umb(4) will
send a response back.
OK florian@