OpenBSD cvs log

created 2019-11-30T16:02:17Z
begin 2019-11-22T00:00:00Z
end 2019-11-23T00:00:00Z
path src/sys
commits 4

date 2019-11-22T06:20:15Z
author claudio
files src/sys/net/route.h log diff annotate
src/sys/net/rtsock.c log diff annotate
message Add rtm_proposal, a function to send out RTM_PROPOSAL messages from the
kernel. Will be used to have umb(4) inform unwind(8) about DNS changes.
OK bluhm@ tested by florian@ and deraadt@

date 2019-11-22T06:22:30Z
author claudio
files src/sys/dev/usb/if_umb.c log diff annotate
message Use rtm_proposal() to send out DNS updates. Both when DNS are added and
when the interface is deconfigured (when going down).

date 2019-11-22T15:28:05Z
author florian
files src/sys/net/rtsock.c log diff annotate
message The DNS proposal list can (soon) be empty to signal a withdraw, relax
the size constraint to allow this to pass through the kernel.
Looks good to deraadt@

date 2019-11-22T15:34:29Z
author krw
files src/sys/scsi/cd.c log diff annotate
src/sys/scsi/ch.c log diff annotate
src/sys/scsi/safte.c log diff annotate
src/sys/scsi/scsi_base.c log diff annotate
src/sys/scsi/scsi_ioctl.c log diff annotate
src/sys/scsi/uk.c log diff annotate
message Be consistent and always use CLR() to clear flags.