OpenBSD cvs log

created 2021-11-28T01:06:50Z
begin 2021-11-25T00:00:00Z
end 2021-11-26T00:00:00Z
path src/sys
commits 5

date 2021-11-25T06:25:32Z
author anton
files src/sys/dev/usb/uhidev.c log diff annotate
message Assert that at least one report id is claimed during multiple report ids
attachment. Should prevent uhidev drivers from doing the wrong thing in their
corresponding match routine.

date 2021-11-25T13:46:02Z
author bluhm
files src/sys/net/if_bridge.c log diff annotate
src/sys/net/if_pfsync.c log diff annotate
src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/pfkeyv2_convert.c log diff annotate
src/sys/netinet/ip_ipsp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ip_spd.c log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
src/sys/netinet/ipsec_output.c log diff annotate
src/sys/netinet/tcp_input.c log diff annotate
src/sys/netinet/tcp_output.c log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
message Implement reference counting for IPsec tdbs. Not all cases are
covered yet, more ref counts to come. The timeouts are protected,
so the racy tdb_reaper() gets retired. The tdb_policy_head, onext
and inext lists are protected. All gettdb...() functions return a
tdb that is ref counted and has to be unrefed later. A flag ensures
that tdb_delete() is called only once.
Tested by Hrvoje Popovski; OK sthen@ mvs@ tobhe@

date 2021-11-25T14:51:26Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
src/sys/dev/pci/if_iwxreg.h log diff annotate
src/sys/dev/pci/if_iwxvar.h log diff annotate
message Prepare iwx(4) for using new firmware (API version -67) in the future.

Bump command versions array size as required for -67 firmware.
Ignore new TLVs found in -67 images.
Add room for another ucode section needed for -67 on AX201 devices.

date 2021-11-25T20:31:24Z
author anton
files src/sys/dev/usb/uhidev.c log diff annotate
message revert recent change, breakage reported by dv@

date 2021-11-25T23:03:05Z
author deraadt
files src/sys/netinet/tcp_input.c log diff annotate
message move label to fix RAMDISK