OpenBSD cvs log

created 2022-03-06T03:22:20Z
begin 2022-03-04T00:00:00Z
end 2022-03-05T00:00:00Z
path src/sys
commits 3

date 2022-03-04T20:35:10Z
author bluhm
files src/sys/netinet/in_pcb.c log diff annotate
message in_pcbinit() is called during boot. There malloc(9) cannot fail,
but would panic instead of waiting. Remove needless error handling.
OK mvs@

date 2022-03-04T21:09:03Z
author bluhm
files src/sys/netinet/in.c log diff annotate
message in_addmulti() is only called from ioctl(2) or setsockopt(2). Wait
for malloc(9) to make the system call reliable.
OK mvs@

date 2022-03-04T22:34:41Z
author kettenis
files src/sys/dev/ic/bwfm.c log diff annotate
src/sys/dev/ic/bwfmreg.h log diff annotate
src/sys/dev/ic/bwfmvar.h log diff annotate
src/sys/dev/pci/if_bwfm_pci.c log diff annotate
message Add support for the BCM4387. The firmware for this variant uses a new scan
command, which is indicated by the "scan_ver" firmware variable.

ok patrick@