OpenBSD cvs log

created 2021-11-13T21:58:42Z
begin 2021-11-10T00:00:00Z
end 2021-11-11T00:00:00Z
path src/sys
commits 5

date 2021-11-10T04:45:15Z
author dlg
files src/sys/net/bpf.c log diff annotate
message whitespace tweaks, no functional change.

date 2021-11-10T04:46:25Z
author dlg
files src/sys/net/if_media.h log diff annotate
message whitespace tweak, no functional change.

enjoy rebuilding all the things cos i deleted a space.

date 2021-11-10T06:33:30Z
author anton
files src/sys/dev/usb/uhidev.c log diff annotate
src/sys/dev/usb/uhidev.h log diff annotate
message Second attempt to resolve UHIDEV_CLAIM_MULTIPLE_REPORTID conflict, this
time without using sentinel that cannot be represented using a single
byte. Instead, use 0 as this report ID is reserved according to the USB
HID specification. Fixes attachment of some upd devices which exposes up
to 256 report IDs.

Thanks to Damien Couderc <openbsd at petrocore dot eu> for reporting and
testing.

date 2021-11-10T15:04:26Z
author bket
files src/sys/net/if_sppp.h log diff annotate
src/sys/net/if_spppsubr.c log diff annotate
message sppp(4) - support PPP IPCP extensions for DNS

RFC 1877 extends the family of network control protocols for
establishing and configuring the IPCP over PPP, defining the negotiation
of primary and secondary DNS addresses. After negotiation,
rtm_proposal() is used to send out DNS updates.

Feedback from claudio@ and kn@.

OK claudio@, kn@

date 2021-11-10T20:24:22Z
author bket
files src/sys/net/if_spppsubr.c log diff annotate
src/sys/net/route.h log diff annotate
message Give sppp(4) its own RTP_PROPOSAL priority

OK semarie@