OpenBSD cvs log

created 2023-01-01T08:25:44Z
begin 2022-12-27T00:00:00Z
end 2022-12-28T00:00:00Z
path src/sys
commits 4

date 2022-12-27T07:30:10Z
author jca
files src/sys/lib/libsa/hmac_sha1.h log diff annotate
message Fix array bounds mismatch with clang 15

New warning -Warray-parameter is a bit overzealous.
ok millert@

date 2022-12-27T07:34:05Z
author jca
files src/sys/arch/amd64/stand/libsa/pxe.c log diff annotate
src/sys/arch/i386/stand/libsa/pxe.c log diff annotate
src/sys/lib/libsa/netif.c log diff annotate
message Ansify pxe_netif_close() and {,pxe}socktodesc()

To appease the clang 15 warning -Wdeprecated-non-prototype (turned on
by -Wall). ok millert@

date 2022-12-27T20:13:03Z
author patrick
files src/sys/crypto/sha2.c log diff annotate
src/sys/dev/ic/ar5008.c log diff annotate
src/sys/dev/ic/ar9003.c log diff annotate
src/sys/dev/ic/rtwn.c log diff annotate
src/sys/kern/sys_generic.c log diff annotate
src/sys/net/pf.c log diff annotate
src/sys/net/toeplitz.h log diff annotate
src/sys/net80211/ieee80211_input.c log diff annotate
src/sys/netinet/if_ether.h log diff annotate
message Fix array bounds mismatch with clang 15

New warning -Warray-parameter is a bit overzealous.
ok millert@ tb@

date 2022-12-27T21:13:25Z
author kettenis
files src/sys/arch/riscv64/dev/sfcc.c log diff annotate
message Newer device trees for boards based on the JH7100 SoC use a SoC-specific
compatible string. Still preliminary since JH7100 support hasn't made it
into mainline Linux yet.

ok patrick@